org.apache.cocoon.portal.aspect.impl
Class PersistentAspectDataStore
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.portal.aspect.impl.SessionAspectDataStore
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
Method Summary |
boolean |
isPersistent()
Is the data persistent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistentAspectDataStore
public PersistentAspectDataStore()
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.