|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTagSupport
it.eng.spago.workflow.worklist.tags.FormTag
public class FormTag
Constructor Summary | |
---|---|
FormTag()
Consructor |
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
java.lang.String |
getAction()
|
java.lang.String |
getContextPath()
|
SourceBean |
getFormDescriptor()
|
java.lang.String |
getFormIdentifier()
|
java.lang.StringBuffer |
getHtmlStream()
|
HttpServletRequest |
getHttpRequest()
|
HttpServletResponse |
getHttpResponse()
|
java.lang.String |
getLayout()
|
java.lang.String |
getMethod()
|
protected void |
makeCheckBoxField(SourceBean field,
int indexInFieldSet)
Produce the html code that generate a checkbox field |
protected void |
makeField(SourceBean field,
int indexInFieldSet)
Produce the html code that generate a single field |
protected void |
makeFieldSet(SourceBean fieldSetSourceBean)
Produce the html code that generate the field set |
protected void |
makeForm()
Creates a form into the jsp page. |
protected void |
makeHiddenField(SourceBean field,
int indexInFieldSet)
Produce the html code that generate a hidden field |
protected void |
makeRadioField(SourceBean field)
Produce the html code that generate a radio field |
protected void |
makeSelectField(SourceBean field,
int indexInFieldSet)
Produce the html code that generate a select field |
protected void |
makeSubmitButtons()
Produce the html code that generate the submits button |
protected void |
makeTextField(SourceBean field,
int indexInFieldSet)
Produce the html code that generate a text field |
void |
setAction(java.lang.String action)
|
void |
setContextPath(java.lang.String contextPath)
|
void |
setFormDescriptor(SourceBean formDescriptor)
|
void |
setFormIdentifier(java.lang.String formIdentifier)
|
void |
setHtmlStream(java.lang.StringBuffer htmlStream)
|
void |
setHttpRequest(HttpServletRequest httpRequest)
|
void |
setHttpResponse(HttpServletResponse httpResponse)
|
void |
setLayout(java.lang.String layout)
|
void |
setMethod(java.lang.String method)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormTag()
Method Detail |
---|
public int doStartTag() throws JspException
JspException
protected void makeForm() throws JspException
JspException
- If any exception occurs.protected void makeSubmitButtons()
protected void makeFieldSet(SourceBean fieldSetSourceBean) throws JspException
JspException
protected void makeField(SourceBean field, int indexInFieldSet) throws JspException
JspException
protected void makeTextField(SourceBean field, int indexInFieldSet) throws JspException
JspException
protected void makeHiddenField(SourceBean field, int indexInFieldSet) throws JspException
JspException
protected void makeRadioField(SourceBean field) throws JspException
JspException
protected void makeSelectField(SourceBean field, int indexInFieldSet) throws JspException
JspException
protected void makeCheckBoxField(SourceBean field, int indexInFieldSet) throws JspException
JspException
public int doEndTag() throws JspException
JspException
javax.servlet.jsp.tagext.Tag#doEndTag()
public java.lang.String getAction()
public void setAction(java.lang.String action)
public java.lang.String getContextPath()
public void setContextPath(java.lang.String contextPath)
public SourceBean getFormDescriptor()
public void setFormDescriptor(SourceBean formDescriptor)
public java.lang.String getFormIdentifier()
public void setFormIdentifier(java.lang.String formIdentifier)
public java.lang.StringBuffer getHtmlStream()
public void setHtmlStream(java.lang.StringBuffer htmlStream)
public HttpServletRequest getHttpRequest()
public void setHttpRequest(HttpServletRequest httpRequest)
public HttpServletResponse getHttpResponse()
public void setHttpResponse(HttpServletResponse httpResponse)
public java.lang.String getLayout()
public void setLayout(java.lang.String layout)
public java.lang.String getMethod()
public void setMethod(java.lang.String method)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |