📄 rundata.html
字号:
<BR> Attempts to load and execute the Screen.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>LayoutLoader.</B><B><A HREF="../../../../../org/apache/turbine/modules/LayoutLoader.html#exec(org.apache.turbine.util.RunData, java.lang.String)">exec</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data, java.lang.String name)</CODE><BR> Attempts to load and execute the external layout.</TD></TR></TABLE> <P><A NAME="org.apache.turbine.modules.actions"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> in <A HREF="../../../../../org/apache/turbine/modules/actions/package-summary.html">org.apache.turbine.modules.actions</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/turbine/modules/actions/package-summary.html">org.apache.turbine.modules.actions</A> with parameters of type <A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>WebMacroSiteAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/WebMacroSiteAction.html#doPerform(org.apache.turbine.util.RunData)">doPerform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> <B>Deprecated.</B> You SHOULD NOT override this method and implement it in your action.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B>WebMacroSiteAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/WebMacroSiteAction.html#doPerform(org.apache.turbine.util.RunData, org.webmacro.servlet.WebContext)">doPerform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data, org.webmacro.servlet.WebContext context)</CODE><BR> <B>Deprecated.</B> You SHOULD override this method and implement it in your action.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>WebMacroSiteAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/WebMacroSiteAction.html#perform(org.apache.turbine.util.RunData)">perform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> <B>Deprecated.</B> Sets up the context and then calls super.perform(); thus, subclasses don't have to worry about getting a context themselves!</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>WebMacroSiteAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/WebMacroSiteAction.html#setTemplate(org.apache.turbine.util.RunData, java.lang.String)">setTemplate</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data, java.lang.String template)</CODE><BR> <B>Deprecated.</B> This method is used when you want to short circuit an Action and change the template that will be executed next.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected org.webmacro.servlet.WebContext</CODE></FONT></TD><TD><CODE><B>WebMacroSiteAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/WebMacroSiteAction.html#getContext(org.apache.turbine.util.RunData)">getContext</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> <B>Deprecated.</B> Return the WebContext needed by WebMacro.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B>WebMacroSiteSecureAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/WebMacroSiteSecureAction.html#doPerform(org.apache.turbine.util.RunData, org.webmacro.servlet.WebContext)">doPerform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data, org.webmacro.servlet.WebContext context)</CODE><BR> <B>Deprecated.</B> Implement this to add information to the context.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>WebMacroSiteSecureAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/WebMacroSiteSecureAction.html#perform(org.apache.turbine.util.RunData)">perform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> <B>Deprecated.</B> This method overrides the method in WebMacroSiteAction to perform a security check first.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract boolean</CODE></FONT></TD><TD><CODE><B>WebMacroSiteSecureAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/WebMacroSiteSecureAction.html#isAuthorized(org.apache.turbine.util.RunData)">isAuthorized</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> <B>Deprecated.</B> Implement this method to perform the security check needed.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>LogoutUser.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/LogoutUser.html#doPerform(org.apache.turbine.util.RunData)">doPerform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> Clears the RunData user object back to an anonymous status not logged in, and with a null ACL.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>VelocityAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/VelocityAction.html#doPerform(org.apache.turbine.util.RunData)">doPerform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> You SHOULD NOT override this method and implement it in your action.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B>VelocityAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/VelocityAction.html#doPerform(org.apache.turbine.util.RunData, org.apache.velocity.context.Context)">doPerform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data, org.apache.velocity.context.Context context)</CODE><BR> You SHOULD override this method and implement it in your action.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>VelocityAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/VelocityAction.html#perform(org.apache.turbine.util.RunData)">perform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> Sets up the context and then calls super.perform(); thus, subclasses don't have to worry about getting a context themselves!</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>VelocityAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/VelocityAction.html#setTemplate(org.apache.turbine.util.RunData, java.lang.String)">setTemplate</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data, java.lang.String template)</CODE><BR> This method is used when you want to short circuit an Action and change the template that will be executed next.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected org.apache.velocity.context.Context</CODE></FONT></TD><TD><CODE><B>VelocityAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/VelocityAction.html#getContext(org.apache.turbine.util.RunData)">getContext</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> Return the Context needed by Velocity.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>DefaultAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/DefaultAction.html#doPerform(org.apache.turbine.util.RunData)">doPerform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> Execute the action.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>FreeMarkerSiteCooker.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/FreeMarkerSiteCooker.html#doPerform(org.apache.turbine.util.RunData)">doPerform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> <B>Deprecated.</B> Execute the action.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>LoginUser.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/LoginUser.html#doPerform(org.apache.turbine.util.RunData)">doPerform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> Updates the user's LastLogin timestamp, sets their state to "logged in" and calls RunData.setUser() .</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AccessController.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/AccessController.html#doPerform(org.apache.turbine.util.RunData)">doPerform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> If there is a user and the user is logged in, doPerform will set the RunData ACL.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B>VelocitySecureAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/VelocitySecureAction.html#doPerform(org.apache.turbine.util.RunData, org.apache.velocity.context.Context)">doPerform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data, org.apache.velocity.context.Context context)</CODE><BR> Implement this to add information to the context.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>VelocitySecureAction.</B><B><A HREF="../../../../../org/apache/turbine/modules/actions/VelocitySecureAction.html#perform(org.apache.turbine.util.RunData)">perform</A></B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A> data)</CODE><BR> This method overrides the method in WebMacroSiteAction to perform a security check first.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected abstract boolean</CODE></FONT></TD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -