Oracle

weblogicx.jsp.tags
Class BeanParamTag

java.lang.Object
  extended by weblogicx.jsp.tags.BeanParamTag

public class BeanParamTag
extends Object


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()
           
 javax.servlet.jsp.tagext.Tag getParent()
           
 boolean getRelative()
           
 void release()
           
 void setBodyContent(javax.servlet.jsp.tagext.BodyContent bc)
           
 void setInterpreterClass(String interpreterClass)
           
 void setIterate(boolean b)
           
 void setObject(String id)
           
 void setPageContext(javax.servlet.jsp.PageContext pc)
           
 void setParent(javax.servlet.jsp.tagext.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

Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException

getParent

public javax.servlet.jsp.tagext.Tag getParent()

release

public void release()

setPageContext

public void setPageContext(javax.servlet.jsp.PageContext pc)

setParent

public void setParent(javax.servlet.jsp.tagext.Tag p)

doAfterBody

public int doAfterBody()
                throws JspException
methods of javax.servlet.jsp.tagext.BodyTag

Throws:
JspException

doInitBody

public void doInitBody()
                throws JspException
Throws:
JspException

setBodyContent

public void setBodyContent(javax.servlet.jsp.tagext.BodyContent bc)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.