|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
it.eng.spagobi.commons.presentation.tags.DynamicPageTag
public class DynamicPageTag
Defines a tag to create a dinamic JSP page
Field Summary | |
---|---|
protected IMessageBuilder |
msgBuilder
|
static int |
PIXEL_PER_CHAR
|
protected java.lang.String |
requestIdentity
|
protected IUrlBuilder |
urlBuilder
|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
DynamicPageTag()
|
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
java.lang.String |
getModality()
Gets the modality. |
java.lang.String |
getModuleName()
Gets the module name. |
java.lang.String |
getParameterDescription(BIObjectParameter biparam)
Gets the parameter description. |
java.lang.String |
getRequestIdentity()
Gets the request identity. |
boolean |
isSingleValue(BIObjectParameter biparam)
Checks if is single value. |
void |
setModality(java.lang.String modality)
Sets the modality. |
void |
setModuleName(java.lang.String moduleName)
Sets the module name. |
void |
setRequestIdentity(java.lang.String requestIdentity)
Sets the request identity. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IUrlBuilder urlBuilder
protected IMessageBuilder msgBuilder
public static final int PIXEL_PER_CHAR
protected java.lang.String requestIdentity
Constructor Detail |
---|
public DynamicPageTag()
Method Detail |
---|
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public boolean isSingleValue(BIObjectParameter biparam)
biparam
- the biparam
public java.lang.String getParameterDescription(BIObjectParameter biparam)
biparam
- the biparam
public java.lang.String getModality()
public void setModality(java.lang.String modality)
modality
- The modality to set.public java.lang.String getModuleName()
public void setModuleName(java.lang.String moduleName)
moduleName
- the new module namepublic java.lang.String getRequestIdentity()
public void setRequestIdentity(java.lang.String requestIdentity)
requestIdentity
- the new request identity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |