|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.apache.taglibs.rdc.core.GroupTag
public class GroupTag
This is the implementation of the RDC helper tag group. Group is a container with pluggable DM strategies.
| Constructor Summary | |
|---|---|
GroupTag()
|
|
| Method Summary | |
|---|---|
void |
doTag()
Has the state machine for the group Uses a pluggable dialog management strategy |
java.lang.String |
getConfig()
Gets the configuration URI of the group |
java.lang.Boolean |
getConfirm()
Get the group level confirmation |
java.lang.String |
getId()
Gets the ID of the group |
javax.servlet.jsp.JspContext |
getJspContext()
Make JspContext visible to the DM strategy |
java.lang.String |
getStrategy()
Get the class name that implements the DM strategy |
java.lang.String |
getSubmit()
Gets the submit URL where group should submit |
void |
setConfig(java.lang.String config)
Sets the configuration URI of the group |
void |
setConfirm(java.lang.Boolean confirm)
Set the group level confirmation |
void |
setId(java.lang.String id)
Sets the id of the group |
void |
setStrategy(java.lang.String strategy)
Set the class name that implements the DM strategy |
void |
setSubmit(java.lang.String submit)
Sets the submit URL for the group |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupTag()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - The group's idpublic java.lang.String getSubmit()
public void setSubmit(java.lang.String submit)
submit - The group's submit URLpublic java.lang.String getConfig()
public void setConfig(java.lang.String config)
config - The group's configuration URIpublic java.lang.Boolean getConfirm()
public void setConfirm(java.lang.Boolean confirm)
confirm - The group confirmationpublic java.lang.String getStrategy()
public void setStrategy(java.lang.String strategy)
strategy - the class namepublic javax.servlet.jsp.JspContext getJspContext()
getJspContext in class javax.servlet.jsp.tagext.SimpleTagSupport
public void doTag()
throws javax.servlet.jsp.JspException,
java.io.IOException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||