Uses of Interface
org.apache.tapestry5.internal.services.RequestSecurityManager

Packages that use RequestSecurityManager
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.services Core services 
 

Uses of RequestSecurityManager in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement RequestSecurityManager
 class RequestSecurityManagerImpl
           
 

Constructors in org.apache.tapestry5.internal.services with parameters of type RequestSecurityManager
ComponentEventLinkEncoderImpl(ComponentClassResolver componentClassResolver, ContextPathEncoder contextPathEncoder, LocalizationSetter localizationSetter, Request request, Response response, RequestSecurityManager requestSecurityManager, BaseURLSource baseURLSource, PersistentLocale persistentLocale, boolean encodeLocaleIntoPath, String applicationFolder, MetaDataLocator metaDataLocator, ClientWhitelist clientWhitelist)
           
 

Uses of RequestSecurityManager in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type RequestSecurityManager
 void TapestryModule.contributeComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter> configuration, RequestSecurityManager requestSecurityManager, ComponentEventRequestHandler ajaxHandler)
          Contributes filters: Ajax Determines if the request is Ajax oriented, and redirects to an alternative handler if so ImmediateRender When immediate action response rendering is enabled, generates the markup response (instead of a page redirect response, which is the normal behavior) Secure Sends a redirect if an non-secure request accesses a secure page
 void TapestryModule.contributePageRenderRequestHandler(OrderedConfiguration<PageRenderRequestFilter> configuration, RequestSecurityManager securityManager)
          Contributes a single filter, "Secure", which checks for non-secure requests that access secure pages.
 



Copyright © 2003-2012 The Apache Software Foundation.