Package de.uplanet.lucy.server.composer
Class FramesetHelper
java.lang.Object
de.uplanet.lucy.server.composer.FramesetHelper
This class implements an helper for the composer that creates a
new URL based on the given IServerBridgeRequest and additional parameters.
-
Constructor Summary
-
Method Summary
-
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 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
-