org.apache.cocoon.portal.aspect.impl
Class PersistentAspectDataStore

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.portal.aspect.impl.SessionAspectDataStore
          extended by org.apache.cocoon.portal.aspect.impl.PersistentAspectDataStore
All Implemented Interfaces:
Component, Contextualizable, LogEnabled, ThreadSafe, AspectDataStore

public class PersistentAspectDataStore
extends SessionAspectDataStore

An aspect data store is a component that manages aspect data objects.

Version:
CVS $Id: PersistentAspectDataStore.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
 
Fields inherited from class org.apache.cocoon.portal.aspect.impl.SessionAspectDataStore
context
 
Fields inherited from interface org.apache.cocoon.portal.aspect.AspectDataStore
ROLE
 
Constructor Summary
PersistentAspectDataStore()
           
 
Method Summary
 boolean isPersistent()
          Is the data persistent
 
Methods inherited from class org.apache.cocoon.portal.aspect.impl.SessionAspectDataStore
contextualize, getAspectData, getKey, setAspectData
 
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
 

Constructor Detail

PersistentAspectDataStore

public PersistentAspectDataStore()
Method Detail

isPersistent

public boolean isPersistent()
Description copied from interface: AspectDataStore
Is the data persistent

Specified by:
isPersistent in interface AspectDataStore
Overrides:
isPersistent in class SessionAspectDataStore


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.