Uses of Class
org.richfaces.cdk.model.InvalidNameException

Packages that use InvalidNameException
org.richfaces.cdk Public CDK API classes. 
org.richfaces.cdk.model CDK library model classes used by all generation tasks. 
org.richfaces.cdk.model.validator   
org.richfaces.cdk.util   
 

Uses of InvalidNameException in org.richfaces.cdk
 

Methods in org.richfaces.cdk that throw InvalidNameException
 FacesId RichFacesConventions.inferComponentType(ClassName componentClass)
           
 FacesId NamingConventions.inferComponentType(ClassName componentClass)
          

Calculates component type from class name.

 ClassName NamingConventions.inferTagHandlerClass(FacesId componentType, java.lang.String markup)
          

 java.lang.String RichFacesConventions.inferTaglibName(java.lang.String uri)
           
 java.lang.String NamingConventions.inferTagName(FacesId componentType)
          

Infer VDL tag name by component type

 ClassName RichFacesConventions.inferUIComponentClass(FacesId componentType)
           
 ClassName NamingConventions.inferUIComponentClass(FacesId componentType)
          

Calculates concrete component class from explicit value or type.

 FacesId NamingConventions.inferUIComponentFamily(FacesId componentType)
          

Infer component family by component type

 

Uses of InvalidNameException in org.richfaces.cdk.model
 

Methods in org.richfaces.cdk.model that throw InvalidNameException
static Name Name.create(java.lang.String name)
          

Creates RichFaces name representation from string.

static Name Name.create(java.lang.String prefix, Name.Classifier classifier, java.lang.String name)
           
static Name Name.create(java.lang.String prefix, java.lang.String name)
           
 

Uses of InvalidNameException in org.richfaces.cdk.model.validator
 

Methods in org.richfaces.cdk.model.validator that throw InvalidNameException
protected  void ValidatorImpl.verifyComponentType(ComponentModel component)
          

 

Uses of InvalidNameException in org.richfaces.cdk.util
 

Methods in org.richfaces.cdk.util that throw InvalidNameException
static java.lang.String PropertyUtils.methodToName(java.lang.String methodName)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.