org.apache.myfaces.extensions.validator.core
Class InformationProviderBean

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.InformationProviderBean

public class InformationProviderBean
extends Object

centralized in order that these information aren't spread over the complete code base + some of them can be customized within a custom impl. of the bean (extend this class and provide it via convention or web.xml)

the static api should only be used

Since:
1.x.1
Author:
Gerhard Petracek

Field Summary
static String BEAN_NAME
           
static String CUSTOM_BEAN
           
protected  Logger logger
           
 
Constructor Summary
InformationProviderBean()
           
 
Method Summary
protected  void applyCustomValues(Map<CustomInformation,String> map)
           
 String get(CustomInformation customInformation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Logger logger

BEAN_NAME

public static final String BEAN_NAME

CUSTOM_BEAN

public static final String CUSTOM_BEAN
Constructor Detail

InformationProviderBean

public InformationProviderBean()
Method Detail

applyCustomValues

protected void applyCustomValues(Map<CustomInformation,String> map)

get

public final String get(CustomInformation customInformation)


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