⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 turbinevelocity.html

📁 turbine教程
💻 HTML
📖 第 1 页 / 共 2 页
字号:
</TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="TurbineVelocity()"><!-- --></A><H3>TurbineVelocity</H3><PRE>public <B>TurbineVelocity</B>()</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getService()"><!-- --></A><H3>getService</H3><PRE>protected static <A HREF="../../../../../org/apache/turbine/services/velocity/VelocityService.html">VelocityService</A> <B>getService</B>()</PRE><DL><DD>Utility method for accessing the service implementation<DD><DL><DT><B>Returns:</B><DD>a VelocityService implementation instance</DL></DD></DL><HR><A NAME="handleRequest(org.apache.velocity.context.Context, java.lang.String)"><!-- --></A><H3>handleRequest</H3><PRE>public static java.lang.String <B>handleRequest</B>(org.apache.velocity.context.Context&nbsp;context,                                             java.lang.String&nbsp;template)                                      throws java.lang.Exception</PRE><DL><DD>This allows you to pass in a context and a path to a template file and then grabs an instance of the velocity service and processes the template and returns the results as a String object.<DD><DL><DT><B>Parameters:</B><DD><CODE>context</CODE> - A Context.<DD><CODE>templateFilePath</CODE> - The path for the template files.<DT><B>Returns:</B><DD>A String.<DT><B>Throws:</B><DD><CODE>Exception,</CODE> - a generic exception.</DL></DD></DL><HR><A NAME="handleRequest(org.apache.velocity.context.Context, java.lang.String, java.io.OutputStream)"><!-- --></A><H3>handleRequest</H3><PRE>public static void <B>handleRequest</B>(org.apache.velocity.context.Context&nbsp;context,                                 java.lang.String&nbsp;template,                                 java.io.OutputStream&nbsp;out)                          throws java.lang.Exception</PRE><DL><DD>Process the request and fill in the template with the values you set in the Context.<DD><DL><DT><B>Parameters:</B><DD><CODE>context</CODE> - A Context.<DD><CODE>filename</CODE> - A String with the filename of the template.<DD><CODE>out</CODE> - A OutputStream where we will write the process template as a String.<DT><B>Throws:</B><DD><CODE>Exception,</CODE> - a generic exception.</DL></DD></DL><HR><A NAME="handleRequest(org.apache.velocity.context.Context, java.lang.String, java.io.Writer)"><!-- --></A><H3>handleRequest</H3><PRE>public static void <B>handleRequest</B>(org.apache.velocity.context.Context&nbsp;context,                                 java.lang.String&nbsp;template,                                 java.io.Writer&nbsp;writer)                          throws java.lang.Exception</PRE><DL><DD>Process the request and fill in the template with the values you set in the Context.<DD><DL><DT><B>Parameters:</B><DD><CODE>context</CODE> - A Context.<DD><CODE>filename</CODE> - A String with the filename of the template.<DD><CODE>writer</CODE> - A Writer where we will write the process template as a String.<DT><B>Throws:</B><DD><CODE>Exception,</CODE> - a generic exception.</DL></DD></DL><HR><A NAME="getContext(org.apache.turbine.util.RunData)"><!-- --></A><H3>getContext</H3><PRE>public static org.apache.velocity.context.Context <B>getContext</B>(<A HREF="../../../../../org/apache/turbine/util/RunData.html">RunData</A>&nbsp;data)</PRE><DL><DD>This returns a Context that you can pass into handleRequest once you have populated it with information that the template will know about.<DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - A Turbine RunData.<DT><B>Returns:</B><DD>A Context.</DL></DD></DL><HR><A NAME="getContext()"><!-- --></A><H3>getContext</H3><PRE>public static org.apache.velocity.context.Context <B>getContext</B>()</PRE><DL><DD>This method returns a blank Context object.<DD><DL><DT><B>Returns:</B><DD>A WebContext.</DL></DD></DL><HR><A NAME="requestFinished(org.apache.velocity.context.Context)"><!-- --></A><H3>requestFinished</H3><PRE>public static void <B>requestFinished</B>(org.apache.velocity.context.Context&nbsp;context)</PRE><DL><DD>Performs post-request actions (releases context tools back to the object pool).<DD><DL><DT><B>Parameters:</B><DD><CODE>context</CODE> - a Velocity Context</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/TurbineVelocity.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;PREV CLASS&nbsp;&nbsp;<A HREF="../../../../../org/apache/turbine/services/velocity/TurbineVelocityService.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="TurbineVelocity.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR>Copyright &copy; 2000-2002 Apache Software Foundation. All Rights Reserved.</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -