Package org.apache.ofbiz.webapp.control
Class ConfigXMLReader.ControllerConfig
java.lang.Object
org.apache.ofbiz.webapp.control.ConfigXMLReader.ControllerConfig
- Enclosing class:
- ConfigXMLReader
The type Controller config.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets after login event list.Gets before logout event list.Gets default request.Gets errorpage.Gets event handler map.Gets first visit event list.getOwner()
Gets owner.Gets postprocessor event list.Gets preprocessor event list.Gets protect view.XXX: Keep it for backward compatibility until moving everything to 鈥榞etRequestMapMultiMap鈥�.Gets request map multi map.Gets security class.Provides the status code that should be used when redirecting an HTTP client.getUrl()
Gets the url.Gets view handler map.Gets view map map.protected void
loadIncludes
(Element rootElement) Load includes.
-
Constructor Details
-
ControllerConfig
Instantiates a new Controller config.- Parameters:
url
- the url- Throws:
WebAppConfigurationException
- the web app configuration exception
-
-
Method Details
-
getAfterLoginEventList
Gets after login event list.- Returns:
- the after login event list
-
getBeforeLogoutEventList
Gets before logout event list.- Returns:
- the before logout event list
-
getDefaultRequest
Gets default request.- Returns:
- the default request
-
getErrorpage
Gets errorpage.- Returns:
- the errorpage
-
getEventHandlerMap
Gets event handler map.- Returns:
- the event handler map
-
getFirstVisitEventList
Gets first visit event list.- Returns:
- the first visit event list
-
getOwner
Gets owner.- Returns:
- the owner
-
getPostprocessorEventList
Gets postprocessor event list.- Returns:
- the postprocessor event list
-
getPreprocessorEventList
Gets preprocessor event list.- Returns:
- the preprocessor event list
-
getProtectView
Gets protect view.- Returns:
- the protect view
-
getRequestMapMap
XXX: Keep it for backward compatibility until moving everything to 鈥榞etRequestMapMultiMap鈥�. @return the request map map -
getRequestMapMultiMap
Gets request map multi map.- Returns:
- the request map multi map
-
getSecurityClass
Gets security class.- Returns:
- the security class
-
getStatusCode
Provides the status code that should be used when redirecting an HTTP client.- Returns:
- an HTTP response status code.
-
getViewHandlerMap
Gets view handler map.- Returns:
- the view handler map
-
getViewMapMap
Gets view map map.- Returns:
- the view map map
-
getUrl
Gets the url.- Returns:
- the url
-
loadIncludes
Load includes.- Parameters:
rootElement
- the root element- Throws:
WebAppConfigurationException
- the web app configuration exception
-