[ Pobierz całość w formacie PDF ]
.scaffold API Documentation: Class FindForwardActionOverview Package Class Tree Deprecated Index Help PREV CLASS NEXT CLASSFRAMES NO FRAMESSUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHODorg.apache.struts.scaffoldClass FindForwardActionjava.lang.Object|+--org.apache.struts.action.Action|+--org.apache.struts.scaffold.BaseAction|+--org.apache.struts.scaffold.FindForwardActionpublic final class FindForwardActionextends BaseActionScan request parameters for the name of a local or globalforward.If one is found, use it.If not, return null.This class extends BaseAction to providecross-compatibility with Struts 1.1 and 1.0Version: $Revision: 1.1 $ $Date: 2002/08/14 18:30:08 $Author: Dmitri Valdin, Ted HustedFields inherited from class org.apache.struts.scaffold.BaseActionCONFIRM_MAX, DETAILS, ERROR, REMOTE_SERVER_KEY, TOKEN_SEP Fields inherited from class org.apache.struts.action.ActionDATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGES_KEY, MULTIPART_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY Constructor SummaryFindForwardAction() Method Summaryprotected org.apache.struts.action.ActionForwardfindSuccess(org.apache.struts.action.ActionMapping mapping,org.apache.struts.action.ActionForm form,javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response) Scan request parameters for the name of a local or globalforward. Methods inherited from class org.apache.struts.scaffold.BaseActioncatchException, createHelperBean, createHelperObject, execute, executeLogic, findFailure, getErrors, getException, getLocale, getMessageResources, getMessages, getProperties, getRemoteServer, getRemoteServerName, getTokenSep, isDebug, isErrors, isLogLevel, isMessages, isStruts_1_0, isVerbose, mergeAlerts, perform, postProcess, preProcess, saveErrors, saveMessages, setException, setLocale, tokenize Methods inherited from class org.apache.struts.action.Action, generateToken, getResources, getServlet, isCancelled, isTokenValid, perform, perform, perform, resetToken, saveErrors, saveToken, setServlet, toHex Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait Constructor DetailFindForwardActionpublic FindForwardAction()Method DetailfindSuccessprotected org.apache.struts.action.ActionForward findSuccess(org.apache.struts.action.ActionMapping mapping,org.apache.struts.action.ActionForm form,javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)Scan request parameters for the name of a local or globalforward.If one is found, use it.If not, return null.Overrides:findSuccess in class BaseActionParameters:mapping - The ActionMapping used to select this instanceform - The optional ActionForm bean for this request (if any)request - The HTTP request we are processingresponse - The response we are creatingOverview Package Class Tree Deprecated Index Help PREV CLASS NEXT CLASSFRAMES NO FRAMESSUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHODCopyright © 2001-2002 - Apache Software Foundation
[ Pobierz całość w formacie PDF ]