org.apache.lenya.cms.cocoon.components.modules.input
Class DateConverterModule
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.modules.input.AbstractInputModule
org.apache.lenya.cms.cocoon.components.modules.input.DateConverterModule
- All Implemented Interfaces:
- org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.thread.ThreadSafe, org.apache.cocoon.components.modules.input.InputModule
public class DateConverterModule
- extends org.apache.cocoon.components.modules.input.AbstractInputModule
- implements org.apache.avalon.framework.thread.ThreadSafe
The DateConverterModule converts a date string from one format into
another format.
The conversion is defined by the nested elements <src-pattern/> and
<pattern/> of the module declaration.
Fields inherited from class org.apache.cocoon.components.modules.input.AbstractInputModule |
settings |
Fields inherited from interface org.apache.cocoon.components.modules.input.InputModule |
ROLE |
Method Summary |
java.lang.Object |
getAttribute(java.lang.String name,
org.apache.avalon.framework.configuration.Configuration modeConf,
java.util.Map objectModel)
|
Methods inherited from class org.apache.cocoon.components.modules.input.AbstractInputModule |
configure, dispose, getAttributeNames, getAttributeValues |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateConverterModule
public DateConverterModule()
getAttribute
public java.lang.Object getAttribute(java.lang.String name,
org.apache.avalon.framework.configuration.Configuration modeConf,
java.util.Map objectModel)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Specified by:
getAttribute
in interface org.apache.cocoon.components.modules.input.InputModule
- Overrides:
getAttribute
in class org.apache.cocoon.components.modules.input.AbstractInputModule
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.