Class FramesetHelper

java.lang.Object
de.uplanet.lucy.server.composer.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 Summary

    Constructors
    Constructor
    Description
    Default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    process(de.uplanet.lucy.server.connector.IServerBridgeRequest p_request, List<List<String>> p_paramList)
    Creates a new URL based on the given IServerBridgeRequest and a list of additional parameters.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FramesetHelper

      public FramesetHelper()
      Default constructor.
  • Method Details

    • process

      public String process(de.uplanet.lucy.server.connector.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