@ApplicationScoped public class Functions extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.lang3.StringUtils |
String
This enables using StringUtils functions by using something like Functions.String.replace(...)
|
static org.apache.commons.lang3.text.WordUtils |
Word
This enables using WordUtils functions by using something like Functions.String.replace(...)
|
Constructor and Description |
---|
Functions() |
Modifier and Type | Method and Description |
---|---|
Date |
getDateFromFields(String sDay,
String sMonth,
String sYear) |
Map |
getMonths() |
Map |
getValidDays() |
Map |
getValidDays(String value) |
Map |
getValidDays(String sMonth,
String sYear) |
Map |
getYearsBetween(int min,
int max) |
String |
str()
Return an empty string.
|
String |
str(String s)
String given as argument
|
public static final org.apache.commons.lang3.StringUtils String
public static final org.apache.commons.lang3.text.WordUtils Word
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.