© 2004 BEA Systems, Inc.

com.beasys.commerce.ebusiness.catalog.tags
Class IterateViewIteratorTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bycom.beasys.commerce.ebusiness.catalog.tags.IterateViewIteratorTag
All Implemented Interfaces:
BodyTag, IterationTag, Serializable, Tag

public class IterateViewIteratorTag
extends BodyTagSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
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
IterateViewIteratorTag()
           
 
Method Summary
 int doAfterBody()
          Called when the end of the tag is reached.
 int doStartTag()
          Called when the tag starts.
 String getId()
          Get the value of the id.
 boolean getIterateByView()
          Get the value of iterateByView.
 ViewIterator getIterator()
          Get the value of the iterator.
 String getReturnType()
          Get the value of returnType.
 void release()
           
 void setId(String id)
          Set the value of the id.
 void setIterateByView(boolean iterateByView)
          Set the value of iterateByView.
 void setIterator(ViewIterator iterator)
          Set the value of the iterator.
 void setReturnType(String returnType)
          Set the value of returnType.
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

IterateViewIteratorTag

public IterateViewIteratorTag()
Method Detail

doAfterBody

public int doAfterBody()
                throws JspException
Called when the end of the tag is reached.

Throws:
JspException

doStartTag

public int doStartTag()
               throws JspException
Called when the tag starts.

Throws:
JspException

getId

public String getId()
Get the value of the id.

Returns:
Value of the id.

getIterateByView

public boolean getIterateByView()
Get the value of iterateByView.

Returns:
Value of iterateByView.

getIterator

public ViewIterator getIterator()
Get the value of the iterator.

Returns:
Value of the iditerator

getReturnType

public String getReturnType()
Get the value of returnType.

Returns:
Value of returnType.

release

public void release()

setId

public void setId(String id)
Set the value of the id.

Parameters:
id - Value to assign to id.

setIterateByView

public void setIterateByView(boolean iterateByView)
Set the value of iterateByView.

Parameters:
iterateByView - Value to assign to iterateByView.

setIterator

public void setIterator(ViewIterator iterator)
Set the value of the iterator.

Parameters:
iterator - Value to assign to iterator.

setReturnType

public void setReturnType(String returnType)
Set the value of returnType.

Parameters:
returnType - Value to assign to returnType.

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved