Class ConfigXMLReader.ControllerConfig

java.lang.Object
org.apache.ofbiz.webapp.control.ConfigXMLReader.ControllerConfig
Enclosing class:
ConfigXMLReader

public static class ConfigXMLReader.ControllerConfig extends Object
The type Controller config.
  • Constructor Details

  • Method Details

    • getAfterLoginEventList

      public Map<String,ConfigXMLReader.Event> getAfterLoginEventList()
      Gets after login event list.
      Returns:
      the after login event list
    • getBeforeLogoutEventList

      public Map<String,ConfigXMLReader.Event> getBeforeLogoutEventList()
      Gets before logout event list.
      Returns:
      the before logout event list
    • getDefaultRequest

      public String getDefaultRequest()
      Gets default request.
      Returns:
      the default request
    • getErrorpage

      public String getErrorpage()
      Gets errorpage.
      Returns:
      the errorpage
    • getEventHandlerMap

      public Map<String,String> getEventHandlerMap()
      Gets event handler map.
      Returns:
      the event handler map
    • getFirstVisitEventList

      public Map<String,ConfigXMLReader.Event> getFirstVisitEventList()
      Gets first visit event list.
      Returns:
      the first visit event list
    • getOwner

      public String getOwner()
      Gets owner.
      Returns:
      the owner
    • getPostprocessorEventList

      public Map<String,ConfigXMLReader.Event> getPostprocessorEventList()
      Gets postprocessor event list.
      Returns:
      the postprocessor event list
    • getPreprocessorEventList

      public Map<String,ConfigXMLReader.Event> getPreprocessorEventList()
      Gets preprocessor event list.
      Returns:
      the preprocessor event list
    • getProtectView

      public String getProtectView()
      Gets protect view.
      Returns:
      the protect view
    • getRequestMapMap

      public Map<String,ConfigXMLReader.RequestMap> getRequestMapMap()
      XXX: Keep it for backward compatibility until moving everything to 鈥榞etRequestMapMultiMap鈥�. @return the request map map
    • getRequestMapMultiMap

      public MultivaluedMapContext<String,ConfigXMLReader.RequestMap> getRequestMapMultiMap()
      Gets request map multi map.
      Returns:
      the request map multi map
    • getSecurityClass

      public String getSecurityClass()
      Gets security class.
      Returns:
      the security class
    • getStatusCode

      public String getStatusCode()
      Provides the status code that should be used when redirecting an HTTP client.
      Returns:
      an HTTP response status code.
    • getViewHandlerMap

      public Map<String,String> getViewHandlerMap()
      Gets view handler map.
      Returns:
      the view handler map
    • getViewMapMap

      public Map<String,ConfigXMLReader.ViewMap> getViewMapMap()
      Gets view map map.
      Returns:
      the view map map
    • getUrl

      public URL getUrl()
      Gets the url.
      Returns:
      the url
    • loadIncludes

      protected void loadIncludes(Element rootElement) throws WebAppConfigurationException
      Load includes.
      Parameters:
      rootElement - the root element
      Throws:
      WebAppConfigurationException - the web app configuration exception