Class UserAwareInterceptor

  • All Implemented Interfaces:
    com.opensymphony.xwork2.interceptor.Interceptor, Serializable

    public class UserAwareInterceptor
    extends AbstractAwareInterceptor
    Grabs the user from the action and determines whether the user is valid and the logged-in user has permission to view the action.
    See Also:
    Serialized Form
    • Constructor Detail

      • UserAwareInterceptor

        public UserAwareInterceptor()
    • Method Detail