org.apache.struts.taglib.bean
public class StrutsTag extends TagSupport
Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
| Field Summary | |
|---|---|
| protected String | formBean
The name of the ActionFormBean object to be exposed. |
| protected String | forward
The name of the ActionForward object to be exposed. |
| protected String | id
The name of the scripting variable that will be exposed as a page
scope attribute. |
| protected String | mapping
The name of the ActionMapping object to be exposed. |
| protected static MessageResources | messages
The message resources for this package. |
| Method Summary | |
|---|---|
| int | doStartTag()
Retrieve the required configuration object and expose it as a
scripting variable.
|
| String | getFormBean() |
| String | getForward() |
| String | getId() |
| String | getMapping() |
| void | release()
Release all allocated resources. |
| void | setFormBean(String formBean) |
| void | setForward(String forward) |
| void | setId(String id) |
| void | setMapping(String mapping) |
ActionFormBean object to be exposed.ActionForward object to be exposed.ActionMapping object to be exposed.Throws: JspException if a JSP exception has occurred