|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoemware.core.apictrl.ApiController
public final class ApiController
The api controller.
| Constructor Summary | |
|---|---|
ApiController(java.lang.String pName,
java.lang.String pConfigFile)
Construct with args. |
|
| Method Summary | |
|---|---|
void |
executeAction(ActionContext pContext)
Execute the action. |
void |
executeAction(java.lang.String pControllerPath,
java.lang.String pActionName,
ActionContext pContext)
Execute the action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApiController(java.lang.String pName,
java.lang.String pConfigFile)
pName - A unique name to identify problems in log files..pConfigFile - The configuration file name. This file needs
to be in the Java classpath.| Method Detail |
|---|
public final void executeAction(ActionContext pContext)
pContext - The action context.
public final void executeAction(java.lang.String pControllerPath,
java.lang.String pActionName,
ActionContext pContext)
pControllerPathThe - controller path.pActionName - The action name.pContext - The action context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||