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>
public class FormatDateSoyFunction extends Object implements com.atlassian.soy.renderer.SoyServerFunction<String>, com.atlassian.soy.renderer.SoyClientFunction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FormatDateSoyFunction.DATE_FORMAT
-
Constructor Summary
Constructors Constructor Description FormatDateSoyFunction(com.opensymphony.xwork2.TextProvider textProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(Object... args)
com.atlassian.soy.renderer.JsExpression
generate(com.atlassian.soy.renderer.JsExpression... args)
String
getName()
Set<Integer>
validArgSizes()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfacecom.atlassian.soy.renderer.SoyFunction
-
apply
public String apply(Object... args)
- Specified by:
apply
in interfacecom.atlassian.soy.renderer.SoyServerFunction<String>
-
validArgSizes
public Set<Integer> 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
-
-