Package com.atlassian.bamboo.soy
Class CompareDateSoyFunction
- java.lang.Object
-
- com.atlassian.bamboo.soy.CompareDateSoyFunction
-
- All Implemented Interfaces:
com.atlassian.soy.renderer.SoyClientFunction
,com.atlassian.soy.renderer.SoyFunction
,com.atlassian.soy.renderer.SoyServerFunction<Integer>
public class CompareDateSoyFunction extends Object implements com.atlassian.soy.renderer.SoyServerFunction<Integer>, com.atlassian.soy.renderer.SoyClientFunction
Provide ability to compare two dates
-
-
Constructor Summary
Constructors Constructor Description CompareDateSoyFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
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 Integer apply(Object... args)
- Specified by:
apply
in interfacecom.atlassian.soy.renderer.SoyServerFunction<Integer>
-
generate
public com.atlassian.soy.renderer.JsExpression generate(com.atlassian.soy.renderer.JsExpression... args)
- Specified by:
generate
in interfacecom.atlassian.soy.renderer.SoyClientFunction
-
-