Uses of Class
fr.paris.lutece.portal.business.regularexpression.RegularExpression

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 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
 List<RegularExpression> RegularExpressionService.getAllRegularExpression()
          return a list of regular expression
 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(String strValueToTest, RegularExpression regularExpression)
          return true if the value in parameter verify the regular expression
 boolean IRegularExpressionService.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 © 2014 Mairie de Paris. All Rights Reserved.