| org.apache.cocoon.acting.AbstractAction org.apache.cocoon.acting.ServiceableAction org.apache.cocoon.acting.CacheEventAction
CacheEventAction | public class CacheEventAction extends ServiceableAction implements ThreadSafe(Code) | | Simple action to cause notification of a NamedEvent to an EventAwareCacheImpl.
The event name is taken from a sitemap parameter named "event".
This action returns null (fails) if the configured event is null or the
empty string. Otherwise, it succeeds and returns an empty Map.
This is used in the Event based cache example.
author: Geoff Howard (ghoward@apache.org) version: CVS $Id: CacheEventAction.java 433543 2006-08-22 06:22:54Z crossley $ |
Fields inherited from org.apache.cocoon.acting.ServiceableAction | protected ServiceManager manager(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.acting.ServiceableAction | public void service(ServiceManager manager) throws ServiceException(Code)(Java Doc)
|
Fields inherited from org.apache.cocoon.acting.AbstractAction | final protected static Map EMPTY_MAP(Code)(Java Doc)
|
|
|