public interface InternalComponentResourcesCommon
InternalComponentResources
and ComponentPageElement
. Typically, these means
methods of InternalComponentResources that are delegated to the component page element.Modifier and Type | Method and Description |
---|---|
void |
bindParameter(String parameterName,
Binding binding)
Used during construction of the page to identify the binding for a particular parameter.
|
Binding |
getBinding(String parameterName)
Returns the binding for the given parameter name, or null.
|
Map<String,Binding> |
getInformalParameterBindings()
Constructs a map linking informal parameters to the corresponding bindings.
|
Component |
getMixinByClassName(String mixinClassName)
Returns the mixin instance for the fully qualfied mixin class name.
|
boolean |
isLoaded()
Returns true if the component has finished loading.
|
boolean isLoaded()
void bindParameter(String parameterName, Binding binding)
Binding getBinding(String parameterName)
parameterName
- name of component parameterComponent getMixinByClassName(String mixinClassName)
mixinClassName
- fully qualified class nameMap<String,Binding> getInformalParameterBindings()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.