Class LocalTimeBean
java.lang.Object
ch.tocco.nice2.templating.spi.freemarker.bean.AbstractNullableBean<org.joda.time.LocalTime>
ch.tocco.nice2.templating.spi.freemarker.bean.AbstractDateBean<org.joda.time.LocalTime>
ch.tocco.nice2.templating.spi.freemarker.bean.LocalTimeBean
- All Implemented Interfaces:
NullableBean
-
Field Summary
Fields inherited from class AbstractNullableBean
delegate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionplusHours(int hours) plusMinutes(int minutes) plusSeconds(int seconds) protected Stringprint(org.joda.time.format.DateTimeFormatter formatter) toString()Methods inherited from class AbstractDateBean
format, pattern, printInstant, printPartial, styleMethods inherited from class AbstractNullableBean
getDelegate, isNull, or, strict
-
Constructor Details
-
LocalTimeBean
public LocalTimeBean(org.joda.time.LocalTime delegate)
-
-
Method Details
-
print
- Specified by:
printin classAbstractDateBean<org.joda.time.LocalTime>
-
plusSeconds
-
plusMinutes
-
plusHours
-
toString
-