@Marker(value=Core.class) public class InternalModule extends Object
TapestryModule
has gotten too complicated and it is nice to demarkate public
(and stable) from internal (and volatile).Constructor and Description |
---|
InternalModule() |
Modifier and Type | Method and Description |
---|---|
static 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 by
ComponentClassResolver.getControlledPackageMapping() . |
static void |
contributeLinkSource(OrderedConfiguration<LinkCreationListener2> configuration)
Contributes:
LinkDecoration (instance of
LinkDecorationListener )
Triggers events for notifications about links
|
public InternalModule()
public static void bind(ServiceBinder binder)
public static CookieSource buildCookieSource(RequestGlobals requestGlobals)
public static CookieSink buildCookieSink(RequestGlobals requestGlobals)
public static void contributeLinkSource(OrderedConfiguration<LinkCreationListener2> configuration)
LinkDecorationListener
)@Contribute(value=ComponentInstantiatorSource.class) public static void configureControlledPackagesFromComponentClassResolver(MappedConfiguration<String,ControlledPackageType> configuration, ComponentClassResolver resolver)
ComponentClassResolver.getControlledPackageMapping()
.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.