A B C D E F G H I J K L M N O P R S T U V W X Y

A

AbstractImageConverter - Class in org.mmbase.util.images
Abstract implementation of a ImageConverter.
AbstractImageConverter() - Constructor for class org.mmbase.util.images.AbstractImageConverter
 
AbstractImages - Class in org.mmbase.module.builders
AbstractImages holds the images and provides ways to insert, retrieve and search them.
AbstractImages() - Constructor for class org.mmbase.module.builders.AbstractImages
 
AbstractImages.CKeyCache - Class in org.mmbase.module.builders
Cache with 'ckey' keys.
AbstractImages.CKeyCache(int) - Constructor for class org.mmbase.module.builders.AbstractImages.CKeyCache
 
addFileName(MMObjectNode, String) - Method in class org.mmbase.module.builders.ImageCaches
 
appendExtension(StringBuilder, String) - Method in class org.mmbase.module.builders.ImageCaches
 
appendFlash(StringBuilder, String) - Method in class org.mmbase.functions.FlashGuiFunction
 
Attachments - Class in org.mmbase.module.builders
This builder can be used for 'attachments' builders.
Attachments() - Constructor for class org.mmbase.module.builders.Attachments
 
ATTACHMENTS_HANDLE_FIELDS - Variable in class org.mmbase.module.builders.Attachments
 
AttachmentServlet - Class in org.mmbase.servlet
Serves attachments.
AttachmentServlet() - Constructor for class org.mmbase.servlet.AttachmentServlet
 
available(long) - Method in class org.mmbase.servlet.FileServlet.ChainedRange
 
available(long) - Method in class org.mmbase.servlet.FileServlet.FirstLastRange
 
available(long) - Method in interface org.mmbase.servlet.FileServlet.Range
If we are at byte number i, how many are available from here until we encounter one which isn't?

B

background - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
BASE - Static variable in class org.mmbase.datatypes.CaptchaDataType
 
BinaryFile - Class in org.mmbase.datatypes.processors
This class contains Setter and Getter method for 'binary' file fields.
BinaryFile() - Constructor for class org.mmbase.datatypes.processors.BinaryFile
 
BinaryFile.Delete - Class in org.mmbase.datatypes.processors
 
BinaryFile.Delete() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.Delete
 
BinaryFile.Getter - Class in org.mmbase.datatypes.processors
 
BinaryFile.Getter() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.Getter
 
BinaryFile.Setter - Class in org.mmbase.datatypes.processors
 
BinaryFile.Setter() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.Setter
 
BinaryFile.StringGetter - Class in org.mmbase.datatypes.processors
A bit of a hack, used if the file was originally saved in a transaction, and hence has a negative number prefix.
BinaryFile.StringGetter() - Constructor for class org.mmbase.datatypes.processors.BinaryFile.StringGetter
 
BinaryStringDataType - Class in org.mmbase.datatypes
 
BinaryStringDataType(String) - Constructor for class org.mmbase.datatypes.BinaryStringDataType
 
border(PlanarImage, int, int) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 'border' operation: Adds a border to an image using the specified horizontal and vertical padding.
BytesInputStream - Class in org.mmbase.util.images
Abstract implemntatinof a Image
BytesInputStream(byte[]) - Constructor for class org.mmbase.util.images.BytesInputStream
 

C

CACHE_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 
CACHEDNODE_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 
canRead(HttpServletRequest, File) - Method in class org.mmbase.servlet.FileServlet
Returns whether the given file can be served out for the given request.
CaptchaDataType - Class in org.mmbase.datatypes
 
CaptchaDataType(String) - Constructor for class org.mmbase.datatypes.CaptchaDataType
 
CaptchaDataType.CaptchaImage - Class in org.mmbase.datatypes
 
CaptchaDataType.CaptchaImage(String) - Constructor for class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
CaptchaDataType.CaptchaRestriction - Class in org.mmbase.datatypes
 
CaptchaDataType.CaptchaRestriction(CaptchaDataType.CaptchaRestriction) - Constructor for class org.mmbase.datatypes.CaptchaDataType.CaptchaRestriction
 
CaptchaDataType.CaptchaRestriction() - Constructor for class org.mmbase.datatypes.CaptchaDataType.CaptchaRestriction
 
CaptchaDataType.Handler - Class in org.mmbase.datatypes
 
CaptchaDataType.Handler() - Constructor for class org.mmbase.datatypes.CaptchaDataType.Handler
 
captchaRestriction - Variable in class org.mmbase.datatypes.CaptchaDataType
 
cast(Object, Cloud, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
castForPattern(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
castForSearch(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
castToPresent(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
castToValidate(Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
check() - Method in class org.mmbase.util.images.ImageInfo
Call this method after you have provided an input stream or file using ImageInfo.setInput(InputStream) or ImageInfo.setInput(DataInput).
checkFile(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.FileServlet
 
checkHandle(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
 
checkHandle(MMObjectNode) - Method in class org.mmbase.module.builders.Attachments
If mimetype is not filled on storage in the database, then we can try to do smart things.
checkHandle(MMObjectNode) - Method in class org.mmbase.module.builders.ReferredAttachments
 
CLEAR - Static variable in class org.mmbase.datatypes.CaptchaDataType
 
color(String) - Method in class org.mmbase.util.images.ImageMagickImageConverter
Translates MMBase color format (without #) to an convert color format (with or without);
COLOR_TYPE_BLACK_AND_WHITE - Static variable in class org.mmbase.util.images.ImageInfo
 
COLOR_TYPE_GRAYSCALE - Static variable in class org.mmbase.util.images.ImageInfo
 
COLOR_TYPE_PALETTED - Static variable in class org.mmbase.util.images.ImageInfo
 
COLOR_TYPE_TRUECOLOR_RGB - Static variable in class org.mmbase.util.images.ImageInfo
 
COLOR_TYPE_UNKNOWN - Static variable in class org.mmbase.util.images.ImageInfo
 
commit(Node, Field) - Method in class org.mmbase.datatypes.processors.BinaryFile.Delete
 
commit(MMObjectNode) - Method in class org.mmbase.module.builders.Images
 
compare(File, File) - Method in class org.mmbase.servlet.FileNameComparator
 
convertImage(byte[], String, List<String>) - Method in class org.mmbase.util.images.AbstractImageConverter
 
convertImage(InputStream, String, OutputStream, List<String>) - Method in class org.mmbase.util.images.AbstractImageConverter
 
convertImage(byte[], String, List<String>) - Method in class org.mmbase.util.images.DummyImageConverter
Call for converting a specified image (byte array) using a list of (string) commands This dummy method ignores any passed commands, and simply returns the inputed list.
convertImage(InputStream, String, OutputStream, List<String>) - Method in class org.mmbase.util.images.DummyImageConverter
 
convertImage(byte[], String, List<String>) - Method in interface org.mmbase.util.images.ImageConverter
This functions converts an image by the given parameters
convertImage(InputStream, String, OutputStream, List<String>) - Method in interface org.mmbase.util.images.ImageConverter
This functions converts an image by the given parameters
convertImage(InputStream, String, OutputStream, List<String>) - Method in class org.mmbase.util.images.ImageMagickImageConverter
This functions converts an image by the given parameters
convertImage(byte[], String, List<String>) - Method in class org.mmbase.util.images.JAIImageConverter
 
count() - Method in class org.mmbase.util.images.ImageConversionRequest
Returns how many request are waiting for the result of this image transformation.
createCaptchaImage(InputStream, CaptchaDataType.CaptchaImage) - Static method in class org.mmbase.datatypes.CaptchaDataType
 
createString(int) - Static method in class org.mmbase.datatypes.CaptchaDataType
 
createTemporaryFile(SerializableInputStream, String) - Static method in class org.mmbase.module.builders.Images
 
crop(PlanarImage, int, int, int, int) - Static method in class org.mmbase.util.images.JAIImageConverter
 

D

DEFAULT_EXTERNAL_URL_FIELD - Static variable in class org.mmbase.module.builders.ReferredAttachments
 
DEFAULT_IMAGECONVERTER - Static variable in class org.mmbase.util.images.Factory
The ImageConvertInterface implementation to be used (defaults to ConvertImageMagic)
DEFAULT_IMAGEINFORMER - Static variable in class org.mmbase.util.images.Factory
 
defaultImageFormat - Static variable in class org.mmbase.util.images.Factory
The default image format.
defaultImageType - Variable in class org.mmbase.module.builders.Images
Supposed image type if not could be determined (configurable)
deleter - Static variable in class org.mmbase.module.builders.Images
 
desperatelyGetNode(Cloud, String) - Method in class org.mmbase.servlet.ImageServlet
Overridden to support 'title aliases'.
Dimension - Class in org.mmbase.util.images
Represents the `dimension' of an image, i.e.
Dimension() - Constructor for class org.mmbase.util.images.Dimension
 
Dimension(int, int) - Constructor for class org.mmbase.util.images.Dimension
 
Dimension(Dimension) - Constructor for class org.mmbase.util.images.Dimension
 
DIMENSION_PARAMETERS - Static variable in class org.mmbase.module.builders.AbstractImages
 
DIMENSION_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 
dimensions - Static variable in class org.mmbase.module.builders.Images
 
dir - Variable in class org.mmbase.servlet.FileServlet.DirectoryFunction
 
directory - Static variable in class org.mmbase.datatypes.processors.BinaryFile
 
DISABLE_DELETE - Static variable in class org.mmbase.datatypes.processors.BinaryFile
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.FileServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.HandleServlet
Serves a node with a byte[] handle field as an attachment.
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.FileServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.mmbase.servlet.FileServlet
 
DummyImageConverter - Class in org.mmbase.util.images
A 'Dummy' converter for converting images when Imagemagick and JAI are not available.
DummyImageConverter() - Constructor for class org.mmbase.util.images.DummyImageConverter
 
DummyImageInformer - Class in org.mmbase.util.images
The `Dummy' ImageInformer can inform about an image without any external packages.
DummyImageInformer() - Constructor for class org.mmbase.util.images.DummyImageInformer
 

E

equals(Object) - Method in class org.mmbase.servlet.FileNameComparator
 
equals(Object) - Method in class org.mmbase.util.images.Dimension
 
equals(Object) - Method in class org.mmbase.util.images.FileReceiver
 
equals(Object) - Method in class org.mmbase.util.images.NodeReceiver
 
equalsIgnoreRound(Dimension, int) - Method in class org.mmbase.util.images.Dimension
 
excludeFormats - Variable in class org.mmbase.util.images.ImageMagickImageConverter
 
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.builders.AbstractImages
Every image of course has a format and a mimetype.
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.builders.Attachments
Implements 'mimetype' function (Very simply for attachments, because they have the field).
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.builders.ImageCaches
Every image of course has a format and a mimetype.
executeFunction(MMObjectNode, String, List<?>) - Method in class org.mmbase.module.builders.Images
The executeFunction of this builder adds the 'cache' function.

F

Factory - Class in org.mmbase.util.images
Loads the ImageConverters and ImageInformers.
Factory() - Constructor for class org.mmbase.util.images.Factory
 
FIELD_CKEY - Static variable in class org.mmbase.util.images.Imaging
 
FIELD_FILESIZE - Static variable in class org.mmbase.module.builders.AbstractImages
 
FIELD_HANDLE - Static variable in class org.mmbase.util.images.Imaging
 
FIELD_HEIGHT - Static variable in class org.mmbase.module.builders.AbstractImages
 
FIELD_ID - Static variable in class org.mmbase.module.builders.ImageCaches
 
FIELD_ITYPE - Static variable in class org.mmbase.module.builders.AbstractImages
 
FIELD_SIZE - Static variable in class org.mmbase.module.builders.Attachments
 
FIELD_WIDTH - Static variable in class org.mmbase.module.builders.AbstractImages
 
file - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
FileNameComparator - Class in org.mmbase.servlet
Can be used as a value of the init parameters 'comparator' of FileServlet to make the files ordered alphabeticly
FileNameComparator() - Constructor for class org.mmbase.servlet.FileNameComparator
 
FileReceiver - Class in org.mmbase.util.images
The 'image conversion receiver' storing the result in a File
FileReceiver(File) - Constructor for class org.mmbase.util.images.FileReceiver
 
FileServlet - Class in org.mmbase.servlet
Straight-forward filter which can serve files from one directory (the directory 'files' in the mmbase 'datadir') outside the web application root.
FileServlet() - Constructor for class org.mmbase.servlet.FileServlet
 
FileServlet.ChainedRange - Class in org.mmbase.servlet
This implementation of Range parses and combines a number of FileServlet.FirstLastRanges.
FileServlet.ChainedRange(String, long) - Constructor for class org.mmbase.servlet.FileServlet.ChainedRange
 
FileServlet.DirectoryFunction - Class in org.mmbase.servlet
The directory as a function.
FileServlet.DirectoryFunction() - Constructor for class org.mmbase.servlet.FileServlet.DirectoryFunction
 
FileServlet.FirstLastRange - Class in org.mmbase.servlet
Implementation of Range simply stating the first and last chars which are available, perhaps with a maximum too.
FileServlet.FirstLastRange(long, long, long) - Constructor for class org.mmbase.servlet.FileServlet.FirstLastRange
 
FileServlet.FirstLastRange(String, long) - Constructor for class org.mmbase.servlet.FileServlet.FirstLastRange
 
FileServlet.Range - Interface in org.mmbase.servlet
 
FileServletSessionListener - Class in org.mmbase.servlet
 
FileServletSessionListener() - Constructor for class org.mmbase.servlet.FileServletSessionListener
 
fillColor - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
fillImageCacheNode(MMObjectNode, MMObjectNode, String) - Method in class org.mmbase.module.builders.Images
 
FlashGuiFunction - Class in org.mmbase.functions
A gui function for object of builders representing 'flash objects'.
FlashGuiFunction() - Constructor for class org.mmbase.functions.FlashGuiFunction
 
flip(PlanarImage) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 'flip' or 'flipy' operation: Flip an image across an imaginary vertical line that runs through the center of the image.
flop(PlanarImage) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 'flop' or 'flipx' operation: Flip an image across an imaginary horizontal line that runs through the center of the image.
font - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
format - Variable in class org.mmbase.util.images.ImageConversionRequest
 
FORMAT_BMP - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for BMP streams.
FORMAT_GIF - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for GIF streams.
FORMAT_IFF - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for IFF streams.
FORMAT_JPEG - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for JPEG streams.
FORMAT_PBM - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PBM streams.
FORMAT_PCX - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PCX streams.
FORMAT_PGM - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PGM streams.
FORMAT_PNG - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PNG streams.
FORMAT_PPM - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PPM streams.
FORMAT_PSD - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for PSD streams.
FORMAT_RAS - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for RAS streams.
FORMAT_SWF - Static variable in class org.mmbase.util.images.ImageInfo
Return value of ImageInfo.getFormat() for SWF (Shockwave) streams.

G

GEOMETRY - Static variable in class org.mmbase.util.images.Imaging
 
getAlias(String) - Static method in class org.mmbase.util.images.Imaging
MMBase has some abreviations to convert commands, like 's' for 'geometry'.
getArea() - Method in class org.mmbase.util.images.Dimension
 
getArea() - Method in class org.mmbase.util.images.LazyDimension
 
getAssociation() - Method in class org.mmbase.module.builders.AbstractImages
 
getAssociation() - Method in class org.mmbase.module.builders.Attachments
 
getAssociations() - Method in class org.mmbase.servlet.AttachmentServlet
 
getAssociations() - Method in class org.mmbase.servlet.FileServlet
 
getAssociations() - Method in class org.mmbase.servlet.HandleServlet
 
getAssociations() - Method in class org.mmbase.servlet.ImageServlet
 
getBinary(MMObjectNode) - Method in interface org.mmbase.module.builders.ImagesInterface
 
getBitsPerPixel() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns the image's number of bits per pixel.
getBlobCache(String) - Method in class org.mmbase.module.builders.AbstractImages
 
getBuffer() - Method in class org.mmbase.util.images.BytesInputStream
 
getByteArray() - Method in class org.mmbase.util.images.ImageConversionRequest
 
getCachedNode(int, String) - Method in class org.mmbase.module.builders.ImageCaches
Finds a icache node in the icaches table
getCachedNode(MMObjectNode, String) - Method in class org.mmbase.module.builders.Images
Returns a icache node for given image node and conversion template.
getCKey(int, String) - Static method in class org.mmbase.util.images.Factory
 
getClassCloud() - Method in class org.mmbase.servlet.AttachmentServlet
 
getClassCloud() - Method in class org.mmbase.servlet.HandleServlet
 
getClassCloud() - Method in class org.mmbase.servlet.ImageServlet
 
getComment(int) - Method in class org.mmbase.util.images.ImageInfo
Returns the index'th comment retrieved from the image.
getContentDisposition(BridgeServlet.QueryParts, Node, String) - Method in class org.mmbase.servlet.HandleServlet
 
getDefaultImageFormat() - Static method in class org.mmbase.util.images.Factory
 
getDefaultImageType() - Method in class org.mmbase.module.builders.AbstractImages
The default image type is used when magic could not determin the type
getDefaultImageType() - Method in class org.mmbase.module.builders.Images
 
getDefaultPath() - Method in class org.mmbase.module.builders.AbstractImages
 
getDefaultPath() - Method in class org.mmbase.module.builders.Attachments
 
getDefaultUrl(int) - Method in class org.mmbase.module.builders.Urls
 
getDimension(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
Gets the dimension of given node.
getDimension(MMObjectNode, String) - Method in class org.mmbase.module.builders.Images
 
getDimension(MMObjectNode) - Method in interface org.mmbase.module.builders.ImagesInterface
Gets the dimension of given node.
getDimension(byte[]) - Method in class org.mmbase.util.images.DummyImageInformer
 
getDimension(InputStream) - Method in class org.mmbase.util.images.DummyImageInformer
 
getDimension() - Method in class org.mmbase.util.images.FileReceiver
 
getDimension(byte[]) - Method in interface org.mmbase.util.images.ImageInformer
 
getDimension(InputStream) - Method in interface org.mmbase.util.images.ImageInformer
 
getDimension(File) - Method in class org.mmbase.util.images.ImageMagickImageInformer
 
getDimension(InputStream) - Method in class org.mmbase.util.images.ImageMagickImageInformer
 
getDimension(byte[]) - Method in class org.mmbase.util.images.ImageMagickImageInformer
 
getDimension(byte[]) - Method in class org.mmbase.util.images.JAIImageInformer
 
getDimension(InputStream) - Method in class org.mmbase.util.images.JAIImageInformer
 
getDimension() - Method in class org.mmbase.util.images.MemoryReceiver
 
getDimensionForEmptyHandle(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
 
getDimensionForEmptyHandle(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
If icache does not yet have a filled handle field, neither filled width/heigh fields (can occur after a update).
getDirectory() - Static method in class org.mmbase.servlet.FileServlet
 
getErrorDescriptionBundle() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaRestriction
 
getFile() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
getFile(String, ServletResponse) - Static method in class org.mmbase.servlet.FileServlet
 
getFileName(MMObjectNode, StringBuilder) - Method in class org.mmbase.module.builders.ImageCaches
 
getFileName(MMObjectNode, StringBuilder) - Method in interface org.mmbase.module.builders.ImagesInterface
 
getFileName(Node, Node, String) - Method in class org.mmbase.servlet.HandleServlet
 
getFileSize(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
 
getFormat() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns the image format as one of the FORMAT_xyz constants from this class.
getFormatName() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns the image format's name.
getFunctionValue(Node, Parameters) - Method in class org.mmbase.functions.FlashGuiFunction
 
getFunctionValue(Parameters) - Method in class org.mmbase.servlet.FileServlet.DirectoryFunction
 
getGuiForNewAttachment(MMObjectNode) - Method in class org.mmbase.module.builders.Attachments
 
getGuiForNewFlash(Node, Parameters) - Method in class org.mmbase.functions.FlashGuiFunction
 
getGuiForNewImage(MMObjectNode, String, Parameters) - Method in class org.mmbase.module.builders.Images
 
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.builders.PosRel
 
getGUIIndicator(MMObjectNode) - Method in class org.mmbase.module.builders.Urls
 
getGUIIndicator(String, MMObjectNode) - Method in class org.mmbase.module.builders.Urls
 
getGUIIndicatorWithAlt(MMObjectNode, String, Parameters) - Method in class org.mmbase.module.builders.AbstractImages
An image's gui-indicator is of course some <img src>, but it depends on what kind of image (cached, original) what excactly it must be.
getGUIIndicatorWithAlt(MMObjectNode, String, Parameters) - Method in class org.mmbase.module.builders.ImageCaches
The GUI indicator of an image can have an alt-text.
getGUIIndicatorWithAlt(MMObjectNode, String, Parameters) - Method in class org.mmbase.module.builders.Images
The GUI-indicator of an image-node also needs a res/req object.
getHandleFields() - Method in class org.mmbase.module.builders.AbstractImages
 
getHandleFields() - Method in class org.mmbase.module.builders.Attachments
 
getHeight() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
getHeight() - Method in class org.mmbase.util.images.Dimension
 
getHeight() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns one the image's vertical resolution in pixels.
getHeight() - Method in class org.mmbase.util.images.LazyDimension
 
getImageConversionRequest(InputStream, String, ImageConversionReceiver, List<String>) - Static method in class org.mmbase.util.images.Factory
Triggers a image-conversion.
getImageConversionRequest(InputStream, String, ImageConversionReceiver, String...) - Static method in class org.mmbase.util.images.Factory
 
getImageConversionRequest(List<String>, byte[], String, MMObjectNode) - Static method in class org.mmbase.util.images.Factory
 
getImageFormat(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
Determines the image type of an object and stores the content in the itype field.
getImageFormat(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
Returns the image format.
getImageFormat(MMObjectNode) - Method in interface org.mmbase.module.builders.ImagesInterface
 
getImageInformer() - Static method in class org.mmbase.util.images.Factory
 
getInput() - Method in class org.mmbase.util.images.ImageConversionRequest
The byte[] on which the conversion must happen.
getInputFormat() - Method in class org.mmbase.util.images.ImageConversionRequest
 
getInputStream() - Method in class org.mmbase.util.images.FileReceiver
 
getInputStream() - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
getInputStream() - Method in class org.mmbase.util.images.MemoryReceiver
 
getInputStream() - Method in class org.mmbase.util.images.NodeReceiver
 
getInputStream() - Method in class org.mmbase.util.images.OutputStreamReceiver
 
getInstance() - Static method in class org.mmbase.servlet.FileServlet
FileServlet should normally be present only once.
getLastModified(HttpServletRequest) - Method in class org.mmbase.servlet.FileServlet
 
getLegacyCachedNode(int, String) - Method in class org.mmbase.module.builders.ImageCaches
Finds a icache node in the icache table, supposing 'legacy' ckeys (where all +'s are removed).
getLength(Object) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
getLength() - Method in class org.mmbase.servlet.FileServlet.ChainedRange
 
getListingBytes(HttpServletRequest, HttpServletResponse, File) - Method in class org.mmbase.servlet.FileServlet
 
getMetaFile(File) - Method in class org.mmbase.servlet.FileServlet
FileServlet supports 'meta' files like CERN HTTPD (and apaches mod_cern_meta).
getMetaHeaders(File) - Method in class org.mmbase.servlet.FileServlet
Returns contents of FileServlet.getMetaFile(java.io.File) as a Map.
getMetaValue(String, String) - Static method in class org.mmbase.servlet.FileServlet
Constructs a key/value entry for use in the meta-files.
getMimeType(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
Determine the MIME type of this image node, based on the image format.
getMimeType(List<String>) - Method in class org.mmbase.module.builders.ImageCaches
 
getMimeType(Node) - Method in class org.mmbase.servlet.AttachmentServlet
Determines the mimetype.
getMimeType(Node) - Method in class org.mmbase.servlet.HandleServlet
Forces download in browsers.
getMimeType(Node) - Method in class org.mmbase.servlet.ImageServlet
 
getMimeType() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns a String with the MIME type of the format.
getMimeTypeByExtension(String) - Static method in class org.mmbase.util.images.Imaging
Returns the mimetype using ServletContext.getServletContext which returns the servlet context
getMimeTypeByFileName(String) - Static method in class org.mmbase.util.images.Imaging
 
getNode() - Method in class org.mmbase.util.images.NodeReceiver
The icache node in which the conversion results must be stored.
getNumberOfComments() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful and ImageInfo.setCollectComments(boolean) was called with true as argument, returns the number of comments retrieved from the input image stream / file.
getNumberOfImages() - Method in class org.mmbase.util.images.ImageInfo
Returns the number of images in the examined file.
getOutputStream() - Method in class org.mmbase.util.images.FileReceiver
 
getOutputStream() - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
getOutputStream() - Method in class org.mmbase.util.images.MemoryReceiver
 
getOutputStream() - Method in class org.mmbase.util.images.NodeReceiver
 
getOutputStream() - Method in class org.mmbase.util.images.OutputStreamReceiver
 
getParameters() - Static method in class org.mmbase.util.images.Factory
 
getParams() - Method in class org.mmbase.util.images.ImageConversionRequest
The parameters describing the conversion.
getPath() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
getPhysicalHeightDpi() - Method in class org.mmbase.util.images.ImageInfo
Returns the physical height of this image in dots per inch (dpi).
getPhysicalHeightInch() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthDpi() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthInch() - Method in class org.mmbase.util.images.ImageInfo
Returns the physical width of an image in inches, or -1.0f if width information is not available.
getRange(HttpServletRequest, File) - Method in class org.mmbase.servlet.FileServlet
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
getReceiver() - Method in class org.mmbase.util.images.ImageConversionRequest
 
getServedNode(BridgeServlet.QueryParts, Node) - Method in class org.mmbase.servlet.ImageServlet
ImageServlet can serve a icache node in stead (using the 'extra parameters)'
getServletInfo() - Method in class org.mmbase.servlet.AttachmentServlet
 
getServletInfo() - Method in class org.mmbase.servlet.FileServlet
 
getServletInfo() - Method in class org.mmbase.servlet.ImageServlet
 
getSessionFile(File) - Static method in class org.mmbase.servlet.FileServlet
 
getSGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.AbstractImages
 
getSGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.Attachments
 
getSGUIIndicator(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.ReferredAttachments
 
getSGUIIndicatorForNode(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.AbstractImages
Returns GUI Indicator for node
getSGUIIndicatorForNode(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.ImageCaches
 
getSGUIIndicatorForNode(MMObjectNode, Parameters) - Method in class org.mmbase.module.builders.Images
 
getSize(NodeManager, Node) - Method in class org.mmbase.servlet.HandleServlet
 
getSize() - Method in class org.mmbase.util.images.FileReceiver
 
getSize() - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
getSize() - Method in class org.mmbase.util.images.MemoryReceiver
 
getSize() - Method in class org.mmbase.util.images.NodeReceiver
 
getSize() - Method in class org.mmbase.util.images.OutputStreamReceiver
 
getText() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
getValue(MMObjectNode, String) - Method in class org.mmbase.module.builders.Resources
Implements virtual filename field.
getWidth() - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
getWidth() - Method in class org.mmbase.util.images.Dimension
 
getWidth() - Method in class org.mmbase.util.images.ImageInfo
If ImageInfo.check() was successful, returns one the image's horizontal resolution in pixels.
getWidth() - Method in class org.mmbase.util.images.LazyDimension
 
GUI_IMAGETEMPLATE - Static variable in class org.mmbase.module.builders.ImageCaches
 
GUI_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 

H

handleCache - Static variable in class org.mmbase.module.builders.AbstractImages
 
handleEmpty(MMObjectNode) - Method in class org.mmbase.module.builders.AbstractImages
 
handleEmpty(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
Whether the 'handle' field of this icaches node is to be considered empty, and a conversion must therefor still be triggered.
HandleServlet - Class in org.mmbase.servlet
Base servlet for nodes with a 'handle' field.
HandleServlet() - Constructor for class org.mmbase.servlet.HandleServlet
 
hashCode() - Method in class org.mmbase.servlet.FileNameComparator
 
hashCode() - Method in class org.mmbase.util.images.Dimension
 
hashCode() - Method in class org.mmbase.util.images.FileReceiver
 
hashCode() - Method in class org.mmbase.util.images.NodeReceiver
 
height - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
HEIGHT_PARAMETERS - Static variable in class org.mmbase.module.builders.AbstractImages
 
HEIGHT_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 
host - Variable in class org.mmbase.util.images.ImageMagickImageConverter
 

I

ignores(String) - Method in class org.mmbase.servlet.FileServlet
 
IM_VERSION_PATTERN - Static variable in class org.mmbase.util.images.ImageMagickImageConverter
 
IMAGE_HANDLE_FIELDS - Variable in class org.mmbase.module.builders.AbstractImages
 
ImageCaches - Class in org.mmbase.module.builders
ImageCaches (aka as 'icaches') is a system-like builder used by builders with the 'Images' class.
ImageCaches() - Constructor for class org.mmbase.module.builders.ImageCaches
 
ImageConversionReceiver - Interface in org.mmbase.util.images
An image conversion receiver receives the actual result of a image conversion.
ImageConversionRequest - Class in org.mmbase.util.images
Defines one Image convert request.
ImageConversionRequest(List<String>, byte[], String, MMObjectNode) - Constructor for class org.mmbase.util.images.ImageConversionRequest
 
ImageConversionRequest(byte[], String, ImageConversionReceiver, List<String>) - Constructor for class org.mmbase.util.images.ImageConversionRequest
 
ImageConversionRequest(InputStream, String, ImageConversionReceiver, List<String>) - Constructor for class org.mmbase.util.images.ImageConversionRequest
 
ImageConversionRequestProcessor - Class in org.mmbase.util.images
An ImageConversionRequest Processor is a daemon Thread which can handle image transformations.
ImageConversionRequestProcessor(ImageConverter, BlockingQueue<ImageConversionRequest>, Map<ImageConversionReceiver, ImageConversionRequest>) - Constructor for class org.mmbase.util.images.ImageConversionRequestProcessor
 
ImageConverter - Interface in org.mmbase.util.images
Interface for classes that can convert images.
ImageInfo - Class in org.mmbase.util.images
Get file format, image resolution, number of bits per pixel and optionally number of images, comments and physical resolution from JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM, PSD and SWF files (or input streams).
ImageInfo() - Constructor for class org.mmbase.util.images.ImageInfo
 
ImageInformer - Interface in org.mmbase.util.images
The ImageInformer interface defines the function ImageInformer.getDimension(byte[]), which returns a Dimension object given a certain Image byte array.
ImageMagickImageConverter - Class in org.mmbase.util.images
Converts images using ImageMagick.
ImageMagickImageConverter() - Constructor for class org.mmbase.util.images.ImageMagickImageConverter
 
ImageMagickImageInformer - Class in org.mmbase.util.images
Informs about a image using the 'identify' binary of ImageMagick.
ImageMagickImageInformer() - Constructor for class org.mmbase.util.images.ImageMagickImageInformer
 
Images - Class in org.mmbase.module.builders
If this class is used as the class for your builder, then an 'handle' byte field is assumed to contain an image.
Images() - Constructor for class org.mmbase.module.builders.Images
 
ImageServlet - Class in org.mmbase.servlet
ImageServlet handles nodes as images.
ImageServlet() - Constructor for class org.mmbase.servlet.ImageServlet
 
ImagesInterface - Interface in org.mmbase.module.builders
Builders with want to use the ImageCaches 'icaches' builders, need to implement this interface
Imaging - Class in org.mmbase.util.images
Utilities related to Images.
Imaging() - Constructor for class org.mmbase.util.images.Imaging
 
Imaging.CKey - Class in org.mmbase.util.images
Structure with node-number and template.
Imaging.CKey(int, String) - Constructor for class org.mmbase.util.images.Imaging.CKey
 
init() - Method in class org.mmbase.module.builders.ImageCaches
 
init() - Method in class org.mmbase.module.builders.Images
Read configurations (imageConvertClass, maxConcurrentRequest), checks for 'icaches', inits the request-processor-pool.
init() - Method in class org.mmbase.module.builders.ReferredAttachments
Sets a default for the 'externalUrlField' property
init() - Method in class org.mmbase.servlet.FileServlet
 
init() - Method in class org.mmbase.servlet.HandleServlet
Takes care of the 'expire' init-parameter.
init() - Method in class org.mmbase.servlet.ImageServlet
 
init(Map<String, String>) - Method in class org.mmbase.util.images.AbstractImageConverter
 
init(Map<String, String>) - Method in class org.mmbase.util.images.DummyImageConverter
 
init(Map<String, String>) - Method in class org.mmbase.util.images.DummyImageInformer
 
init(Map<String, String>) - Static method in class org.mmbase.util.images.Factory
 
init(Map<String, String>) - Method in interface org.mmbase.util.images.ImageConverter
 
init(Map<String, String>) - Method in interface org.mmbase.util.images.ImageInformer
 
init(Map<String, String>) - Method in class org.mmbase.util.images.ImageMagickImageConverter
This function initializes this class
init(Map<String, String>) - Method in class org.mmbase.util.images.ImageMagickImageInformer
 
init(Map<String, String>) - Method in class org.mmbase.util.images.JAIImageConverter
 
init(Map<String, String>) - Method in class org.mmbase.util.images.JAIImageInformer
 
input(Request, Node, Field, boolean) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
insert(String, MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
 
invalidate(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
Invalidate the Image Cache for a specific Node method only accessable on package level, since only Images should call it..
invalidateTemplateCacheNumberCache(int) - Method in class org.mmbase.module.builders.Images
 
invalidateTemplateCacheNumberCache(String) - Method in class org.mmbase.module.builders.Images
 
isAnimated(InputStream) - Method in class org.mmbase.util.images.ImageMagickImageConverter
 
isInited() - Static method in class org.mmbase.util.images.Factory
 
isMinimumVersion(int, int, int) - Method in class org.mmbase.util.images.ImageMagickImageConverter
Test whether the current version of ImageMagick is at least a certain version.
isProgressive() - Method in class org.mmbase.util.images.ImageInfo
Returns whether the image is stored in a progressive (also called: interlaced) way.

J

JAIImageConverter - Class in org.mmbase.util.images
Converts Images using image Java Advanced Imaging
JAIImageConverter() - Constructor for class org.mmbase.util.images.JAIImageConverter
 
JAIImageInformer - Class in org.mmbase.util.images
Informs about a image using JAI.
JAIImageInformer() - Constructor for class org.mmbase.util.images.JAIImageInformer
 

K

KEY - Static variable in class org.mmbase.datatypes.CaptchaDataType
 

L

LazyDimension - Class in org.mmbase.util.images
A 'lazy' dimension is a Dimension object which depends on an image-node and conversion template.
LazyDimension(Node, String) - Constructor for class org.mmbase.util.images.LazyDimension
 
legalizeFileName - Static variable in class org.mmbase.servlet.HandleServlet
 
listing(HttpServletRequest, HttpServletResponse, OutputStream, File) - Method in class org.mmbase.servlet.FileServlet
 
loadImage(String) - Static method in class org.mmbase.util.images.JAIImageConverter
 

M

main(String[]) - Static method in class org.mmbase.servlet.HandleServlet
 
main(String[]) - Static method in class org.mmbase.util.images.ImageInfo
To use this class as a command line application, give it either some file names as parameters (information on them will be printed to standard output, one line per file) or call it with no parameters.
main(String[]) - Static method in class org.mmbase.util.images.ImageMagickImageConverter
 
main(String[]) - Static method in class org.mmbase.util.images.ImageMagickImageInformer
 
max - Variable in class org.mmbase.servlet.FileServlet.ChainedRange
 
maxConcurrentRequests - Static variable in class org.mmbase.util.images.Factory
 
maxRequests - Static variable in class org.mmbase.util.images.Factory
 
MemoryReceiver - Class in org.mmbase.util.images
The 'image conversion receiver' storing the result in a File
MemoryReceiver() - Constructor for class org.mmbase.util.images.MemoryReceiver
 
method - Variable in class org.mmbase.util.images.ImageMagickImageConverter
 

N

negate(PlanarImage) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 'dia' or 'negate' operation.
node - Variable in class org.mmbase.util.images.Imaging.CKey
 
node - Variable in class org.mmbase.util.images.LazyDimension
 
NodeReceiver - Class in org.mmbase.util.images
The 'image conversion receiver' storing the result in an 'icaches' node.
NodeReceiver(MMObjectNode) - Constructor for class org.mmbase.util.images.NodeReceiver
 
notavailable(long) - Method in class org.mmbase.servlet.FileServlet.ChainedRange
 
notavailable(long) - Method in class org.mmbase.servlet.FileServlet.FirstLastRange
 
notavailable(long) - Method in interface org.mmbase.servlet.FileServlet.Range
If we are at byte number i, how many are not available from here until we encounter one which is?
notify(NodeEvent) - Method in class org.mmbase.module.builders.Images
 

O

org.mmbase.datatypes - package org.mmbase.datatypes
 
org.mmbase.datatypes.processors - package org.mmbase.datatypes.processors
 
org.mmbase.functions - package org.mmbase.functions
 
org.mmbase.module.builders - package org.mmbase.module.builders
 
org.mmbase.servlet - package org.mmbase.servlet
 
org.mmbase.util.images - package org.mmbase.util.images
The packages contains classes and interfaces related to conversion of images and finding information about them.
OutputStreamReceiver - Class in org.mmbase.util.images
The 'image conversion receiver' storing result directly to an output stream.
OutputStreamReceiver(OutputStream) - Constructor for class org.mmbase.util.images.OutputStreamReceiver
 

P

params - Static variable in class org.mmbase.util.images.Factory
 
params - Variable in class org.mmbase.util.images.ImageConversionRequest
 
parseCKey(String) - Static method in class org.mmbase.util.images.Imaging
Parses a ckey String into a CKey structure.
parseMetaValue(String, String) - Static method in class org.mmbase.servlet.FileServlet
Parses back the result of FileServlet.getMetaValue(String, String).
parseTemplate(String) - Static method in class org.mmbase.util.images.Imaging
Parses the 'image conversion template' to a List.
port - Variable in class org.mmbase.util.images.ImageMagickImageConverter
 
PosRel - Class in org.mmbase.module.builders
Like InsRel, only with a GUIIndicator tailored for a relation with a 'pos' field.
PosRel() - Constructor for class org.mmbase.module.builders.PosRel
 
predictDimension(Dimension, List<String>) - Static method in class org.mmbase.util.images.Imaging
Predict the size of a image after converting it with the given parameters.
predictFileSize(Dimension, int, Dimension) - Static method in class org.mmbase.util.images.Imaging
Tries to predict the new file-size after conversion.
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.BinaryFile.Getter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.BinaryFile.Setter
 
process(Node, Field, Object) - Method in class org.mmbase.datatypes.processors.BinaryFile.StringGetter
 
PROTECTED_FILES - Static variable in class org.mmbase.servlet.FileServlet
 
protectFile(HttpServletRequest, File) - Static method in class org.mmbase.servlet.FileServlet
FileServlet can be used to serve files out only to the owner of certain HTTP-session.

R

ranges - Variable in class org.mmbase.servlet.FileServlet.ChainedRange
 
ready() - Method in class org.mmbase.util.images.FileReceiver
 
ready() - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
ready() - Method in class org.mmbase.util.images.ImageConversionRequest
 
ready() - Method in class org.mmbase.util.images.MemoryReceiver
 
ready() - Method in class org.mmbase.util.images.NodeReceiver
 
ready() - Method in class org.mmbase.util.images.OutputStreamReceiver
 
ReferredAttachments - Class in org.mmbase.module.builders
An attachment builder where, aside from storing the binary data in the database, you can point out a binary resource on another server using an url.
ReferredAttachments() - Constructor for class org.mmbase.module.builders.ReferredAttachments
 
remove(int) - Method in class org.mmbase.module.builders.AbstractImages.CKeyCache
Remove all cache entries associated with a certain images node This depends now on the fact that ckeys start with the original node-number
removeCacheNumber(int) - Method in class org.mmbase.module.builders.AbstractImages.CKeyCache
 
removeNode(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
Override the MMObjectBuilder removeNode, to invalidate the LRU ImageCache, when a node gets deleted.
removeNode(MMObjectNode) - Method in class org.mmbase.module.builders.Images
Override the MMObjectBuilder removeNode, to invalidate the Image Cache AFTER a deletion of the image node.
removeSurroundingQuotes(StringBuilder) - Static method in class org.mmbase.util.images.Imaging
Just a utitility function, used by the function above.
Resources - Class in org.mmbase.module.builders
The resources builder can be used by ResourceLoader to load resources from (configuration files, classes, resourcebundles).
Resources() - Constructor for class org.mmbase.module.builders.Resources
 
rotate(PlanarImage, int, int, int) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 'rotate' operation: rotates an image.
run() - Method in class org.mmbase.util.images.ImageConversionRequestProcessor
 

S

searchFields - Variable in class org.mmbase.datatypes.processors.BinaryFile.Delete
 
sendBytes(HttpServletResponse, byte[]) - Method in class org.mmbase.servlet.HandleServlet
Deprecated.  
sendBytes(HttpServletResponse, InputStream) - Method in class org.mmbase.servlet.HandleServlet
 
sessionCreated(HttpSessionEvent) - Method in class org.mmbase.servlet.FileServletSessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.mmbase.servlet.FileServletSessionListener
 
setBackground(String) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
setCacheControl(HttpServletResponse, Node) - Method in class org.mmbase.servlet.HandleServlet
Sets cache-controlling headers.
setCollectComments(boolean) - Method in class org.mmbase.util.images.ImageInfo
Specify whether textual comments are supposed to be extracted from input.
setContent(BridgeServlet.QueryParts, Node, String) - Method in class org.mmbase.servlet.HandleServlet
Sets the content disposition header.
setContent(BridgeServlet.QueryParts, Node, String) - Method in class org.mmbase.servlet.ImageServlet
Content-Disposition header Sets the content disposition header.
setContenttypeField(String) - Method in class org.mmbase.datatypes.processors.BinaryFile.Setter
 
setDetermineImageNumber(boolean) - Method in class org.mmbase.util.images.ImageInfo
Specify whether the number of images in a file is to be determined - default is false.
setDimension(Dimension) - Method in class org.mmbase.util.images.FileReceiver
 
setDimension(Dimension) - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
setDimension(Dimension) - Method in class org.mmbase.util.images.MemoryReceiver
 
setDimension(Dimension) - Method in class org.mmbase.util.images.NodeReceiver
 
setDimension(Dimension) - Method in class org.mmbase.util.images.OutputStreamReceiver
 
setExpires(HttpServletResponse, Node) - Method in class org.mmbase.servlet.HandleServlet
Sets the exires header.
setFileNameTransformer(String) - Method in class org.mmbase.datatypes.processors.BinaryFile.Setter
 
setFont(String) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
setGuiHeight(String) - Method in class org.mmbase.functions.FlashGuiFunction
 
setGuiWidth(String) - Method in class org.mmbase.functions.FlashGuiFunction
 
setHandleField(String) - Method in class org.mmbase.functions.FlashGuiFunction
 
setHeaders(HttpServletRequest, HttpServletResponse, File) - Method in class org.mmbase.servlet.FileServlet
 
setInput(DataInput) - Method in class org.mmbase.util.images.ImageInfo
Set the input stream to the argument stream (or file).
setInput(InputStream) - Method in class org.mmbase.util.images.ImageInfo
Set the input stream to the argument stream (or file).
setLength(int) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
setMetaHeaders(File, Map<String, String>) - Method in class org.mmbase.servlet.FileServlet
Sets contents of FileServlet.getMetaFile(java.io.File) as a Map.
setMMBase(MMBase) - Method in class org.mmbase.servlet.FileServlet
 
setSetFields(String) - Method in class org.mmbase.datatypes.processors.BinaryFile.Delete
 
setSize(long) - Method in class org.mmbase.util.images.FileReceiver
 
setSize(long) - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
setSize(long) - Method in class org.mmbase.util.images.MemoryReceiver
 
setSize(long) - Method in class org.mmbase.util.images.NodeReceiver
 
setSize(long) - Method in class org.mmbase.util.images.OutputStreamReceiver
 
setSwirl(int) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
setValue(Request, Node, String, Object) - Method in class org.mmbase.datatypes.CaptchaDataType.Handler
 
shutdown() - Method in class org.mmbase.module.builders.Images
 
shutdown() - Static method in class org.mmbase.util.images.Factory
 
shutdown() - Method in class org.mmbase.util.images.ImageConversionRequestProcessor
 
simpleValid(Object, Node, Field) - Method in class org.mmbase.datatypes.CaptchaDataType.CaptchaRestriction
 
size(PlanarImage, int, int, boolean) - Static method in class org.mmbase.util.images.JAIImageConverter
Performs the 's' or 'geometry' operation: Resize an image using specified width and height.
storesDimension() - Method in class org.mmbase.module.builders.AbstractImages
Whether this builders has width and height fields
storesFileSize() - Method in class org.mmbase.module.builders.AbstractImages
Whether this builders has a filesize field.
storesImageType() - Method in class org.mmbase.module.builders.AbstractImages
Whether this builders has a filesize field.
stream(FileServlet.ChainedRange, InputStream, OutputStream) - Static method in class org.mmbase.servlet.FileServlet
 
stream(HttpServletRequest, HttpServletResponse, OutputStream, File) - Method in class org.mmbase.servlet.FileServlet
 
swirl - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 

T

template - Variable in class org.mmbase.util.images.Imaging.CKey
 
template - Variable in class org.mmbase.util.images.LazyDimension
 
text - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
toString() - Method in class org.mmbase.servlet.FileServlet.ChainedRange
 
toString() - Method in class org.mmbase.servlet.FileServlet.FirstLastRange
 
toString() - Method in class org.mmbase.util.images.Dimension
 
toString() - Method in class org.mmbase.util.images.FileReceiver
 
toString() - Method in class org.mmbase.util.images.ImageConversionRequestProcessor
 
toString() - Method in class org.mmbase.util.images.ImageMagickImageConverter
 
toString() - Method in class org.mmbase.util.images.Imaging.CKey
 
toString() - Method in class org.mmbase.util.images.NodeReceiver
 

U

UNDETERMINED - Static variable in class org.mmbase.util.images.Dimension
 
unparseTemplate(List<String>) - Static method in class org.mmbase.util.images.Imaging
Only used in legacy-support and perhaps debug code.
Urls - Class in org.mmbase.module.builders
The URL builder provides nice gui indications for objects with an 'url' field.
Urls() - Constructor for class org.mmbase.module.builders.Urls
 

V

valid() - Method in class org.mmbase.util.images.Dimension
Returns true if both x and y > 0.
validateCastValue(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.CaptchaDataType
 
validateRequired(Collection<LocalizedString>, Object, Object, Node, Field) - Method in class org.mmbase.datatypes.BinaryStringDataType
 
validFormats - Variable in class org.mmbase.util.images.ImageMagickImageConverter
 

W

WAIT_PARAMETERS - Static variable in class org.mmbase.module.builders.ImageCaches
 
waitForConversion(MMObjectNode) - Method in class org.mmbase.module.builders.ImageCaches
If a icache node is created with empty 'handle' field, then the handle field can be filled automaticly.
waitForConversion() - Method in class org.mmbase.util.images.ImageConversionRequest
Waits until the conversion result is ready.
wantsDimension() - Method in class org.mmbase.util.images.FileReceiver
 
wantsDimension() - Method in interface org.mmbase.util.images.ImageConversionReceiver
 
wantsDimension() - Method in class org.mmbase.util.images.MemoryReceiver
 
wantsDimension() - Method in class org.mmbase.util.images.NodeReceiver
 
wantsDimension() - Method in class org.mmbase.util.images.OutputStreamReceiver
 
width - Variable in class org.mmbase.datatypes.CaptchaDataType.CaptchaImage
 
WIDTH_PARAMETERS - Static variable in class org.mmbase.module.builders.AbstractImages
 
WIDTH_PARAMETERS - Static variable in class org.mmbase.module.builders.Images
 

X

x - Variable in class org.mmbase.util.images.Dimension
 

Y

y - Variable in class org.mmbase.util.images.Dimension
 

A B C D E F G H I J K L M N O P R S T U V W X Y

MMBase2 Resources 2.0-SNAPSHOT - 2013-03-30T06:37