Class FramesetHelper


  • @VelocityCallable("singleton")
    public final class FramesetHelper
    extends Object
    This class implements an helper for the composer that creates a new URL based on the given IServerBridgeRequest and additional parameters.
    • Constructor Detail

      • FramesetHelper

        public FramesetHelper()
        Default constructor.
    • Method Detail

      • process

        public String process​(IServerBridgeRequest p_request,
                              List<List<String>> p_paramList)
        Creates a new URL based on the given IServerBridgeRequest and a list of additional parameters. A parameter is a java.util.List with exactly two elements: key and value.
        Parameters:
        p_request - The request.
        p_paramList - A list of additional parameters.
        Returns:
        a String containing a new URL