Package | Description |
---|---|
fr.paris.lutece.portal.service.admin | |
fr.paris.lutece.portal.service.regularexpression |
Modifier and Type | Method and Description |
---|---|
static List<RegularExpression> |
AdminUserService.getSelectedRegularExpressions()
Get the list of selected regular expression
|
Modifier and Type | Method and Description |
---|---|
RegularExpression |
IRegularExpressionService.getRegularExpressionByKey(int nKey)
return the regular expression object whose identifier is specified in parameter
|
RegularExpression |
RegularExpressionService.getRegularExpressionByKey(int nKey)
return the regular expression object whose identifier is specified in
parameter
|
Modifier and Type | Method and Description |
---|---|
List<RegularExpression> |
IRegularExpressionService.getAllRegularExpression()
return a list of regular expression
|
List<RegularExpression> |
RegularExpressionService.getAllRegularExpression()
return a list of regular expression
|
Modifier and Type | Method and Description |
---|---|
boolean |
IRegularExpressionService.isMatches(String strValueToTest,
RegularExpression regularExpression)
return true if the value in parameter verify the regular expression
|
boolean |
RegularExpressionService.isMatches(String strValueToTest,
RegularExpression regularExpression)
return true if the value in parameter verify the regular expression
|
boolean |
IRegularExpressionService.isPatternValide(RegularExpression regularExpression)
return false if the expression's syntax is invalid
|
Copyright © 2020 City of Paris. All rights reserved.