Class AponTransformResponse

    • Constructor Detail

      • AponTransformResponse

        public AponTransformResponse​(TransformRule transformRule)
        Instantiates a new AponTransformResponse.
        Parameters:
        transformRule - the transform rule
    • Method Detail

      • commit

        public void commit​(Activity activity)
                    throws ResponseException
        Description copied from interface: Response
        The result of the activity is processed into a specific response form and then sent to the client.
        Parameters:
        activity - the current Activity
        Throws:
        ResponseException - the response exception
      • replicate

        public Response replicate()
        Description copied from interface: Response
        Replicates and returns this response.
        Returns:
        the new response
      • transform

        public static void transform​(Parameters parameters,
                                     java.io.Writer writer,
                                     FormattingContext formattingContext)
                              throws java.io.IOException
        Throws:
        java.io.IOException