Class ErrorPageConfig

java.lang.Object
com.tremolosecurity.openunison.undertow.ErrorPageConfig

public class ErrorPageConfig extends Object
ErrorPageConfig
  • Constructor Details

    • ErrorPageConfig

      public ErrorPageConfig()
  • Method Details

    • getCode

      public int getCode()
      Returns:
      the code
    • getLocation

      public String getLocation()
      Returns:
      the location
    • setCode

      public void setCode(int code)
      Parameters:
      code - the code to set
    • setLocation

      public void setLocation(String location)
      Parameters:
      location - the location to set