public class BeanModelsAnnotationBMModifier extends Object implements BeanModelModifier, org.apache.tapestry5.services.InvalidationListener
| Constructor and Description |
|---|
BeanModelsAnnotationBMModifier(org.apache.tapestry5.services.RequestGlobals globals) |
| Modifier and Type | Method and Description |
|---|---|
void |
listenForInvalidations(org.apache.tapestry5.services.InvalidationEventHub hub) |
boolean |
modify(org.apache.tapestry5.beaneditor.BeanModel<?> dataModel,
String key) |
void |
objectWasInvalidated()
Clears the cache of models
|
void |
put(String page,
BeanModel bm) |
public BeanModelsAnnotationBMModifier(org.apache.tapestry5.services.RequestGlobals globals)
public boolean modify(org.apache.tapestry5.beaneditor.BeanModel<?> dataModel,
String key)
modify in interface BeanModelModifierpublic void objectWasInvalidated()
objectWasInvalidated in interface org.apache.tapestry5.services.InvalidationListener@PostInjection
public void listenForInvalidations(@ComponentClasses
org.apache.tapestry5.services.InvalidationEventHub hub)
Copyright © 2004-2013. All Rights Reserved.