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

All Known Implementing Classes:
ActionForwardPage

public interface ActionForwardPageIF

INTERNAL: Interface for the description of a forward page assigned to an action.


Method Summary
 void addParameter(java.lang.String paramName, java.lang.String paramValue)
          INTERNAL: Adds a request parameter (name, value) pair which should be included when setting up the next request.
 java.lang.String getFramename()
          INTERNAL: Gets the name of the frame which the forwarded page should appear in.
 ParamRuleIF getNextActionParamRule()
          INTERNAL: Get the rule for processing the request parameter handling with the current action name and constructing the next action request parameter with the help of the next action template.
 java.lang.String getNextActionTemplate()
          INTERNAL: Gets name of the template for the request parameter which identifies the next action.
 java.util.Map getParameters()
          INTERNAL: Gets all existing request parameter (name, value) pairs.
 java.lang.String getURL()
          INTERNAL: Gets the URL to forward to.
 

Method Detail

getURL

java.lang.String getURL()
INTERNAL: Gets the URL to forward to.


getFramename

java.lang.String getFramename()
INTERNAL: Gets the name of the frame which the forwarded page should appear in.


addParameter

void addParameter(java.lang.String paramName,
                  java.lang.String paramValue)
INTERNAL: Adds a request parameter (name, value) pair which should be included when setting up the next request.


getParameters

java.util.Map getParameters()
INTERNAL: Gets all existing request parameter (name, value) pairs.

Returns:
Map containing parameter name (String object) as key and parameter value (String object) as value.

getNextActionTemplate

java.lang.String getNextActionTemplate()
INTERNAL: Gets name of the template for the request parameter which identifies the next action. May be making use of name patterns with the help of placeholders.


getNextActionParamRule

ParamRuleIF getNextActionParamRule()
INTERNAL: Get the rule for processing the request parameter handling with the current action name and constructing the next action request parameter with the help of the next action template.

Note: If no specific rule was setup the next action will be identical to the next action template



Copyright © 2000-2012 Ontopia.