Package | Description |
---|---|
com.opensymphony.xwork2 |
Main XWork interfaces and classes.
|
com.opensymphony.xwork2.config |
Configuration core classes.
|
com.opensymphony.xwork2.util.reflection | |
org.apache.struts2.components | |
org.apache.struts2.conversion | |
org.apache.struts2.views.xslt |
The new xslt view supports an extensible Java XML adapter framework that makes
it easy to customize the XML rendering of objects and to incorporate structured
XML text and arbitarary DOM fragments into the output.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectionException |
Modifier and Type | Method and Description |
---|---|
protected StrutsException |
Component.fieldError(String field,
String errorMsg,
Exception e)
Constructs a
RuntimeException based on the given information. |
Modifier and Type | Method and Description |
---|---|
boolean |
I18n.end(Writer writer,
String body) |
Modifier and Type | Class and Description |
---|---|
class |
TypeConversionException
TypeConversionException should be thrown by any TypeConverters which fail to convert values
|
Modifier and Type | Method and Description |
---|---|
protected StrutsException |
AbstractAdapterNode.operationNotSupported() |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.