Package com.atlassian.bamboo.soy
Class FormatDateSoyFunction
java.lang.Object
com.atlassian.bamboo.soy.FormatDateSoyFunction
- All Implemented Interfaces:
com.atlassian.soy.renderer.SoyClientFunction
,com.atlassian.soy.renderer.SoyFunction
,com.atlassian.soy.renderer.SoyServerFunction<String>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FormatDateSoyFunction
public FormatDateSoyFunction(com.opensymphony.xwork2.TextProvider textProvider)
-
-
Method Details
-
getName
- Specified by:
getName
in interfacecom.atlassian.soy.renderer.SoyFunction
-
apply
- Specified by:
apply
in interfacecom.atlassian.soy.renderer.SoyServerFunction<String>
-
validArgSizes
- Specified by:
validArgSizes
in interfacecom.atlassian.soy.renderer.SoyFunction
-
generate
public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args) - Specified by:
generate
in interfacecom.atlassian.soy.renderer.SoyClientFunction
-