This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.portal.aspect.impl
Class TemporaryAspectDataStore
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.framework.logger.AbstractLogEnabled
       org.apache.cocoon.portal.aspect.impl.TemporaryAspectDataStore
org.apache.cocoon.portal.aspect.impl.TemporaryAspectDataStore
- All Implemented Interfaces: 
- Component, Contextualizable, LogEnabled, Serviceable, ThreadSafe, AspectDataStore
- Direct Known Subclasses: 
- RequestAspectDataStore
- public class TemporaryAspectDataStore 
- extends AbstractLogEnabled- implements Component, Serviceable, ThreadSafe, AspectDataStore, Contextualizable
An aspect data store is a component that manages aspect data objects.
 This store holds the data for the current request.
- Version:
- CVS $Id: TemporaryAspectDataStore.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 | 
 
context
protected Context context
manager
protected ServiceManager manager
TemporaryAspectDataStore
public TemporaryAspectDataStore()
service
public void service(ServiceManager manager)
             throws ServiceException
- 
- Specified by:
- servicein interface- Serviceable
 
- 
- Throws:
- ServiceException
 
getMap
protected Map getMap(Aspectalizable owner)
- 
 
- 
 
getAspectData
public Object getAspectData(Aspectalizable owner,
                            String aspectName)
- 
- Specified by:
- getAspectDatain interface- AspectDataStore
 
- 
 
setAspectData
public void setAspectData(Aspectalizable owner,
                          String aspectName,
                          Object data)
- 
- Specified by:
- setAspectDatain interface- AspectDataStore
 
- 
 
isPersistent
public boolean isPersistent()
- Description copied from interface: AspectDataStore
- Is the data persistent
 
- 
- Specified by:
- isPersistentin interface- AspectDataStore
 
- 
 
contextualize
public void contextualize(Context context)
                   throws ContextException
- 
- Specified by:
- contextualizein interface- Contextualizable
 
- 
- Throws:
- ContextException
 
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.