|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jicengine.element.ElementCompiler
org.jicengine.element.impl.BeanElementCompiler
Constructor Summary | |
BeanElementCompiler(java.lang.String name,
Location location)
|
Method Summary | |
static java.lang.String |
getSetPropertyActionExpression(java.lang.String propertyName)
'childElement' -> this.setChildElement(childElement) |
protected ActionElement |
handleExtraChildElement(ValueElement child)
transforms the child into a property setter action.. |
Methods inherited from class org.jicengine.element.ElementCompiler |
createElement, elementInitialized, getConstructor, getElement, getLocation, getName, handleChildElement, setAction, setCData, setConstructor, setId, setInstanceClass, setOverridableBy, setParameters, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BeanElementCompiler(java.lang.String name, Location location)
Method Detail |
protected ActionElement handleExtraChildElement(ValueElement child) throws ElementException
handleExtraChildElement
in class ElementCompiler
ElementException
public static java.lang.String getSetPropertyActionExpression(java.lang.String propertyName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |