Package org.onebusaway.presentation.tags
Class DateComponent
- java.lang.Object
-
- org.apache.struts2.components.Component
-
- org.apache.struts2.components.ContextBean
-
- org.onebusaway.presentation.tags.DateComponent
-
public class DateComponent extends org.apache.struts2.components.ContextBean
-
-
Constructor Summary
Constructors Constructor Description DateComponent(com.opensymphony.xwork2.util.ValueStack stack)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanend(Writer writer, String body)voidsetDateStyle(String dateStyle)voidsetFormat(String format)voidsetTimeStyle(String timeStyle)voidsetTimeZone(String timeZone)voidsetValue(String value)booleanusesBody()-
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
-
-
-
-
Method Detail
-
setFormat
public void setFormat(String format)
-
setDateStyle
public void setDateStyle(String dateStyle)
-
setTimeStyle
public void setTimeStyle(String timeStyle)
-
setValue
public void setValue(String value)
-
setTimeZone
public void setTimeZone(String timeZone)
-
usesBody
public boolean usesBody()
- Overrides:
usesBodyin classorg.apache.struts2.components.Component
-
-