public class PageActivationContextCollectorImpl extends Object implements PageActivationContextCollector, InvalidationListener
Constructor and Description |
---|
PageActivationContextCollectorImpl(TypeCoercer typeCoercer,
RequestPageCache requestPageCache,
ComponentModelSource modelSource) |
Modifier and Type | Method and Description |
---|---|
Object[] |
collectPageActivationContext(String pageName)
Fires the passivate event and collects the response, which is coerced to an object array.
|
void |
objectWasInvalidated()
Invoked to indicate that some object is invalid.
|
public PageActivationContextCollectorImpl(TypeCoercer typeCoercer, RequestPageCache requestPageCache, ComponentModelSource modelSource)
public void objectWasInvalidated()
InvalidationListener
objectWasInvalidated
in interface InvalidationListener
public Object[] collectPageActivationContext(String pageName)
PageActivationContextCollector
collectPageActivationContext
in interface PageActivationContextCollector
pageName
- to collect context from ; this should be the canonical page nameCopyright © 2003-2012 The Apache Software Foundation.