Package de.uplanet.lucy.server.composer
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 FramesetHelper()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
process(IServerBridgeRequest p_request, List<List<String>> p_paramList)
Creates a new URL based on the givenIServerBridgeRequest
and 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 givenIServerBridgeRequest
and a list of additional parameters. A parameter is ajava.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
-
-