public class JSModule extends Object
| Constructor and Description |
|---|
JSModule() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bind(org.apache.tapestry5.ioc.ServiceBinder binder) |
void |
contributeMarkupRenderer(org.apache.tapestry5.ioc.OrderedConfiguration<org.apache.tapestry5.services.MarkupRendererFilter> configuration,
org.slf4j.Logger logger,
org.apache.tapestry5.services.Environment environment,
org.apache.tapestry5.services.RequestGlobals requestGlobals,
JSSupport jsSupport) |
static void |
contributeMasterDispatcher(org.apache.tapestry5.ioc.OrderedConfiguration<org.apache.tapestry5.services.Dispatcher> configuration,
org.apache.tapestry5.services.Dispatcher js) |
void |
contributePartialMarkupRenderer(org.apache.tapestry5.ioc.OrderedConfiguration<org.apache.tapestry5.services.PartialMarkupRendererFilter> configuration,
org.slf4j.Logger logger,
org.apache.tapestry5.services.Environment environment,
org.apache.tapestry5.services.RequestGlobals requestGlobals,
JSSupport jsSupport) |
public static void bind(org.apache.tapestry5.ioc.ServiceBinder binder)
public static void contributeMasterDispatcher(org.apache.tapestry5.ioc.OrderedConfiguration<org.apache.tapestry5.services.Dispatcher> configuration,
@InjectService(value="js")
org.apache.tapestry5.services.Dispatcher js)
public void contributeMarkupRenderer(org.apache.tapestry5.ioc.OrderedConfiguration<org.apache.tapestry5.services.MarkupRendererFilter> configuration,
org.slf4j.Logger logger,
org.apache.tapestry5.services.Environment environment,
org.apache.tapestry5.services.RequestGlobals requestGlobals,
JSSupport jsSupport)
public void contributePartialMarkupRenderer(org.apache.tapestry5.ioc.OrderedConfiguration<org.apache.tapestry5.services.PartialMarkupRendererFilter> configuration,
org.slf4j.Logger logger,
org.apache.tapestry5.services.Environment environment,
org.apache.tapestry5.services.RequestGlobals requestGlobals,
JSSupport jsSupport)
Copyright © 2016 GOT5. All rights reserved.