com.mf.roundhouse.portal.taglib
Class Param

java.lang.Object
  extended byTagSupport
      extended bycom.mf.roundhouse.portal.taglib.Param

public class Param
extends TagSupport

Supporting class for the param tag. defines a parameter that can be added to a actionURL or a renderURL
The following attributes are mandatory

See Also:
Serialized Form

Constructor Summary
Param()
           
 
Method Summary
 int doStartTag()
          Processes the param tag.
 java.lang.String getName()
          Returns the name.
 java.lang.String getValue()
          Returns the value.
 void setName(java.lang.String name)
          Sets the name.
 void setValue(java.lang.String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Param

public Param()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Processes the param tag.

Returns:
SKIP_BODY
Throws:
JspException

getName

public java.lang.String getName()
Returns the name.

Returns:
String

getValue

public java.lang.String getValue()
Returns the value.

Returns:
String

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - The name to set

setValue

public void setValue(java.lang.String value)
Sets the value.

Parameters:
value - The value to set


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.