Package de.uplanet.lucy.server.composer
Class FramesetHelper
- java.lang.Object
-
- de.uplanet.lucy.server.composer.FramesetHelper
-
@VelocityCallable("singleton") public final class FramesetHelper extends ObjectThis 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 FramesetHelper()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringprocess(IServerBridgeRequest p_request, List<List<String>> p_paramList)Creates a new URL based on the givenIServerBridgeRequestand a list of additional parameters.
-
-
-
Method Detail
-
process
public String process(IServerBridgeRequest p_request, List<List<String>> p_paramList)
Creates a new URL based on the givenIServerBridgeRequestand a list of additional parameters. A parameter is ajava.util.Listwith 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
-
-