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 ch.tocco.nice2.templating.spi.freemarker.bean.AbstractNullableBean
delegate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionplusHours
(int hours) plusMinutes
(int minutes) plusSeconds
(int seconds) protected String
print
(org.joda.time.format.DateTimeFormatter formatter) toString()
Methods inherited from class ch.tocco.nice2.templating.spi.freemarker.bean.AbstractDateBean
format, pattern, printInstant, printPartial, style
Methods inherited from class ch.tocco.nice2.templating.spi.freemarker.bean.AbstractNullableBean
getDelegate, isNull, or, strict
-
Constructor Details
-
LocalTimeBean
public LocalTimeBean(org.joda.time.LocalTime delegate)
-
-
Method Details
-
print
- Specified by:
print
in classAbstractDateBean<org.joda.time.LocalTime>
-
plusSeconds
-
plusMinutes
-
plusHours
-
toString
-