Package de.uplanet.lucy.server.composer
Klasse 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.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprocess(IServerBridgeRequest p_request, List<List<String>> p_paramList) Creates a new URL based on the givenIServerBridgeRequestand a list of additional parameters.
-
Konstruktordetails
-
FramesetHelper
public FramesetHelper()Default constructor.
-
-
Methodendetails
-
process
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.- Parameter:
p_request- The request.p_paramList- A list of additional parameters.- Gibt zurück:
- a String containing a new URL
-