org.apache.struts.taglib
Class ParameterTag

org.apache.struts.taglib.ParameterTag

public class ParameterTag

Display the value of the specified query parameter as read-only HTML text.

Version:
$Revision: 1.5 $ $Date: 2001/05/20 01:19:05 $
Author:
Craig R. McClanahan

Field Summary
protected static MessageResources messages
          The message resources for this package.
private  java.lang.String name
          The name of the desired parameter.
 
Constructor Summary
ParameterTag()
           
 
Method Summary
 int doStartTag()
          Generate the required value.
 java.lang.String getName()
          Return the parameter name.
 void release()
          Release any acquired resources.
 void setName(java.lang.String name)
          Set the parameter name.
 

Field Detail

messages

protected static MessageResources messages
The message resources for this package.

name

private java.lang.String name
The name of the desired parameter.
Constructor Detail

ParameterTag

public ParameterTag()
Method Detail

getName

public java.lang.String getName()
Return the parameter name.

setName

public void setName(java.lang.String name)
Set the parameter name.
Parameters:
name - The new parameter name

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Generate the required value.
Throws:
JspException - if a JSP exception has occurred

release

public void release()
Release any acquired resources.


Copyright © 2000-2002 - Apache Software Foundation