org.apache.lenya.cms.cocoon.components.modules.input
Class PageEnvelopeModule
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.modules.input.AbstractInputModule
org.apache.lenya.cms.cocoon.components.modules.input.OperationModule
org.apache.lenya.cms.cocoon.components.modules.input.AbstractPageEnvelopeModule
org.apache.lenya.cms.cocoon.components.modules.input.PageEnvelopeModule
- All Implemented Interfaces:
- org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable, org.apache.cocoon.components.modules.input.InputModule
Deprecated. use DocumentInfoModule instead.
public class PageEnvelopeModule
- extends AbstractPageEnvelopeModule
Input module wrapping the page envelope. This module provides publication
related information such as document-uuid, area, publication-id.
- See Also:
PageEnvelope
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 attributeName,
org.apache.avalon.framework.configuration.Configuration modeConf,
java.util.Map objectModel)
Deprecated. |
java.util.Iterator |
getAttributeNames(org.apache.avalon.framework.configuration.Configuration modeConf,
java.util.Map objectModel)
Deprecated. |
java.lang.Object[] |
getAttributeValues(java.lang.String name,
org.apache.avalon.framework.configuration.Configuration modeConf,
java.util.Map objectModel)
Deprecated. |
protected java.lang.String |
getPath(PageEnvelope envelope,
java.util.Map objectModel)
Deprecated. |
Methods inherited from class org.apache.cocoon.components.modules.input.AbstractInputModule |
configure, dispose |
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 |
URI_PARAMETER_DOCTYPE
protected static final java.lang.String URI_PARAMETER_DOCTYPE
- Deprecated.
- See Also:
- Constant Field Values
DATE_FORMAT
public static final java.lang.String DATE_FORMAT
- Deprecated.
DATE_FORMAT
The date format
- See Also:
- Constant Field Values
PageEnvelopeModule
public PageEnvelopeModule()
- Deprecated.
getAttribute
public java.lang.Object getAttribute(java.lang.String attributeName,
org.apache.avalon.framework.configuration.Configuration modeConf,
java.util.Map objectModel)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Deprecated.
- 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
- See Also:
InputModule.getAttribute(java.lang.String,
org.apache.avalon.framework.configuration.Configuration,
java.util.Map)
getPath
protected java.lang.String getPath(PageEnvelope envelope,
java.util.Map objectModel)
throws SiteException
- Deprecated.
- Throws:
SiteException
getAttributeNames
public java.util.Iterator getAttributeNames(org.apache.avalon.framework.configuration.Configuration modeConf,
java.util.Map objectModel)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Deprecated.
- Specified by:
getAttributeNames
in interface org.apache.cocoon.components.modules.input.InputModule
- Overrides:
getAttributeNames
in class org.apache.cocoon.components.modules.input.AbstractInputModule
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
- See Also:
InputModule.getAttributeNames(org.apache.avalon.framework.configuration.Configuration,
java.util.Map)
getAttributeValues
public java.lang.Object[] getAttributeValues(java.lang.String name,
org.apache.avalon.framework.configuration.Configuration modeConf,
java.util.Map objectModel)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Deprecated.
- Specified by:
getAttributeValues
in interface org.apache.cocoon.components.modules.input.InputModule
- Overrides:
getAttributeValues
in class org.apache.cocoon.components.modules.input.AbstractInputModule
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
- See Also:
InputModule.getAttributeValues(java.lang.String,
org.apache.avalon.framework.configuration.Configuration,
java.util.Map)
Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.