Package org.apache.tapestry5.modules
Class InternalModule
java.lang.Object
org.apache.tapestry5.modules.InternalModule
TapestryModule
has gotten too complicated and it is nice to demarkate public
(and stable) from internal (and volatile).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
bind
(ServiceBinder binder) Bind all the private/internal services of Tapestry.static CookieSink
buildCookieSink
(RequestGlobals requestGlobals) static CookieSource
buildCookieSource
(RequestGlobals requestGlobals) static void
configureControlledPackagesFromComponentClassResolver
(MappedConfiguration<String, ControlledPackageType> configuration, ComponentClassResolver resolver) Contributes packages identified byComponentClassResolver.getControlledPackageMapping()
.static void
contributeLinkSource
(OrderedConfiguration<LinkCreationListener2> configuration) Contributes: LinkDecoration (instance ofLinkDecorationListener
) Triggers events for notifications about links
-
Constructor Details
-
InternalModule
public InternalModule()
-
-
Method Details
-
bind
Bind all the private/internal services of Tapestry. -
buildCookieSource
-
buildCookieSink
-
contributeLinkSource
Contributes:- LinkDecoration (instance of
LinkDecorationListener
) - Triggers events for notifications about links
- Since:
- 5.2.0
- LinkDecoration (instance of
-
configureControlledPackagesFromComponentClassResolver
@Contribute(ComponentInstantiatorSource.class) public static void configureControlledPackagesFromComponentClassResolver(MappedConfiguration<String, ControlledPackageType> configuration, ComponentClassResolver resolver) Contributes packages identified byComponentClassResolver.getControlledPackageMapping()
.- Since:
- 5.3
-