com.opensymphony.xwork2.validator
Class ValidatorConfig

java.lang.Object
  extended by com.opensymphony.xwork2.util.location.Located
      extended by com.opensymphony.xwork2.validator.ValidatorConfig
All Implemented Interfaces:
Locatable

public class ValidatorConfig
extends Located

Holds the necessary information for configuring an instance of a Validator.

Author:
James House, Rainer Hermanns

Nested Class Summary
static class ValidatorConfig.Builder
          Builds a ValidatorConfig
 
Field Summary
private  String defaultMessage
           
private  String messageKey
           
private  Map params
           
private  boolean shortCircuit
           
private  String type
           
 
Fields inherited from class com.opensymphony.xwork2.util.location.Located
location
 
Constructor Summary
protected ValidatorConfig(String validatorType)
           
protected ValidatorConfig(ValidatorConfig orig)
           
 
Method Summary
 String getDefaultMessage()
           
 String getMessageKey()
           
 Map getParams()
           
 String getType()
           
 boolean isShortCircuit()
           
 
Methods inherited from class com.opensymphony.xwork2.util.location.Located
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private String type

params

private Map params

defaultMessage

private String defaultMessage

messageKey

private String messageKey

shortCircuit

private boolean shortCircuit
Constructor Detail

ValidatorConfig

protected ValidatorConfig(String validatorType)
Parameters:
validatorType -

ValidatorConfig

protected ValidatorConfig(ValidatorConfig orig)
Method Detail

getDefaultMessage

public String getDefaultMessage()
Returns:
Returns the defaultMessage for the validator.

getMessageKey

public String getMessageKey()
Returns:
Returns the messageKey for the validator.

isShortCircuit

public boolean isShortCircuit()
Returns:
Returns wether the shortCircuit flag should be set on the validator.

getParams

public Map getParams()
Returns:
Returns the configured params to set on the validator.

getType

public String getType()
Returns:
Returns the type of validator to configure.


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.