org.apache.tapestry5.services
Class UrlRewriterModule

java.lang.Object
  extended by org.apache.tapestry5.services.UrlRewriterModule

public class UrlRewriterModule
extends Object

Tapestry-IoC module for the URL Rewriter API.


Constructor Summary
UrlRewriterModule()
           
 
Method Summary
static void bind(org.apache.tapestry5.ioc.ServiceBinder binder)
           
 void contributeRequestHandler(org.apache.tapestry5.ioc.OrderedConfiguration<org.apache.tapestry5.services.RequestFilter> configuration, URLRewriter urlRewriter)
           
static org.apache.tapestry5.services.ComponentEventLinkEncoder decorateComponentEventLinkEncoder(org.apache.tapestry5.services.ComponentEventLinkEncoder encoder, URLRewriter urlRewriter, org.apache.tapestry5.services.Request request, javax.servlet.http.HttpServletRequest httpServletRequest, org.apache.tapestry5.services.Response response, org.apache.tapestry5.ioc.services.AspectDecorator aspectDecorator, org.apache.tapestry5.services.ContextPathEncoder contextPathEncoder, org.apache.tapestry5.services.BaseURLSource baseURLSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlRewriterModule

public UrlRewriterModule()
Method Detail

bind

public static void bind(org.apache.tapestry5.ioc.ServiceBinder binder)

contributeRequestHandler

public void contributeRequestHandler(org.apache.tapestry5.ioc.OrderedConfiguration<org.apache.tapestry5.services.RequestFilter> configuration,
                                     URLRewriter urlRewriter)

decorateComponentEventLinkEncoder

public static org.apache.tapestry5.services.ComponentEventLinkEncoder decorateComponentEventLinkEncoder(org.apache.tapestry5.services.ComponentEventLinkEncoder encoder,
                                                                                                        URLRewriter urlRewriter,
                                                                                                        org.apache.tapestry5.services.Request request,
                                                                                                        javax.servlet.http.HttpServletRequest httpServletRequest,
                                                                                                        org.apache.tapestry5.services.Response response,
                                                                                                        org.apache.tapestry5.ioc.services.AspectDecorator aspectDecorator,
                                                                                                        org.apache.tapestry5.services.ContextPathEncoder contextPathEncoder,
                                                                                                        org.apache.tapestry5.services.BaseURLSource baseURLSource)
                                                                                                 throws Exception
Throws:
Exception
Since:
5.1.0.2


Copyright © 2012. All Rights Reserved.