org.apache.cocoon.portal.aspect.impl
Class RequestAspectDataStore
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.portal.aspect.impl.TemporaryAspectDataStore
org.apache.cocoon.portal.aspect.impl.RequestAspectDataStore
- All Implemented Interfaces:
- Component, Contextualizable, LogEnabled, Parameterizable, Serviceable, ThreadSafe, AspectDataStore
public class RequestAspectDataStore
- extends TemporaryAspectDataStore
- implements Parameterizable
An aspect data store is a component that manages aspect data objects.
- Version:
- CVS $Id: RequestAspectDataStore.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestParameterName
protected String requestParameterName
RequestAspectDataStore
public RequestAspectDataStore()
setAspectData
public void setAspectData(Aspectalizable owner,
String aspectName,
Object data)
- Specified by:
setAspectData
in interface AspectDataStore
- Overrides:
setAspectData
in class TemporaryAspectDataStore
parameterize
public void parameterize(Parameters pars)
throws ParameterException
- Specified by:
parameterize
in interface Parameterizable
- Throws:
ParameterException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.