Package | Description |
---|---|
com.opensymphony.xwork2 |
Main XWork interfaces and classes.
|
com.opensymphony.xwork2.config |
Configuration core classes.
|
com.opensymphony.xwork2.conversion | |
com.opensymphony.xwork2.util.reflection |
Modifier and Type | Method and Description |
---|---|
void |
XWork.executeAction(String namespace,
String name,
String method)
Executes an action
|
void |
XWork.executeAction(String namespace,
String name,
String method,
Map<String,Object> extraContext)
Executes an action with extra context information
|
ActionConfig |
UnknownHandler.handleUnknownAction(String namespace,
String actionName)
Handles the case when an action configuration is unknown.
|
Result |
UnknownHandler.handleUnknownResult(ActionContext actionContext,
String actionName,
ActionConfig actionConfig,
String resultCode)
Handles the case when a result cannot be found for an action and result code.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationException
ConfigurationException
|
class |
ReferenceResolverException
Exception when a reference can't be resolved.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeConversionException
TypeConversionException should be thrown by any TypeConverters which fail to convert values
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectionException |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.