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.MP3DirectoryGenerator
All Implemented Interfaces:
CacheableProcessingComponent, org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.service.Serviceable, Generator, org.apache.avalon.excalibur.pool.Recyclable, XMLProducer
An - extension of DirectoryGenerators that adds extra attributes for MP3
files.mp3directory - content - sitemap.generator.mp3directory - Uses - the last modification date of the directory and the contained files< - a href="mailto:vgritsenko@apache.org">Vadim GritsenkoCVS - $Id: MP3DirectoryGenerator.java 433543 2006-08-22 06:22:54Z crossley $| Field Summary | ||
|---|---|---|
| protected static final String | MP3_FREQUENCY_ATTR_NAME | |
| protected static final String | MP3_BITRATE_ATTR_NAME | |
| protected static final String | MP3_MODE_ATTR_NAME | |
| protected static final String | MP3_VBR_ATTR_NAME | |
| protected static final String | MP3_TITLE_ATTR_NAME | |
| protected static final String | MP3_ARTIST_ATTR_NAME | |
| protected static final String | MP3_ALBUM_ATTR_NAME | |
| protected static final String | MP3_YEAR_ATTR_NAME | |
| protected static final String | MP3_COMMENT_ATTR_NAME | |
| protected static final String | MP3_TRACK_ATTR_NAME | |
| protected static final String | MP3_GENRE_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.MP3DirectoryGenerator 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.MP3DirectoryGenerator Detail: |
|---|
setNodeAttributes method from the
DirectoryGenerator by adding MP3 tag attributes
if the path is a MP3 file with valid tag. |