public class InterpretationContext extends ContextAwareBase implements PropertyContainer
Action objects depend on this context to exchange and store
information.context| Constructor and Description |
|---|
InterpretationContext(Context context,
SaxEventInterpreter saxEventInterpreter) |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic InterpretationContext(Context context, SaxEventInterpreter saxEventInterpreter)
public BeanDescriptionCache getBeanDescriptionCache()
public DefaultNestedComponentRegistry getDefaultNestedComponentRegistry()
public Map<String,String> getCopyOfPropertyMap()
getCopyOfPropertyMap in interface PropertyContainerpublic String getLineNumber()
public Locator getLocator()
public SaxEventInterpreter getSaxEventInterpreter()
public boolean isEmpty()
isObjectStackEmpty() method
insteadpublic boolean isObjectStackEmpty()
public Object peekObject()
public void pushObject(Object o)
public Object popObject()
public Stack<ImplicitActionDataBase> getImplcitActionDataStack()
public Model peekModel()
public void pushModel(Model m)
public boolean isModelStackEmpty()
public Model popModel()
public Object getObject(int i)
public void addSubstitutionProperty(String key, String value)
public void addSubstitutionProperties(Properties props)
public String getProperty(String key)
getProperty in interface PropertyContainerCopyright © 2005–2019 QOS.ch. All rights reserved.