© 2002 BEA Systems, Inc.


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

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--com.beasys.commerce.ebusiness.catalog.tags.IterateThroughViewTag

public class IterateThroughViewTag
extends javax.servlet.jsp.tagext.BodyTagSupport

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
IterateThroughViewTag()
           
 
Method Summary
 int doAfterBody()
          Called when the end of the tag is reached
 int doStartTag()
          Called when the tag starts.
 java.lang.String getId()
          Get the value of the id.
 ViewIterator getIterator()
          Get the value of the iterator.
 java.lang.String getReturnType()
          Get the value of returnType.
 int getViewIndex()
          Get the value of the viewIndex.
 void release()
           
 void setId(java.lang.String id)
          Set the value of the id.
 void setIterator(ViewIterator iterator)
          Set the value of the iterator.
 void setReturnType(java.lang.String returnType)
          Set the value of returnType.
 void setViewIndex(int viewIndex)
          Set the value of the viewIndex.
 
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
 

Constructor Detail

IterateThroughViewTag

public IterateThroughViewTag()
Method Detail

setIterator

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

Parameters:
iterator - Value to assign to iterator.

getIterator

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

Returns:
Value of the iditerator

setId

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

Parameters:
id - Value to assign to id.
Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport

getId

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

Returns:
Value of the id.
Overrides:
getId in class javax.servlet.jsp.tagext.TagSupport

setReturnType

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

Parameters:
returnType - Value to assign to returnType.

getReturnType

public java.lang.String getReturnType()
Get the value of returnType.

Returns:
Value of returnType.

setViewIndex

public void setViewIndex(int viewIndex)
Set the value of the viewIndex.

Parameters:
viewIndex - Value to assign to viewIndex.

getViewIndex

public int getViewIndex()
Get the value of the viewIndex.

Returns:
Value of the viewIndex.

doStartTag

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

Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport

doAfterBody

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

Overrides:
doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport

release

public void release()

Overrides:
release in class javax.servlet.jsp.tagext.BodyTagSupport

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved