Package | Description |
---|---|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.modules |
Modifier and Type | Class and Description |
---|---|
class |
RequestSecurityManagerImpl |
Constructor and Description |
---|
ComponentEventLinkEncoderImpl(ComponentClassResolver componentClassResolver,
ContextPathEncoder contextPathEncoder,
LocalizationSetter localizationSetter,
Response response,
RequestSecurityManager requestSecurityManager,
BaseURLSource baseURLSource,
PersistentLocale persistentLocale,
boolean encodeLocaleIntoPath,
String contextPath,
String applicationFolder,
MetaDataLocator metaDataLocator,
ClientWhitelist clientWhitelist) |
Modifier and Type | Method and Description |
---|---|
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
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.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.