| org.apache.cocoon.portal.coplet.adapter.impl.AbstractCopletAdapter org.apache.cocoon.portal.coplet.adapter.impl.URICopletAdapter org.apache.cocoon.portal.coplet.adapter.impl.CachingURICopletAdapter
All known Subclasses: org.apache.cocoon.portal.coplet.adapter.impl.ApplicationCopletAdapter,
CACHE | final public static String CACHE(Code) | | The temporary attribute name for the storing the cached coplet content.
|
CONFIGURATION_CACHE_GLOBAL | final public static String CONFIGURATION_CACHE_GLOBAL(Code) | | The configuration name for using the global cache.
|
CONFIGURATION_CACHE_GLOBAL_USE_ATTRIBUTES | final public static String CONFIGURATION_CACHE_GLOBAL_USE_ATTRIBUTES(Code) | | The configuration name for querying instance attributes to generate the key
for the global cache.
|
CONFIGURATION_ENABLE_CACHING | final public static String CONFIGURATION_ENABLE_CACHING(Code) | | The configuration name for enabling/disabling the cache.
|
CONFIGURATION_IGNORE_SIZING_EVENTS | final public static String CONFIGURATION_IGNORE_SIZING_EVENTS(Code) | | The configuration name for ignoring sizing events to clear the cache.
|
DO_NOT_CACHE | final public static String DO_NOT_CACHE(Code) | | This temporary attribute can be set on the instance to not cache the current response.
|
PARAMETER_DISABLE_CACHING | final public static String PARAMETER_DISABLE_CACHING(Code) | | Caching can be basically disabled with this boolean parameter.
|
cache | protected Cache cache(Code) | | The cache to use for global caching.
|
enableCaching | protected Boolean enableCaching(Code) | | Is caching enabled?
|
dispose | public void dispose()(Code) | | See Also: org.apache.avalon.framework.activity.Disposable.dispose |
handleCopletInstanceEvent | public void handleCopletInstanceEvent(CopletInstanceEvent event)(Code) | | This adapter listens for CopletInstanceEvents. Each event sets the cache invalid,
except for global caching using attributes, as all attributes are part of the cache key.
|
isSizingEvent | protected boolean isSizingEvent(CopletInstanceEvent event)(Code) | | Tests if the event is a sizing event for the coplet.
|
parameterize | public void parameterize(Parameters parameters)(Code) | | See Also: org.apache.avalon.framework.parameters.Parameterizable.parameterize(org.apache.avalon.framework.parameters.Parameters) |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.service(org.apache.avalon.framework.service.ServiceManager) |
Fields inherited from org.apache.cocoon.portal.coplet.adapter.impl.URICopletAdapter | protected Context context(Code)(Java Doc) protected SourceResolver resolver(Code)(Java Doc)
|
Fields inherited from org.apache.cocoon.portal.coplet.adapter.impl.AbstractCopletAdapter | protected ServiceManager manager(Code)(Java Doc)
|
|
|