|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.struts.action.Action
com.jcorporate.expresso.core.controller.Controller
com.jcorporate.expresso.core.controller.DBController
com.jcorporate.expresso.ext.controller.RunSQL
RunSQL allows any arbitrary SQL string to be sent to the database & executed Must be carefully secured!
| Field Summary |
| Fields inherited from class com.jcorporate.expresso.core.controller.Controller |
CONTROLLER_PARAM_KEY, CTL_SUCC_CTL, CTL_SUCC_STATE, CTL_SUCC_TRAN, mLog, NEWSTATE_EXCEPTION_KEY, ORIGINAL_URL_KEY, REQUEST_KEY, RESPONSE_KEY, RETURN_TO_SENDER_TRAN, STATE_ERR_CTL, STATE_ERR_STATE, STATE_ERR_TRAN, STATE_PARAM_KEY, STATE_SUCC_CTL, STATE_SUCC_STATE, STATE_SUCC_TRAN |
| Fields inherited from class org.apache.struts.action.Action |
ACTION_SERVLET_KEY, APPLICATION_KEY, DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGE_KEY, MESSAGES_KEY, MULTIPART_KEY, PLUG_INS_KEY, REQUEST_PROCESSOR_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY |
| Constructor Summary | |
RunSQL()
Default constructor. |
|
| Method Summary | |
Block |
getTableDefinition(String dataContext,
String def)
Builds a table definition and enters it into a block. |
String |
getTitle()
Return the title of this Controller |
void |
runGetDefinitionState(ControllerRequest request,
ControllerResponse response)
Prints the definition of a given table. |
void |
runPromptState(ControllerRequest request,
ControllerResponse response)
Present a form requesting the SQL to be executed |
void |
runRunState(ControllerRequest req,
ControllerResponse res)
Receive the SQL request from the client & send it to the database for execution. |
| Methods inherited from class com.jcorporate.expresso.core.controller.DBController |
getString, isAllowed, stateAllowed |
| Methods inherited from class org.apache.struts.action.Action |
execute, generateToken, getDataSource, getDataSource, getLocale, getResources, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, perform, perform, resetToken, saveErrors, saveMessages, saveToken, setLocale, setServlet, toHex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RunSQL()
| Method Detail |
public void runPromptState(ControllerRequest request,
ControllerResponse response)
throws ControllerException
request - Standard request objectresponse - Standard response object
ControllerException - upon error
public void runGetDefinitionState(ControllerRequest request,
ControllerResponse response)
throws ControllerException,
NonHandleableException
request - ControllerRequestresponse - ControllerResponse
ControllerException - upon error.
NonHandleableException - upon fatal error.
public Block getTableDefinition(String dataContext,
String def)
throws DBException
(c) Note: Initial code (c)2004, Centerline Computers Inc , Donated to the Expresso Framework project.
dataContext - String the database context.def - String the table name.
DBException - upon error.
public void runRunState(ControllerRequest req,
ControllerResponse res)
throws ControllerException
req - Standard request objectres - Standard response object
ControllerException - upon errorpublic String getTitle()
Controller
getTitle in class Controller
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||