|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.components.Component
org.apache.struts2.components.ContextBean
org.onebusaway.presentation.tags.DateComponent
public class DateComponent
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 | |
---|---|
DateComponent(com.opensymphony.xwork2.util.ValueStack stack)
|
Method Summary | |
---|---|
boolean |
end(Writer writer,
String body)
|
void |
setDateStyle(String dateStyle)
|
void |
setFormat(String format)
|
void |
setTimeStyle(String timeStyle)
|
void |
setTimeZone(String timeZone)
|
void |
setValue(String value)
|
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, start, stripExpressionIfAltSyntax, stripExpressionIfAltSyntax, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateComponent(com.opensymphony.xwork2.util.ValueStack stack)
Method Detail |
---|
public void setFormat(String format)
public void setDateStyle(String dateStyle)
public void setTimeStyle(String timeStyle)
public void setValue(String value)
public void setTimeZone(String timeZone)
public boolean usesBody()
usesBody
in class org.apache.struts2.components.Component
public boolean end(Writer writer, String body)
end
in class org.apache.struts2.components.Component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |