|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
public class EmbeddedComponentAssemblerImpl
| Constructor Summary | |
|---|---|
EmbeddedComponentAssemblerImpl(ComponentAssemblerSource assemblerSource,
ComponentInstantiatorSource instantiatorSource,
ComponentClassResolver componentClassResolver,
String componentClassName,
Locale locale,
EmbeddedComponentModel embeddedModel,
String templateMixins,
Location location)
|
|
| Method Summary | |
|---|---|
void |
addMixinsToElement(ComponentPageElement newElement)
Adds mixins to the newly created embedded element. |
org.apache.tapestry5.internal.pageload.ParameterBinder |
createParameterBinder(String parameterName)
Creates a binder that can later be used to bind the parameter. |
org.apache.tapestry5.internal.pageload.ComponentAssembler |
getComponentAssembler()
Returns the assembler responsible for creating instances of this embedded component. |
Location |
getLocation()
Returns the location associated with this object for error reporting purposes. |
boolean |
isBound(String parameterName)
Checks to see if the parameter name has been bound. |
void |
setBound(String parameterName)
Marks the parameter name as bound. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmbeddedComponentAssemblerImpl(ComponentAssemblerSource assemblerSource,
ComponentInstantiatorSource instantiatorSource,
ComponentClassResolver componentClassResolver,
String componentClassName,
Locale locale,
EmbeddedComponentModel embeddedModel,
String templateMixins,
Location location)
assemblerSource - instantiatorSource - used to access component modelscomponentClassResolver - used to convert mixin types to component modelscomponentClassName - class name of embedded componentlocale - embeddedModel - embedded model (may be null for components defined in the template)templateMixins - list of mixins from the t:mixins element (possibly null)location - location of components element in its container's template| Method Detail |
|---|
public org.apache.tapestry5.internal.pageload.ComponentAssembler getComponentAssembler()
public org.apache.tapestry5.internal.pageload.ParameterBinder createParameterBinder(String parameterName)
parameterName - simple or qualified parameter name
public boolean isBound(String parameterName)
public void setBound(String parameterName)
Component annotation (even inherited bindings).
public void addMixinsToElement(ComponentPageElement newElement)
newElement - new element requiring mixinspublic Location getLocation()
Locatable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||