Class ConfigXMLReader.RequestResponse

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

public static class ConfigXMLReader.RequestResponse extends Object
  • Constructor Details

    • RequestResponse

      public RequestResponse()
    • RequestResponse

      public RequestResponse(Element responseElement)
  • Method Details

    • createEmptyNoneRequestResponse

      public static ConfigXMLReader.RequestResponse createEmptyNoneRequestResponse()
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • isSaveLastView

      public boolean isSaveLastView()
      Is save last view boolean.
      Returns:
      the boolean
    • isSaveCurrentView

      public boolean isSaveCurrentView()
      Is save current view boolean.
      Returns:
      the boolean
    • isSaveHomeView

      public boolean isSaveHomeView()
      Is save home view boolean.
      Returns:
      the boolean
    • getStatusCode

      public String getStatusCode()
      Gets status code.
      Returns:
      the status code
    • getRedirectParameterMap

      public Map<String,String> getRedirectParameterMap()
      Gets redirect parameter map.
      Returns:
      the redirect parameter map
    • getRedirectParameterValueMap

      public Map<String,String> getRedirectParameterValueMap()
      Gets redirect parameter value map.
      Returns:
      the redirect parameter value map
    • getType

      public String getType()
      Gets type.
      Returns:
      the type
    • getValue

      public String getValue()
      Gets value.
      Returns:
      the value