Package com.atlassian.crowd.console.interceptor


package com.atlassian.crowd.console.interceptor
  • Class
    Description
    An interceptor that allows the use of Struts parameters with names that are not in lower-camel-case (default Struts/JavaBeans convention), such as ID or directoryID.
    An interceptor that wraps the action execution in a single Hibernate transaction.
    Indicates that the method decorated with this annotation would not have a default transactional context created by CrowdXWorkTransactionInterceptor
    Ensure we don't try to hit the setup step after setup is complete.