java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.generation.AbstractGenerator
org.apache.cocoon.generation.ServiceableGenerator
org.apache.cocoon.generation.DirectoryGenerator
org.apache.cocoon.generation.ImageDirectoryGenerator
All Implemented Interfaces:
CacheableProcessingComponent, org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.service.Serviceable, Generator, org.apache.avalon.excalibur.pool.Recyclable, XMLProducer
Generates - an XML directory listing. This is an extension of
the Directory Generator that
adds extra attributes for image files.imagedirectory - content - sitemap.generator.imagedirectory - Uses - the last modification date of the directory and the contained files16 - < - a href="mailto:balld@webslingerZ.com">Donald A. Ball Jr.< - a href="mailto:tcurdt@apache.org">Torsten CurdtCVS - $Id: ImageDirectoryGenerator.java 433543 2006-08-22 06:22:54Z crossley $| Field Summary | ||
|---|---|---|
| protected static final String | IMAGE_WIDTH_ATTR_NAME | |
| protected static final String | IMAGE_HEIGHT_ATTR_NAME | |
| protected static final String | IMAGE_COMMENT_ATTR_NAME | |
| Fields inherited from org.apache.cocoon.generation.ServiceableGenerator: |
|---|
| manager |
| Fields inherited from org.apache.cocoon.generation.AbstractGenerator: |
|---|
| resolver, objectModel, parameters, source |
| Fields inherited from org.apache.cocoon.xml.AbstractXMLProducer: |
|---|
| EMPTY_CONTENT_HANDLER, xmlConsumer, contentHandler, lexicalHandler |
| Method from org.apache.cocoon.generation.ImageDirectoryGenerator Summary: |
|---|
| setNodeAttributes |
| Methods from org.apache.cocoon.generation.DirectoryGenerator: |
|---|
| addAncestorPath, addPath, endNode, generate, getAncestors, getKey, getValidity, isExcluded, isIncluded, isRoot, recycle, setNodeAttributes, setup, startNode |
| Methods from org.apache.cocoon.generation.ServiceableGenerator: |
|---|
| dispose, service |
| Methods from org.apache.cocoon.generation.AbstractGenerator: |
|---|
| recycle, setup |
| Methods from org.apache.cocoon.xml.AbstractXMLProducer: |
|---|
| recycle, setConsumer, setContentHandler, setLexicalHandler |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.cocoon.generation.ImageDirectoryGenerator Detail: |
|---|
setNodeAttributes method from the
DirectoryGenerator by adding width, height and comment attributes
if the path is a GIF or a JPEG file. |