net.ontopia.topicmaps.webed.impl.basic
Interface ParamRuleIF

All Known Implementing Classes:
IdentityParamRule

public interface ParamRuleIF

INTERNAL: A class implementing this interface specifies a transformation rule to modify the forward URL.


Method Summary
 java.lang.String generate(ActionContextIF context, java.lang.String actionName, java.lang.String nextActionTemplate, java.lang.String urlWithParams)
          INTERNAL: Transform the action name, based on the values of the given current action and next action or information residing in the context object.
 

Method Detail

generate

java.lang.String generate(ActionContextIF context,
                          java.lang.String actionName,
                          java.lang.String nextActionTemplate,
                          java.lang.String urlWithParams)
INTERNAL: Transform the action name, based on the values of the given current action and next action or information residing in the context object.

Returns:
String containing the manipulated relative request URL with the request parameter value-pairs (based on urlWithParams).


Copyright © 2000-2012 Ontopia.