org.onebusaway.presentation.tags
Class ResourcesUrlComponent

java.lang.Object
  extended by org.apache.struts2.components.Component
      extended by org.apache.struts2.components.ContextBean
          extended by org.onebusaway.presentation.tags.ResourcesUrlComponent
All Implemented Interfaces:
org.apache.struts2.components.Param.UnnamedParametric

public class ResourcesUrlComponent
extends org.apache.struts2.components.ContextBean
implements org.apache.struts2.components.Param.UnnamedParametric


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
ResourcesUrlComponent(com.opensymphony.xwork2.util.ValueStack stack)
           
 
Method Summary
 void addParameter(Object value)
           
 boolean end(Writer writer, String body)
           
 void setId(String id)
           
 void setResourceService(ResourceService resourceService)
           
 
Methods inherited from class org.apache.struts2.components.ContextBean
getVar, putInContext, 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, start, stripExpressionIfAltSyntax, stripExpressionIfAltSyntax, toString, usesBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcesUrlComponent

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

setResourceService

public void setResourceService(ResourceService resourceService)

addParameter

public void addParameter(Object value)
Specified by:
addParameter in interface org.apache.struts2.components.Param.UnnamedParametric

setId

public void setId(String id)
Overrides:
setId in class org.apache.struts2.components.ContextBean

end

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


Copyright © 2012 OneBusAway. All Rights Reserved.