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

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

public class InformationProviderBean
extends java.lang.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 java.lang.String BEAN_NAME
           
static java.lang.String CUSTOM_BEAN
           
protected  org.apache.commons.logging.Log logger
           
 
Constructor Summary
InformationProviderBean()
           
 
Method Summary
protected  void applyCustomValues(java.util.Map<CustomInformation,java.lang.String> map)
           
 java.lang.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 org.apache.commons.logging.Log logger

BEAN_NAME

public static final java.lang.String BEAN_NAME

CUSTOM_BEAN

public static final java.lang.String CUSTOM_BEAN
Constructor Detail

InformationProviderBean

public InformationProviderBean()
Method Detail

applyCustomValues

protected void applyCustomValues(java.util.Map<CustomInformation,java.lang.String> map)

get

public final java.lang.String get(CustomInformation customInformation)


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