|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.webwork.sitegraph.XWorkConfigRetriever
public class XWorkConfigRetriever
Initializes and retrieves XWork config elements
Constructor Summary | |
---|---|
XWorkConfigRetriever()
|
Method Summary | |
---|---|
static ActionConfig |
getActionConfig(String namespace,
String actionName)
Returns the ActionConfig for this action name at this namespace. |
static Map |
getActionConfigs()
Returns a Map of all action names/configs |
static Set |
getActionNames(String namespace)
Return a Set of the action names for this namespace. |
static Set |
getNamespaces()
|
static ResultConfig |
getResultConfig(String namespace,
String actionName,
String resultName)
|
static View |
getView(String namespace,
String actionName,
String resultName,
int type)
|
static File |
getViewFile(String namespace,
String actionName,
String resultName)
|
static void |
setConfiguration(String configDir,
String[] views)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XWorkConfigRetriever()
Method Detail |
---|
public static Map getActionConfigs()
public static Set getNamespaces()
public static Set getActionNames(String namespace)
namespace
-
public static ActionConfig getActionConfig(String namespace, String actionName)
namespace
- actionName
-
public static ResultConfig getResultConfig(String namespace, String actionName, String resultName)
public static File getViewFile(String namespace, String actionName, String resultName)
public static View getView(String namespace, String actionName, String resultName, int type)
public static void setConfiguration(String configDir, String[] views)
|
WebWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |