Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.struts2.interceptor Classes and Interfaces - 37 results found.
NameDescriptionTypePackageFramework
ActionMappingParametersInteceptor This interceptor sets all parameters from the action mapping, for this request, on the value stack.Classorg.apache.struts2.interceptorApache Struts
AnnotationValidationInterceptor annotation, and if found, don't validate this action methodSee Also:Serialized FormClassorg.apache.struts2.interceptor.validationApache Struts
ApplicationAware Actions that want to be aware of the application Map object should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
BackgroundProcessBackground thread to be executed by the ExecuteAndWaitInterceptor.Classorg.apache.struts2.interceptorApache Struts
CheckboxInterceptor Looks for a hidden identification field that specifies the original value of the checkbox.Classorg.apache.struts2.interceptorApache Struts
ClearSessionInterceptor This interceptor clears the HttpSession.Classorg.apache.struts2.interceptorApache Struts
CookieInterceptor The aim of this interceptor is to set values in the stack/action based on cookie name/value If an asterisk is present in cookiesName parameter, it will be assume thatClassorg.apache.struts2.interceptorApache Struts
CookieProviderAction can create cookies which will be stored in responseSee Also:CookieProviderInterceptorInterfaceorg.apache.struts2.interceptorApache Struts
CookieProviderInterceptor Allows actions to send cookies to client, action must implement CookieProvider You must reference this interceptor in your default stack or in action's stack, see example below.Classorg.apache.struts2.interceptorApache Struts
CookiesAwareActions implementing the CookiesAware interface will receive a Map of filtered cookies via the setCookiesMap method.Interfaceorg.apache.struts2.interceptorApache Struts
CreateSessionInterceptor This interceptor creates the HttpSession if it doesn't exist, also SessionMap is recreated and put in ServletActionContext.Classorg.apache.struts2.interceptorApache Struts
DateTextFieldInterceptorClassorg.apache.struts2.interceptorApache Struts
DateTextFieldInterceptor .DateWordClassorg.apache.struts2.interceptor.DateTextFieldInterceptorApache Struts
DebuggingInterceptor Provides several different debugging screens to provide insight into the data behind the page.Classorg.apache.struts2.interceptor.debuggingApache Struts
DeprecationInterceptor In devMode checks if application uses deprecated or unknown constants and displays warning when logging level is set to DEBUGClassorg.apache.struts2.interceptorApache Struts
ExecuteAndWaitInterceptor The ExecuteAndWaitInterceptor is great for running long-lived actions in the background while showing the user a nice progress meter.Classorg.apache.struts2.interceptorApache Struts
FileUploadInterceptor Interceptor that is based off of MultiPartRequestWrapper, which is automatically applied for any request that includes a file.Classorg.apache.struts2.interceptorApache Struts
I18nInterceptor This interceptor extends the original xwork i18n interceptor and adds functionality to support cookies.Classorg.apache.struts2.interceptorApache Struts
MessageStoreInterceptor An interceptor to store a ValidationAware action's messages / errors and field errors into HTTP Session, such that it will be retrievable at a later stage.Classorg.apache.struts2.interceptorApache Struts
MultiselectInterceptorJust as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor.Classorg.apache.struts2.interceptorApache Struts
NoParametersThis marker interface should be implemented by actions that do not want any parameters set on them automatically.Interfaceorg.apache.struts2.interceptorApache Struts
ParameterAware This interface gives actions an alternative way of receiving input parameters.Interfaceorg.apache.struts2.interceptorApache Struts
PrettyPrintWriterClassorg.apache.struts2.interceptor.debuggingApache Struts
PrincipalAwareActions that want access to the Principal information from HttpServletRequest object should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
PrincipalProxyProxy interface used together with PrincipalAware interface.Interfaceorg.apache.struts2.interceptorApache Struts
ProfilingActivationInterceptor Allows profiling to be enabled or disabled via request parameters, when devMode is enabled.Classorg.apache.struts2.interceptorApache Struts
RequestAware Actions that want access to the current servlet request attributes should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
RolesInterceptor This interceptor ensures that the action will only be executed if the user has the correct role.Classorg.apache.struts2.interceptorApache Struts
ScopeInterceptor This is designed to solve a few simple issues related to wizard-like functionality in Struts.Classorg.apache.struts2.interceptorApache Struts
ServletConfigInterceptor An interceptor which sets action properties based on the interfaces an action implements.Classorg.apache.struts2.interceptorApache Struts
ServletPrincipalProxyPrincipalProxy implementation for using HttpServletRequest Principal related methods.Classorg.apache.struts2.interceptor.servletApache Struts
ServletRequestAware All Actions that want to have access to the servlet request object must implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
ServletResponseAware All Actions that want to have access to the servlet response object must implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
SessionAware Actions that want access to the user's HTTP session attributes should implement this interface.Interfaceorg.apache.struts2.interceptorApache Struts
StrutsConversionErrorInterceptor This interceptor extends ConversionErrorInterceptor but only adds conversion errors from the ActionContext to the field errors of the action if the field value is not null, ", or {"} (a size 1 String array with only an emptyClassorg.apache.struts2.interceptorApache Struts
TokenInterceptor Ensures that only one request per token is processed.Classorg.apache.struts2.interceptorApache Struts
TokenSessionStoreInterceptor This interceptor builds off of the TokenInterceptor, providing advanced logic for handling invalid tokens.Classorg.apache.struts2.interceptorApache Struts