A B C D G H I O P R S U V

A

advise(MethodInvocation) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderMethodAdvice
 
applicability() - Method in interface org.apache.tapestry5.urlrewriter.URLRewriterRule
Defines when this rule will be applied.

B

bind(ServiceBinder) - Static method in class org.apache.tapestry5.services.UrlRewriterModule
 

C

ComponentEventLinkEncoderMethodAdvice - Class in org.apache.tapestry5.internal.services
Advices ComponentEventLinkEncoder.createComponentEventLink(org.apache.tapestry5.services.ComponentEventRequestParameters, boolean) and ComponentEventLinkEncoder.createPageRenderLink(org.apache.tapestry5.services.PageRenderRequestParameters) to rewrites the returned links using URLRewriter.
ComponentEventLinkEncoderMethodAdvice(URLRewriter, Request, HttpServletRequest, Response, boolean, ContextPathEncoder, BaseURLSource) - Constructor for class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderMethodAdvice
Single constructor of this class.
contributeRequestHandler(OrderedConfiguration<RequestFilter>, URLRewriter) - Method in class org.apache.tapestry5.services.UrlRewriterModule
 

D

decorateComponentEventLinkEncoder(ComponentEventLinkEncoder, URLRewriter, Request, HttpServletRequest, Response, AspectDecorator, ContextPathEncoder, BaseURLSource) - Static method in class org.apache.tapestry5.services.UrlRewriterModule
 
DelegatingRequest - Class in org.apache.tapestry5.services
Class that wraps an Request, delegating all its methods.
DelegatingRequest() - Constructor for class org.apache.tapestry5.services.DelegatingRequest
No-arg constructor.
DelegatingRequest(Request) - Constructor for class org.apache.tapestry5.services.DelegatingRequest
Constructor that receives a Request.

G

getAttribute(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getComponentEventParameters() - Method in interface org.apache.tapestry5.urlrewriter.URLRewriteContext
If the request being processed is processed in response to component event link creation, the ComponentEVentRequestParameters associated with that creation will be available via this method.
getContextPath() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getDateHeader(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getHeader(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getHeaderNames() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getLocale() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getLocalPort() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getMethod() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getPageParameters() - Method in interface org.apache.tapestry5.urlrewriter.URLRewriteContext
If the request being processed is processed in response to pagelink creation, the PageRenderRequestParameters associated with that creation will be available via this method.
getParameter(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getParameterNames() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getParameters(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getPath() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getPath() - Method in class org.apache.tapestry5.urlrewriter.SimpleRequestWrapper
 
getRemoteHost() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getServerName() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getServerName() - Method in class org.apache.tapestry5.urlrewriter.SimpleRequestWrapper
 
getServerPort() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getSession(boolean) - Method in class org.apache.tapestry5.services.DelegatingRequest
 

H

hasLinkRules() - Method in class org.apache.tapestry5.internal.services.URLRewriterImpl
 
hasLinkRules() - Method in interface org.apache.tapestry5.services.URLRewriter
 
hasRequestRules() - Method in class org.apache.tapestry5.internal.services.URLRewriterImpl
 
hasRequestRules() - Method in interface org.apache.tapestry5.services.URLRewriter
 

I

isIncoming() - Method in interface org.apache.tapestry5.urlrewriter.URLRewriteContext
 
isRequestedSessionIdValid() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
isSecure() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
isXHR() - Method in class org.apache.tapestry5.services.DelegatingRequest
 

O

org.apache.tapestry5.internal.services - package org.apache.tapestry5.internal.services
 
org.apache.tapestry5.services - package org.apache.tapestry5.services
 
org.apache.tapestry5.urlrewriter - package org.apache.tapestry5.urlrewriter
 

P

process(Request, URLRewriteContext) - Method in interface org.apache.tapestry5.urlrewriter.URLRewriterRule
Processes a Request.
processLink(Request, URLRewriteContext) - Method in class org.apache.tapestry5.internal.services.URLRewriterImpl
 
processLink(Request, URLRewriteContext) - Method in interface org.apache.tapestry5.services.URLRewriter
Processes rules for rewriting links.
processRequest(Request) - Method in class org.apache.tapestry5.internal.services.URLRewriterImpl
 
processRequest(Request) - Method in interface org.apache.tapestry5.services.URLRewriter
Processes an incoming Request.

R

RewriteRuleApplicability - Enum in org.apache.tapestry5.urlrewriter
Defines the situations to which a URLRewriterRule will be applied (inbound, outbound, or both)

S

service(Request, Response, RequestHandler) - Method in class org.apache.tapestry5.internal.services.URLRewriterRequestFilter
 
setAttribute(String, Object) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
setRequest(Request) - Method in class org.apache.tapestry5.services.DelegatingRequest
Sets the delegate request.
SimpleRequestWrapper - Class in org.apache.tapestry5.urlrewriter
Class that wraps a Request.
SimpleRequestWrapper(Request, String, String) - Constructor for class org.apache.tapestry5.urlrewriter.SimpleRequestWrapper
Constructor that receives a request, a server name and a path.
SimpleRequestWrapper(Request, String) - Constructor for class org.apache.tapestry5.urlrewriter.SimpleRequestWrapper
Constructor that receives a request and a path.

U

URLRewriteContext - Interface in org.apache.tapestry5.urlrewriter
Context passed to the process method of URLRewriterRule implementations, providing additional information that the rules might need to function.
URLRewriter - Interface in org.apache.tapestry5.services
Service that implements URL and link rewriting.
URLRewriterImpl - Class in org.apache.tapestry5.internal.services
Default URLRewriter implementation.
URLRewriterImpl(List<URLRewriterRule>) - Constructor for class org.apache.tapestry5.internal.services.URLRewriterImpl
Single constructor of this class.
UrlRewriterModule - Class in org.apache.tapestry5.services
Tapestry-IoC module for the URL Rewriter API.
UrlRewriterModule() - Constructor for class org.apache.tapestry5.services.UrlRewriterModule
 
URLRewriterRequestFilter - Class in org.apache.tapestry5.internal.services
RequestFilter that applies the URL rewriting rules to requests.
URLRewriterRequestFilter(URLRewriter) - Constructor for class org.apache.tapestry5.internal.services.URLRewriterRequestFilter
Single constructor of this class.
URLRewriterRule - Interface in org.apache.tapestry5.urlrewriter
Defines an URL rewriting rule.

V

valueOf(String) - Static method in enum org.apache.tapestry5.urlrewriter.RewriteRuleApplicability
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tapestry5.urlrewriter.RewriteRuleApplicability
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D G H I O P R S U V

Copyright © 2012. All Rights Reserved.