weblogicx.jsp.tags
Class BeanParamTag
java.lang.Object
weblogicx.jsp.tags.BeanParamTag
- All Implemented Interfaces:
- BodyTag, IterationTag, JspTag, Tag
public class BeanParamTag
- extends Object
- implements BodyTag
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanParamTag
public BeanParamTag()
getIndex
public int getIndex()
setRelative
public void setRelative(boolean b)
getRelative
public boolean getRelative()
setIterate
public void setIterate(boolean b)
getIterate
public boolean getIterate()
setInterpreterClass
public void setInterpreterClass(String interpreterClass)
getInterpreterClass
public String getInterpreterClass()
getObject
public String getObject()
setObject
public void setObject(String id)
throws Exception
- Throws:
Exception
doStartTag
public int doStartTag()
throws JspException
- methods of javax.servlet.jsp.tagext.Tag
- Specified by:
doStartTag in interface Tag
- Throws:
JspException
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag in interface Tag
- Throws:
JspException
getParent
public Tag getParent()
- Specified by:
getParent in interface Tag
release
public void release()
- Specified by:
release in interface Tag
setPageContext
public void setPageContext(PageContext pc)
- Specified by:
setPageContext in interface Tag
setParent
public void setParent(Tag p)
- Specified by:
setParent in interface Tag
doAfterBody
public int doAfterBody()
throws JspException
- methods of javax.servlet.jsp.tagext.BodyTag
- Specified by:
doAfterBody in interface IterationTag
- Throws:
JspException
doInitBody
public void doInitBody()
throws JspException
- Specified by:
doInitBody in interface BodyTag
- Throws:
JspException
setBodyContent
public void setBodyContent(BodyContent bc)
- Specified by:
setBodyContent in interface BodyTag