Class ConfigXMLReader.RequestMap

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

public static class ConfigXMLReader.RequestMap extends Object
  • Constructor Details

    • RequestMap

      public RequestMap(Element requestMapElement)
  • Method Details

    • setMethod

      public void setMethod(String method)
      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

      public String 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

      public Metrics getMetrics()
      Gets metrics.
      Returns:
      the metrics
    • isEdit

      public boolean isEdit()
      Is edit boolean.
      Returns:
      the boolean
    • getEvent

      public ConfigXMLReader.Event getEvent()
      Gets event.
      Returns:
      the event
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • isSecurityExternalView

      public boolean isSecurityExternalView()
      Is security external view boolean.
      Returns:
      the boolean
    • getUri

      public String getUri()
      Gets uri.
      Returns:
      the uri
    • isSecurityHttps

      public boolean isSecurityHttps()
      Is security https boolean.
      Returns:
      the boolean
    • getRequestResponseMap

      public Map<String,ConfigXMLReader.RequestResponse> getRequestResponseMap()
      Gets request response map.
      Returns:
      the request response map