org.apache.myfaces.extensions.validator.test.beanval.view
Class UseGroupValidationTestCase1PageBean

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.test.beanval.view.UseGroupValidationTestCase1PageBean

@BeanValidation(useGroups=Group1.class)
public class UseGroupValidationTestCase1PageBean
extends Object


Constructor Summary
UseGroupValidationTestCase1PageBean()
           
 
Method Summary
 GroupValidationTestCase1Bean getModel1()
           
 GroupValidationTestCase1Bean getModel2()
           
 GroupValidationTestCase1Bean getModel3()
           
 GroupValidationTestCase1Bean getModel4()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseGroupValidationTestCase1PageBean

public UseGroupValidationTestCase1PageBean()
Method Detail

getModel1

public GroupValidationTestCase1Bean getModel1()

getModel2

@BeanValidation(useGroups=Group2.class)
public GroupValidationTestCase1Bean getModel2()

getModel3

public GroupValidationTestCase1Bean getModel3()

getModel4

public GroupValidationTestCase1Bean getModel4()


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.