|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegularExpression | |
---|---|
fr.paris.lutece.portal.service.admin | |
fr.paris.lutece.portal.service.regularexpression |
Uses of RegularExpression in fr.paris.lutece.portal.service.admin |
---|
Methods in fr.paris.lutece.portal.service.admin that return types with arguments of type RegularExpression | |
---|---|
static java.util.List<RegularExpression> |
AdminUserService.getSelectedRegularExpressions()
Get the list of selected regular expression |
Uses of RegularExpression in fr.paris.lutece.portal.service.regularexpression |
---|
Methods in fr.paris.lutece.portal.service.regularexpression that return RegularExpression | |
---|---|
RegularExpression |
RegularExpressionService.getRegularExpressionByKey(int nKey)
return the regular expression object whose identifier is specified in parameter |
RegularExpression |
IRegularExpressionService.getRegularExpressionByKey(int nKey)
return the regular expression object whose identifier is specified in parameter |
Methods in fr.paris.lutece.portal.service.regularexpression that return types with arguments of type RegularExpression | |
---|---|
java.util.List<RegularExpression> |
RegularExpressionService.getAllRegularExpression()
return a list of regular expression |
java.util.List<RegularExpression> |
IRegularExpressionService.getAllRegularExpression()
return a list of regular expression |
Methods in fr.paris.lutece.portal.service.regularexpression with parameters of type RegularExpression | |
---|---|
boolean |
RegularExpressionService.isMatches(java.lang.String strValueToTest,
RegularExpression regularExpression)
return true if the value in parameter verify the regular expression |
boolean |
IRegularExpressionService.isMatches(java.lang.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |