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

Packages that use RegularExpression
fr.paris.lutece.portal.service.regularexpression   
 

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
 



Copyright © 2009 Mairie de Paris. All Rights Reserved.