|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectFactory | |
|---|---|
| com.opensymphony.xwork2 | Main Xwork interfaces and classes. |
| com.opensymphony.xwork2.config.providers | Configuration provider classes. |
| com.opensymphony.xwork2.interceptor | Interceptor classes. |
| com.opensymphony.xwork2.spring | Spring ObjectFactory classes. |
| com.opensymphony.xwork2.validator | XWork validation subsystem. |
| Uses of ObjectFactory in com.opensymphony.xwork2 |
|---|
| Fields in com.opensymphony.xwork2 declared as ObjectFactory | |
|---|---|
protected ObjectFactory |
DefaultActionProxy.objectFactory
|
protected ObjectFactory |
DefaultActionInvocation.objectFactory
|
| Methods in com.opensymphony.xwork2 that return ObjectFactory | |
|---|---|
static ObjectFactory |
ObjectFactory.getObjectFactory()
|
| Methods in com.opensymphony.xwork2 with parameters of type ObjectFactory | |
|---|---|
static void |
ObjectFactory.setObjectFactory(ObjectFactory factory)
|
void |
DefaultActionProxy.setObjectFactory(ObjectFactory factory)
|
| Constructors in com.opensymphony.xwork2 with parameters of type ObjectFactory | |
|---|---|
DefaultActionInvocation(ObjectFactory objectFactory,
UnknownHandler handler,
ActionProxy proxy,
Map extraContext)
|
|
DefaultActionInvocation(ObjectFactory objectFactory,
UnknownHandler handler,
ActionProxy proxy,
Map extraContext,
boolean pushAction)
|
|
DefaultActionInvocation(ObjectFactory objectFactory,
UnknownHandler handler,
ActionProxy proxy,
Map extraContext,
boolean pushAction,
ActionEventListener actionEventListener)
|
|
| Uses of ObjectFactory in com.opensymphony.xwork2.config.providers |
|---|
| Methods in com.opensymphony.xwork2.config.providers with parameters of type ObjectFactory | |
|---|---|
static List<InterceptorMapping> |
InterceptorBuilder.constructInterceptorReference(PackageConfig packageConfig,
String refName,
Map refParams,
Location location,
ObjectFactory objectFactory)
Builds a list of interceptors referenced by the refName in the supplied PackageConfig. |
void |
XmlConfigurationProvider.setObjectFactory(ObjectFactory objectFactory)
|
| Uses of ObjectFactory in com.opensymphony.xwork2.interceptor |
|---|
| Methods in com.opensymphony.xwork2.interceptor with parameters of type ObjectFactory | |
|---|---|
protected Object |
ScopedModelDrivenInterceptor.resolveModel(ObjectFactory factory,
ActionContext actionContext,
String modelClassName,
String modelScope,
String modelName)
|
void |
ScopedModelDrivenInterceptor.setObjectFactory(ObjectFactory factory)
|
| Uses of ObjectFactory in com.opensymphony.xwork2.spring |
|---|
| Subclasses of ObjectFactory in com.opensymphony.xwork2.spring | |
|---|---|
class |
SpringObjectFactory
Simple implementation of the ObjectFactory that makes use of Spring's application context if one has been configured, before falling back on the default mechanism of instantiating a new class using the class name. |
class |
SpringProxyableObjectFactory
SpringProxyableObjectFactory. |
| Uses of ObjectFactory in com.opensymphony.xwork2.validator |
|---|
| Methods in com.opensymphony.xwork2.validator with parameters of type ObjectFactory | |
|---|---|
static Validator |
ValidatorFactory.getValidator(ValidatorConfig cfg,
ObjectFactory objectFactory)
Get a Validator that matches the given configuration. |
static void |
ValidatorFileParser.parseValidatorDefinitions(InputStream is,
String resourceName,
ObjectFactory objectFactory)
Parses validator definitions |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||