|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
nl.gx.webmanager.taglib.FormPartTag
public class FormPartTag
Implements the wm:formPart tag. This tag retrieves a formpart using its alias as search criterium.
Example of usage:
<wm:formPart var="userNameFormPart" alias="username" />
${userNameFormPart}
This will look up the formpart with the alias "username".
| Constructor Summary | |
|---|---|
FormPartTag()
|
|
| Method Summary | |
|---|---|
void |
doTag()
|
protected java.lang.String |
getAlias()
Return Specifies the alias of the formpart to search for. |
protected java.lang.String |
getVar()
Return the JSP variable to store the result in. |
void |
setAlias(java.lang.String alias)
Specifies the alias of the formpart to search for. |
void |
setVar(java.lang.String var)
Specifies the JSP variable to store the result in. |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getJspContext, 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 FormPartTag()
| Method Detail |
|---|
public void setAlias(java.lang.String alias)
alias - name of the language label.protected java.lang.String getAlias()
public void setVar(java.lang.String var)
var - specifies the JSP variable to store the result in.protected java.lang.String getVar()
public void doTag()
throws javax.servlet.jsp.JspException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||