Package org.onebusaway.presentation.tags
Class ResourcesUrlComponent
- java.lang.Object
-
- org.apache.struts2.components.Component
-
- org.apache.struts2.components.ContextBean
-
- 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
-
-
Constructor Summary
Constructors Constructor Description ResourcesUrlComponent(com.opensymphony.xwork2.util.ValueStack stack)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParameter(Object value)booleanend(Writer writer, String body)voidsetId(String id)voidsetResourceService(ResourceService resourceService)-
Methods inherited from class org.apache.struts2.components.Component
addAllParameters, addParameter, altSyntax, completeExpressionIfAltSyntax, copyParams, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, getStandardAttributes, isAcceptableExpression, isValidTagAttribute, popComponentStack, setActionMapper, setDevMode, setNotExcludedAcceptedPatterns, setThrowExceptionsOnELFailure, setUrlHelper, start, stripExpressionIfAltSyntax, toString, usesBody
-
-
-
-
Method Detail
-
setResourceService
@Autowired public void setResourceService(ResourceService resourceService)
-
addParameter
public void addParameter(Object value)
- Specified by:
addParameterin interfaceorg.apache.struts2.components.Param.UnnamedParametric
-
setId
public void setId(String id)
-
-