Package | Description |
---|---|
sirius.tagliatelle.macros |
Modifier and Type | Class and Description |
---|---|
class |
ApplyMacro
Formats the given pattern string with the given arguments.
|
class |
DateComparingMacro
Basic class for
macros handling date comparison |
class |
EnumValuesMacro
Returns all values of a given enum class.
|
class |
EscapeJSMacro
Escapes all line breakes and ' within the given string.
|
class |
FormatDateMacro
Represents formatDate(…).
|
class |
FormatMacro
Permits to create a new
Formatter via a @format(pattern). |
class |
FormatSizeMacro
Represents formatSize(long) which is a call to
NLS.formatSize(long) . |
class |
FormatTimeMacro
Represents formatTime(…).
|
class |
I18nMacro
Represents i18n(String) which is essentially a call to
NLS.get(String) . |
class |
InlineResourceMacro
Inlines a complete resource file into a JavaScript string.
|
class |
IsAfterMacro
Macro for comparing it a given date is after another given date or now.
|
class |
IsBeforeMacro
Macro for comparing it a given date is before another given date or now.
|
class |
IsFilledMacro
Represents isFilled(Object) which is a call to
Strings.isFilled(Object) . |
class |
IsFrameworkEnabledMacro
Represents a call to
Sirius.isFrameworkEnabled(String) . |
class |
JoinMacro
Represents join(Iterable, String) which is a call to
Strings.join(Iterable, String) . |
class |
JSONMacro
Parses the given JSON string into a
JSONObject . |
class |
LeftPadMacro
Pads the given string with the given arguments.
|
class |
LimitMacro
Limit the given object to a given lenth.
|
class |
MonthNameMacro
Represents monthName(int) which is a call to
NLS.getMonthName(int) . |
class |
RenderBlockMacro
Returns the contents of the given block as string.
|
class |
RightPadMacro
Pads the given string with the given arguments.
|
class |
SplitAtLastMacro
Splits the given
String by the last occurence of the given separator. |
class |
SplitMacro
Splits the given
String by the first occurence of the given separator. |
class |
ToListMacro
Represents a list containing all given parameters.
|
class |
ToMachineStringMacro
Represents toMachineString(Object) which is a call to
NLS.toMachineString(Object) . |
class |
ToSpokenDateMacro
Represents toSpokenDate(Temporal) which is a call to
NLS.toSpokenDate(Temporal) . |
class |
ToUserStringMacro
Represents toUserString(Object) which is a call to
NLS.toUserString(Object) . |
class |
UrlEncodeMacro
Represents urlEncode(String) which is a call to
Strings.urlEncode(String) . |
class |
XMLMacro
Parses the given XML string into a
StructuredNode . |
Copyright © 2018. All rights reserved.