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 |
String |
generate(ActionContextIF context,
String actionName,
String nextActionTemplate,
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. |
generate
String generate(ActionContextIF context,
String actionName,
String nextActionTemplate,
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.