Class StrutsActionMapHelper

java.lang.Object
com.atlassian.crowd.manager.bootstrap.StrutsActionMapHelper
All Implemented Interfaces:
Serializable

public class StrutsActionMapHelper extends Object implements Serializable
Helper class to map Struts actions to their underlying AccessTypes and allow easy and performant retrieval of the AccessType for a given action.
Since:
v6.0.0
See Also:
  • Field Details

  • Method Details

    • getInstance

      public static StrutsActionMapHelper getInstance()
    • initMappings

      public void initMappings(com.opensymphony.xwork2.config.Configuration configuration, ClassLoader classLoader, String pluginKey)
      Initializes the action mappings from the given configuration. This action will need to be performed when actions are added or removed from the config - eg in the case of plugin installs/uninstalls.
    • getActionParticulars

      public AccessType getActionParticulars(String namespace, String actionName)
      Returns the AccessType associated with the given action, or null if the action is not found.