org.apache.struts.taglib.bean
Class StrutsTag

java.lang.Object
  extended byTagSupport
      extended byorg.apache.struts.taglib.bean.StrutsTag

public class StrutsTag
extends TagSupport

Define a scripting variable that exposes the requested Struts internal configuraton object.

Version:
$Revision: 1.19 $ $Date: 2004/03/14 06:23:45 $
See Also:
Serialized Form

Field Summary
protected  java.lang.String formBean
          The name of the ActionFormBean object to be exposed.
protected  java.lang.String forward
          The name of the ActionForward object to be exposed.
protected  java.lang.String id
          The name of the scripting variable that will be exposed as a page scope attribute.
protected  java.lang.String mapping
          The name of the ActionMapping object to be exposed.
protected static MessageResources messages
          The message resources for this package.
 
Constructor Summary
StrutsTag()
           
 
Method Summary
 int doStartTag()
          Retrieve the required configuration object and expose it as a scripting variable.
 java.lang.String getFormBean()
           
 java.lang.String getForward()
           
 java.lang.String getId()
           
 java.lang.String getMapping()
           
 void release()
          Release all allocated resources.
 void setFormBean(java.lang.String formBean)
           
 void setForward(java.lang.String forward)
           
 void setId(java.lang.String id)
           
 void setMapping(java.lang.String mapping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id
The name of the scripting variable that will be exposed as a page scope attribute.


messages

protected static MessageResources messages
The message resources for this package.


formBean

protected java.lang.String formBean
The name of the ActionFormBean object to be exposed.


forward

protected java.lang.String forward
The name of the ActionForward object to be exposed.


mapping

protected java.lang.String mapping
The name of the ActionMapping object to be exposed.

Constructor Detail

StrutsTag

public StrutsTag()
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getFormBean

public java.lang.String getFormBean()

setFormBean

public void setFormBean(java.lang.String formBean)

getForward

public java.lang.String getForward()

setForward

public void setForward(java.lang.String forward)

getMapping

public java.lang.String getMapping()

setMapping

public void setMapping(java.lang.String mapping)

doStartTag

public int doStartTag()
               throws JspException
Retrieve the required configuration object and expose it as a scripting variable.

Throws:
JspException - if a JSP exception has occurred

release

public void release()
Release all allocated resources.



Copyright ? 2000-2009 - The Apache Software Foundation