com.opensymphony.xwork2.config.entities
Class ExceptionMappingConfig.Builder
java.lang.Object
com.opensymphony.xwork2.config.entities.ExceptionMappingConfig.Builder
- Enclosing class:
- ExceptionMappingConfig
public static class ExceptionMappingConfig.Builder
- extends Object
The builder for this object. An instance of this object is the only way to construct a new instance. The
purpose is to enforce the immutability of the object. The methods are structured in a way to support chaining.
After setting any values you need, call the build()
method to create the object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
private ExceptionMappingConfig target
ExceptionMappingConfig.Builder
public ExceptionMappingConfig.Builder(ExceptionMappingConfig toClone)
ExceptionMappingConfig.Builder
public ExceptionMappingConfig.Builder(String name,
String exceptionClassName,
String result)
name
public ExceptionMappingConfig.Builder name(String name)
exceptionClassName
public ExceptionMappingConfig.Builder exceptionClassName(String name)
result
public ExceptionMappingConfig.Builder result(String result)
addParam
public ExceptionMappingConfig.Builder addParam(String name,
String value)
addParams
public ExceptionMappingConfig.Builder addParams(Map<String,String> params)
location
public ExceptionMappingConfig.Builder location(Location loc)
build
public ExceptionMappingConfig build()
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.