Uses of Interface
org.apache.tapestry5.model.ComponentModel
Packages that use ComponentModel
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
[INTERNAL USE ONLY] support classes for component models; API subject to change
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] component template support classes; API subject to change
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
Interfaces for various types of component and parameter models used by Tapestry
Services supporting component and application message catalogs.
Services for locating and loading pages and component resources.
Template services
Support for testing Tapestry pages
-
Uses of ComponentModel in org.apache.tapestry5
Methods in org.apache.tapestry5 that return ComponentModelModifier and TypeMethodDescriptionComponentResources.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 ComponentModelMethods in org.apache.tapestry5.internal.model that return ComponentModelModifier and TypeMethodDescriptionParameterModelImpl.getComponentModel()
MutableComponentModelImpl.getParentModel()
Constructors in org.apache.tapestry5.internal.model with parameters of type ComponentModelModifierConstructorDescriptionMutableComponentModelImpl
(String componentClassName, org.slf4j.Logger logger, Resource baseResource, ComponentModel parentModel, boolean pageClass, String libraryName) ParameterModelImpl
(ComponentModel componentModel, String name, boolean required, boolean allowNull, String defaultBindingPrefix, boolean cached) -
Uses of ComponentModel in org.apache.tapestry5.internal.pageload
Methods in org.apache.tapestry5.internal.pageload with parameters of type ComponentModelModifier and TypeMethodDescriptionDefaultComponentResourceLocator.locateTemplate
(ComponentModel model, ComponentResourceSelector selector) -
Uses of ComponentModel in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return ComponentModelModifier and TypeMethodDescriptionReturns the model for a particular component class name.Instantiator.getModel()
Returns the model that defines the behavior of the component.ComponentModelSource.getPageModel
(String pageName) Returns the model for a page.ComponentModelSourceImpl.getPageModel
(String pageName) Methods in org.apache.tapestry5.internal.services with parameters of type ComponentModelModifier and TypeMethodDescriptionComponentMessagesSourceImpl.getMessages
(ComponentModel componentModel, Locale locale) ComponentMessagesSourceImpl.getMessages
(ComponentModel componentModel, ComponentResourceSelector selector) ComponentTemplateSource.getTemplate
(ComponentModel componentModel, ComponentResourceSelector selector) Provides access to a template.ComponentTemplateSourceImpl.getTemplate
(ComponentModel componentModel, Locale locale) Resolves the component name to a localizedResource
(using theComponentTemplateLocator
chain of command service).ComponentTemplateSourceImpl.getTemplate
(ComponentModel componentModel, ComponentResourceSelector selector) Constructors in org.apache.tapestry5.internal.services with parameters of type ComponentModelModifierConstructorDescriptionComponentEventImpl
(String eventType, String originatingComponentId, EventContext context, ComponentEventCallback handler, ComponentPageElementResources elementResources, boolean exactParameterCountMatch, ComponentModel model, org.slf4j.Logger logger) -
Uses of ComponentModel in org.apache.tapestry5.internal.services.templates
Methods in org.apache.tapestry5.internal.services.templates with parameters of type ComponentModelModifier and TypeMethodDescriptionDefaultTemplateLocator.locateTemplate
(ComponentModel model, Locale locale) PageTemplateLocator.locateTemplate
(ComponentModel model, Locale locale) -
Uses of ComponentModel in org.apache.tapestry5.internal.structure
Methods in org.apache.tapestry5.internal.structure that return ComponentModelMethods in org.apache.tapestry5.internal.structure with parameters of type ComponentModelModifier and TypeMethodDescriptionComponentPageElementResources.getMessages
(ComponentModel componentModel) Used to obtain aMessages
instance for a particular component.ComponentPageElementResourcesImpl.getMessages
(ComponentModel componentModel) -
Uses of ComponentModel in org.apache.tapestry5.model
Subinterfaces of ComponentModel in org.apache.tapestry5.modelModifier and TypeInterfaceDescriptioninterface
Mutable version ofComponentModel
used during the transformation phase.Methods in org.apache.tapestry5.model that return ComponentModelModifier and TypeMethodDescriptionParameterModel.getComponentModel()
Identifies the component model in which the parameter is defined.ComponentModel.getParentModel()
Returns the component model for this component's super-class, if it exists. -
Uses of ComponentModel in org.apache.tapestry5.services.messages
Methods in org.apache.tapestry5.services.messages with parameters of type ComponentModelModifier and TypeMethodDescriptionComponentMessagesSource.getMessages
(ComponentModel componentModel, Locale locale) Deprecated.ComponentMessagesSource.getMessages
(ComponentModel componentModel, ComponentResourceSelector selector) Used to obtain aMessages
instance for a particular component, using a particular selector. -
Uses of ComponentModel in org.apache.tapestry5.services.pageload
Methods in org.apache.tapestry5.services.pageload with parameters of type ComponentModelModifier and TypeMethodDescriptionComponentResourceLocator.locateTemplate
(ComponentModel model, ComponentResourceSelector selector) Locates the template for a component (including pages and base classes). -
Uses of ComponentModel in org.apache.tapestry5.services.templates
Methods in org.apache.tapestry5.services.templates with parameters of type ComponentModelModifier and TypeMethodDescriptionComponentTemplateLocator.locateTemplate
(ComponentModel model, Locale locale) Deprecated.Locates the template for the given model as aResource
. -
Uses of ComponentModel in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return ComponentModelModifier and TypeMethodDescriptionprotected final ComponentModel
TapestryTestCase.mockComponentModel()
Methods in org.apache.tapestry5.test with parameters of type ComponentModelModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_getBaseResource
(ComponentModel model, Resource resource) protected final void
TapestryTestCase.train_getComponentClassName
(ComponentModel model, String className) protected final void
TapestryTestCase.train_getFieldPersistenceStrategy
(ComponentModel model, String fieldName, String fieldStrategy) protected final void
TapestryTestCase.train_getMeta
(ComponentModel model, String key, String value) protected final void
TapestryTestCase.train_getParameterModel
(ComponentModel model, String parameterName, ParameterModel parameterModel) protected final void
TapestryTestCase.train_getParameterNames
(ComponentModel model, String... names) protected final void
TapestryTestCase.train_getParentModel
(ComponentModel model, ComponentModel parentModel) protected final void
TapestryTestCase.train_getPersistentFieldNames
(ComponentModel model, String... names) protected final void
TapestryTestCase.train_getSupportsInformalParameters
(ComponentModel model, boolean supports)
ComponentMessagesSource.getMessages(ComponentModel, ComponentResourceSelector)
instead.