org.onebusaway.presentation.tags
Class GroupComponent

java.lang.Object
  extended by org.apache.struts2.components.Component
      extended by org.apache.struts2.components.ContextBean
          extended by org.onebusaway.presentation.tags.GroupComponent

public class GroupComponent
extends org.apache.struts2.components.ContextBean


Field Summary
 
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
GroupComponent(com.opensymphony.xwork2.util.ValueStack stack)
           
 
Method Summary
 boolean end(Writer writer, String body)
           
 void setValue(String value)
           
 boolean start(Writer writer)
           
 boolean usesBody()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupComponent

public GroupComponent(com.opensymphony.xwork2.util.ValueStack stack)
Method Detail

setValue

public void setValue(String value)

usesBody

public boolean usesBody()
Overrides:
usesBody in class org.apache.struts2.components.Component

start

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

end

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


Copyright © 2012 OneBusAway. All Rights Reserved.