Skip navigation links
A B C D F G I L O P R S T V 

A

apply(Module) - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPlugin
 

B

bindDateFormatterFactory() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
 
bindPebbleExtension() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
 

C

configure() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
 
createFormatter(Date) - Method in interface org.spincast.plugins.dateformatter.DateFormatterFactory
 
createFormatter(Instant) - Method in interface org.spincast.plugins.dateformatter.DateFormatterFactory
 
createRelativeFormatter(Date) - Method in interface org.spincast.plugins.dateformatter.DateFormatterFactory
 
createRelativeFormatter(Instant) - Method in interface org.spincast.plugins.dateformatter.DateFormatterFactory
 

D

DateFormatter - Interface in org.spincast.plugins.dateformatter
Date formatter builder.
DateFormatterDefault - Class in org.spincast.plugins.dateformatter
 
DateFormatterDefault(Instant, LocaleResolver, TimeZoneResolver) - Constructor for class org.spincast.plugins.dateformatter.DateFormatterDefault
 
DateFormatterDefault(Date, LocaleResolver, TimeZoneResolver) - Constructor for class org.spincast.plugins.dateformatter.DateFormatterDefault
 
DateFormatterFactory - Interface in org.spincast.plugins.dateformatter
 
DateParts - Enum in org.spincast.plugins.dateformatter
Which part(s) of ther date to format and output?
datePattern(DatePattern) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
The pattern to use for the *date* part (without time).
datePattern(String) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
The custom pattern to use for the *date* part (without time).
datePattern(DatePattern) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
 
datePattern(String) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
 
DatePattern - Enum in org.spincast.plugins.dateformatter
The default format patterns.

F

FILTER_NAME_DATE_FORMAT - Static variable in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
 
format() - Method in interface org.spincast.plugins.dateformatter.DateFormatter
Format!
format() - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
 
format() - Method in interface org.spincast.plugins.dateformatter.RelativeDateFormatter
Format!
format() - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
 
formatType(RelativeDateFormatType) - Method in interface org.spincast.plugins.dateformatter.RelativeDateFormatter
The type of the format to use.
formatType(RelativeDateFormatType) - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
 
formatUsingRelativeFormatter(Object, Map<String, Object>) - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
 
formatUsingStandardFormatter(Object, Map<String, Object>) - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
 

G

getDate() - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
 
getDateFormatFilter() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
 
getDateFormatFilterName() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
 
getDateFormatterAgoImplClass() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
 
getDateFormatterFactory() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
 
getDateFormatterImplClass() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
 
getDefaultSeparator() - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
 
getFilters() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
 
getId() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPlugin
 
getLocaleResolver() - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
 
getPatternNbr() - Method in enum org.spincast.plugins.dateformatter.DatePattern
 
getPebbleExtensionImplClass() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
 
getPluginModule() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPlugin
 
getPrettyTime(Locale) - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
 
getPrettyTimesByLocale() - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
 
getRequestContextProvider() - Method in class org.spincast.plugins.dateformatter.TimeZoneResolverDefault
 
getSpincastConfig() - Method in class org.spincast.plugins.dateformatter.TimeZoneResolverDefault
 
getTimeZoneToUse() - Method in class org.spincast.plugins.dateformatter.TimeZoneResolverDefault
 

I

isPebbleAvailable() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
 

L

locale(Locale) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
The locale to use.
locale(Locale) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
 
locale(Locale) - Method in interface org.spincast.plugins.dateformatter.RelativeDateFormatter
The locale to use.
locale(Locale) - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
 

O

org.spincast.plugins.dateformatter - package org.spincast.plugins.dateformatter
 

P

parts(DateParts) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
Which part(s) of ther date to format and output?
parts(DateParts) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
 
PLUGIN_ID - Static variable in class org.spincast.plugins.dateformatter.SpincastDateFormatterPlugin
 

R

RelativeDateFormatter - Interface in org.spincast.plugins.dateformatter
 
RelativeDateFormatterDefault - Class in org.spincast.plugins.dateformatter
 
RelativeDateFormatterDefault(Instant, LocaleResolver) - Constructor for class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
 
RelativeDateFormatterDefault(Date, LocaleResolver) - Constructor for class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
 
RelativeDateFormatType - Enum in org.spincast.plugins.dateformatter
The type of format from PrettyTime.

S

separator(String) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
The separator string to use between the date part and the time part.
separator(String) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
 
SpincastDateFormatterPebbleExtension - Interface in org.spincast.plugins.dateformatter
Spincast Date Formatter Pebble extension
SpincastDateFormatterPebbleExtensionDefault - Class in org.spincast.plugins.dateformatter
 
SpincastDateFormatterPebbleExtensionDefault(DateFormatterFactory) - Constructor for class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
 
SpincastDateFormatterPlugin - Class in org.spincast.plugins.dateformatter
Spincast Date Formatter plugin.
SpincastDateFormatterPlugin() - Constructor for class org.spincast.plugins.dateformatter.SpincastDateFormatterPlugin
 
SpincastDateFormatterPluginModule - Class in org.spincast.plugins.dateformatter
Spincast Date Formatter plugin module.
SpincastDateFormatterPluginModule() - Constructor for class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
 
SpincastDateFormatterPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
 

T

timePattern(DatePattern) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
The pattern to use for the *time* part (without the date).
timePattern(String) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
The custom pattern to use for the *time* part (without the date).
timePattern(DatePattern) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
 
timePattern(String) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
 
timeZone(TimeZone) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
The timeZone to use.
timeZone(TimeZone) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
 
TimeZoneResolverDefault - Class in org.spincast.plugins.dateformatter
 
TimeZoneResolverDefault(SpincastConfig, Provider<RequestContext<?>>) - Constructor for class org.spincast.plugins.dateformatter.TimeZoneResolverDefault
 

V

valueOf(String) - Static method in enum org.spincast.plugins.dateformatter.DateParts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spincast.plugins.dateformatter.DatePattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spincast.plugins.dateformatter.RelativeDateFormatType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.spincast.plugins.dateformatter.DateParts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spincast.plugins.dateformatter.DatePattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spincast.plugins.dateformatter.RelativeDateFormatType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G I L O P R S T V 
Skip navigation links

Copyright © 2018. All rights reserved.