BEA Systems, Inc.

weblogicx.jsp.tags
Class BeanParamTag

java.lang.Object
  extended by weblogicx.jsp.tags.BeanParamTag
All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag

public class BeanParamTag
extends Object
implements BodyTag


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
BeanParamTag()
           
 
Method Summary
 int doAfterBody()
          methods of javax.servlet.jsp.tagext.BodyTag
 int doEndTag()
           
 void doInitBody()
           
 int doStartTag()
          methods of javax.servlet.jsp.tagext.Tag
 int getIndex()
           
 String getInterpreterClass()
           
 boolean getIterate()
           
 String getObject()
           
 Tag getParent()
           
 boolean getRelative()
           
 void release()
           
 void setBodyContent(BodyContent bc)
           
 void setInterpreterClass(String interpreterClass)
           
 void setIterate(boolean b)
           
 void setObject(String id)
           
 void setPageContext(PageContext pc)
           
 void setParent(Tag p)
           
 void setRelative(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanParamTag

public BeanParamTag()
Method Detail

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.