Uses of Interface
org.apache.tapestry5.runtime.Component
Packages that use Component
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
Core services
Support for testing Tapestry pages
-
Uses of Component in org.apache.tapestry5
Methods in org.apache.tapestry5 that return ComponentModifier and TypeMethodDescriptionComponentResources.getComponent()
Returns the component this object provides resources for.ComponentResources.getContainer()
Returns the component which contains this component, or null for the root component.ComponentResources.getEmbeddedComponent
(String embeddedId) Returns an embedded component, given the component's id.ComponentResources.getPage()
Returns the page that contains this component. -
Uses of Component in org.apache.tapestry5.internal
Methods in org.apache.tapestry5.internal that return ComponentModifier and TypeMethodDescriptionInternalComponentResourcesCommon.getMixinByClassName
(String mixinClassName) Returns the mixin instance for the fully qualfied mixin class name. -
Uses of Component in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return ComponentModifier and TypeMethodDescriptionComponentSourceImpl.getActivePage()
ComponentSourceImpl.getComponent
(String completeId) Instantiator.newInstance
(InternalComponentResources resources) Instantiates and returns a new instance of the desired class.Methods in org.apache.tapestry5.internal.services with parameters of type ComponentModifier and TypeMethodDescriptionvoid
AjaxComponentInstanceEventResultProcessor.processResultValue
(Component value) void
ComponentInstanceResultProcessor.processResultValue
(Component value) -
Uses of Component in org.apache.tapestry5.internal.structure
Methods in org.apache.tapestry5.internal.structure that return ComponentModifier and TypeMethodDescriptionComponentPageElement.getComponent()
Returns the core component associated with this page element (as opposed to any mixins attached to the component).ComponentPageElementImpl.getComponent()
InternalComponentResourcesImpl.getComponent()
InternalComponentResourcesImpl.getContainer()
InternalComponentResourcesImpl.getEmbeddedComponent
(String embeddedId) ComponentPageElementImpl.getMixinByClassName
(String mixinClassName) InternalComponentResourcesImpl.getMixinByClassName
(String mixinClassName) InternalComponentResourcesImpl.getPage()
Page.getRootComponent()
The root component of the page.PageImpl.getRootComponent()
Methods in org.apache.tapestry5.internal.structure with parameters of type Component -
Uses of Component in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return ComponentModifier and TypeMethodDescriptionComponentSource.getActivePage()
Returns the active page, as defined byRequestGlobals.getActivePageName()
.ComponentSource.getComponent
(String completeId) Gets a component by its complete id.A convienience for obtaining a page instance via a class instance.Returns the page identified by its logical page name.Methods in org.apache.tapestry5.services with parameters of type ComponentModifier and TypeMethodDescriptionvoid
ComponentEventHandler.handleEvent
(Component instance, ComponentEvent event) Handles the event. -
Uses of Component in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return ComponentMethods in org.apache.tapestry5.test with parameters of type ComponentModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_getComponent
(ComponentResources resources, Component component) protected final void
TapestryTestCase.train_getComponentResources
(Component component, ComponentResources resources) protected final void
TapestryTestCase.train_getContainer
(ComponentResources resources, Component container) protected final void
TapestryTestCase.train_getPage
(ComponentResources resources, Component page)