|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ComponentModel in org.apache.tapestry5 |
|---|
| Methods in org.apache.tapestry5 that return ComponentModel | |
|---|---|
ComponentModel |
ComponentResources.getComponentModel()
Returns the component model object that defines the behavior of the component. |
| Uses of ComponentModel in org.apache.tapestry5.internal.model |
|---|
| Classes in org.apache.tapestry5.internal.model that implement ComponentModel | |
|---|---|
class |
MutableComponentModelImpl
Internal implementation of MutableComponentModel. |
| Methods in org.apache.tapestry5.internal.model that return ComponentModel | |
|---|---|
ComponentModel |
MutableComponentModelImpl.getParentModel()
|
| Constructors in org.apache.tapestry5.internal.model with parameters of type ComponentModel | |
|---|---|
MutableComponentModelImpl(String componentClassName,
org.slf4j.Logger logger,
Resource baseResource,
ComponentModel parentModel)
|
|
| Uses of ComponentModel in org.apache.tapestry5.internal.services |
|---|
| Methods in org.apache.tapestry5.internal.services that return ComponentModel | |
|---|---|
ComponentModel |
Instantiator.getModel()
Returns the model that defines the behavior of the component. |
ComponentModel |
AbstractInstantiator.getModel()
|
ComponentModel |
ComponentModelSourceImpl.getModel(String componentClassName)
|
ComponentModel |
ComponentModelSource.getModel(String componentClassName)
Returns the model for a particular component class name. |
ComponentModel |
ComponentModelSourceImpl.getPageModel(String pageName)
|
ComponentModel |
ComponentModelSource.getPageModel(String pageName)
Returns the model for a page. |
| Methods in org.apache.tapestry5.internal.services with parameters of type ComponentModel | |
|---|---|
Resource |
PageTemplateLocatorImpl.findPageTemplateResource(ComponentModel model,
Locale locale)
|
Resource |
PageTemplateLocator.findPageTemplateResource(ComponentModel model,
Locale locale)
Given model, determines if the model is for a page (rather than a component) and if so, sees if there is a localized template for the page in the web application context. |
Messages |
ComponentMessagesSourceImpl.getMessages(ComponentModel componentModel,
Locale locale)
|
Messages |
ComponentMessagesSource.getMessages(ComponentModel componentModel,
Locale locale)
Used to obtain a Messages instance for a particular component, within a particular locale. |
ComponentTemplate |
ComponentTemplateSourceImpl.getTemplate(ComponentModel componentModel,
Locale locale)
Resolves the component name to a Resource and finds the localization of that resource (the combination of
component name and locale is resolved to a resource). |
ComponentTemplate |
ComponentTemplateSource.getTemplate(ComponentModel componentModel,
Locale locale)
Provides access to a template. |
| Constructors in org.apache.tapestry5.internal.services with parameters of type ComponentModel | |
|---|---|
AbstractInstantiator(ComponentModel model,
String description)
|
|
InternalClassTransformationImpl(ClassFactory classFactory,
javassist.CtClass ctClass,
ComponentClassCache componentClassCache,
ComponentModel componentModel,
CtClassSource classSource)
This is a constructor for a base class. |
|
| Uses of ComponentModel in org.apache.tapestry5.internal.structure |
|---|
| Methods in org.apache.tapestry5.internal.structure that return ComponentModel | |
|---|---|
ComponentModel |
InternalComponentResourcesImpl.getComponentModel()
|
| Methods in org.apache.tapestry5.internal.structure with parameters of type ComponentModel | |
|---|---|
Messages |
ComponentPageElementResourcesImpl.getMessages(ComponentModel componentModel)
|
Messages |
ComponentPageElementResources.getMessages(ComponentModel componentModel)
Used to obtain a Messages instance for a particular component. |
| Uses of ComponentModel in org.apache.tapestry5.model |
|---|
| Subinterfaces of ComponentModel in org.apache.tapestry5.model | |
|---|---|
interface |
MutableComponentModel
Mutable version of ComponentModel used during the transformation phase. |
| Methods in org.apache.tapestry5.model that return ComponentModel | |
|---|---|
ComponentModel |
ComponentModel.getParentModel()
Returns the component model for this component's super-class, if it exists. |
| Uses of ComponentModel in org.apache.tapestry5.test |
|---|
| Methods in org.apache.tapestry5.test that return ComponentModel | |
|---|---|
protected ComponentModel |
TapestryTestCase.mockComponentModel()
|
| Methods in org.apache.tapestry5.test with parameters of type ComponentModel | |
|---|---|
protected void |
TapestryTestCase.train_getBaseResource(ComponentModel model,
Resource resource)
|
protected void |
TapestryTestCase.train_getComponentClassName(ComponentModel model,
String className)
|
protected void |
TapestryTestCase.train_getFieldPersistenceStrategy(ComponentModel model,
String fieldName,
String fieldStrategy)
|
protected void |
TapestryTestCase.train_getMeta(ComponentModel model,
String key,
String value)
|
protected void |
TapestryTestCase.train_getParameterModel(ComponentModel model,
String parameterName,
ParameterModel parameterModel)
|
protected void |
TapestryTestCase.train_getParameterNames(ComponentModel model,
String... names)
|
protected void |
TapestryTestCase.train_getParentModel(ComponentModel model,
ComponentModel parentModel)
|
protected void |
TapestryTestCase.train_getPersistentFieldNames(ComponentModel model,
String... names)
|
protected void |
TapestryTestCase.train_getSupportsInformalParameters(ComponentModel model,
boolean supports)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||