Class ResponseFactory


  • public class ResponseFactory
    extends Object
    Factory that create responses
    Since:
    26.07.2006
    API:
    This is a public API.
    • Method Detail

      • createRootHttpResponse

        public static IHttpResponse createRootHttpResponse​(javax.servlet.http.HttpServletResponse response)
        Creates a root http response
        Parameters:
        response - the original http response
        Returns:
        http response
        API:
        This public API is available in Java.
      • createResponse

        public static IResponse createResponse()
        Creates a new response from an old response
        Returns:
        the new response
        API:
        This public API is available in Java.
      • createRootResponse

        public static IResponse createRootResponse()
        Creates a simple response
        Returns:
        the response
        API:
        This public API is available in Java.