| org.apache.tapestry.model.EmbeddedComponentModel
getComponentClassName | String getComponentClassName()(Code) | | The class name of the component, as derived from the field to which the
Component annotation is applied. This value is only used when the componentType property is blank.
|
getComponentType | String getComponentType()(Code) | | The type of the component, which may be blank.
|
getId | String getId()(Code) | | A unique id for the embedded component.
|
getMixinClassNames | List<String> getMixinClassNames()(Code) | | Returns the fully qualified class names of all mixins added to this component, sorted
alphabetically.
|
getParameterNames | List<String> getParameterNames()(Code) | | A sorted list of the names of all bound parameters.
|
getParameterValue | String getParameterValue(String parameterName)(Code) | | The value for each parameter, which will be interpreted as a binding expression.
|
|
|