org.apache.empire.struts2.jsp.tags
Class ItemListTag.ItemIteratorComponent

java.lang.Object
  extended by org.apache.struts2.components.Component
      extended by org.apache.struts2.components.ContextBean
          extended by org.apache.struts2.components.IteratorComponent
              extended by org.apache.empire.struts2.jsp.tags.ItemListTag.ItemIteratorComponent
Enclosing class:
ItemListTag

public static class ItemListTag.ItemIteratorComponent
extends org.apache.struts2.components.IteratorComponent


Field Summary
 
Fields inherited from class org.apache.struts2.components.IteratorComponent
begin, beginStr, end, endStr, iterator, oldStatus, status, statusAttr, statusState, step, stepStr, value
 
Fields inherited from class org.apache.struts2.components.ContextBean
var
 
Fields inherited from class org.apache.struts2.components.Component
actionMapper, COMPONENT_STACK, parameters, stack, throwExceptionOnELFailure
 
Constructor Summary
ItemListTag.ItemIteratorComponent(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.jsp.PageContext pageContext, Object source, Iterator iterator)
           
 
Method Summary
 void dispose()
           
 boolean end(Writer writer, String body)
           
 boolean start(Writer writer)
           
 
Methods inherited from class org.apache.struts2.components.IteratorComponent
setBegin, setEnd, setStatus, setStep, setValue
 
Methods inherited from class org.apache.struts2.components.ContextBean
getVar, putInContext, setId, setVar
 
Methods inherited from class org.apache.struts2.components.Component
addAllParameters, addParameter, altSyntax, altSyntax, completeExpressionIfAltSyntax, copyParams, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, stripExpressionIfAltSyntax, stripExpressionIfAltSyntax, toString, usesBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemListTag.ItemIteratorComponent

public ItemListTag.ItemIteratorComponent(com.opensymphony.xwork2.util.ValueStack stack,
                                         javax.servlet.jsp.PageContext pageContext,
                                         Object source,
                                         Iterator iterator)
Method Detail

dispose

public void dispose()

start

public boolean start(Writer writer)
Overrides:
start in class org.apache.struts2.components.IteratorComponent

end

public boolean end(Writer writer,
                   String body)
Overrides:
end in class org.apache.struts2.components.IteratorComponent


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.