Package org.apache.ofbiz.webapp.control
Class ConfigXMLReader.RequestMap
java.lang.Object
org.apache.ofbiz.webapp.control.ConfigXMLReader.RequestMap
- Enclosing class:
- ConfigXMLReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets description.getEvent()
Gets event.Gets method.Gets metrics.Gets request response map.getUri()
Gets uri.boolean
isEdit()
Is edit boolean.boolean
Is security auth boolean.boolean
Is security cert boolean.boolean
Is security csrf token boolean.boolean
Is security direct request boolean.boolean
Is security external view boolean.boolean
Is security https boolean.boolean
Is track server hit boolean.boolean
Is track visit boolean.void
Sets method.
-
Constructor Details
-
RequestMap
-
-
Method Details
-
setMethod
Sets method.- Parameters:
method
- the method
-
isTrackVisit
public boolean isTrackVisit()Is track visit boolean.- Returns:
- the boolean
-
isTrackServerHit
public boolean isTrackServerHit()Is track server hit boolean.- Returns:
- the boolean
-
getMethod
Gets method.- Returns:
- the method
-
isSecurityAuth
public boolean isSecurityAuth()Is security auth boolean.- Returns:
- the boolean
-
isSecurityCsrfToken
public boolean isSecurityCsrfToken()Is security csrf token boolean.- Returns:
- the boolean
-
isSecurityCert
public boolean isSecurityCert()Is security cert boolean.- Returns:
- the boolean
-
isSecurityDirectRequest
public boolean isSecurityDirectRequest()Is security direct request boolean.- Returns:
- the boolean
-
getMetrics
Gets metrics.- Returns:
- the metrics
-
isEdit
public boolean isEdit()Is edit boolean.- Returns:
- the boolean
-
getEvent
Gets event.- Returns:
- the event
-
getDescription
Gets description.- Returns:
- the description
-
isSecurityExternalView
public boolean isSecurityExternalView()Is security external view boolean.- Returns:
- the boolean
-
getUri
Gets uri.- Returns:
- the uri
-
isSecurityHttps
public boolean isSecurityHttps()Is security https boolean.- Returns:
- the boolean
-
getRequestResponseMap
Gets request response map.- Returns:
- the request response map
-