org.apache.myfaces.html5.component.api.validation
Interface ClientSidePatternProvider

All Known Implementing Classes:
PromoCodeValidator

public interface ClientSidePatternProvider

Provides regex pattern to use it on client-side.
Server-side validation against the pattern is responsibility of implementing JSF validator/converter.

Author:
Ali Ok

Method Summary
 String getPattern()
           
 

Method Detail

getPattern

String getPattern()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.