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

📄 wptilesrequestprocessor.html

📁 门户开发
💻 HTML
📖 第 1 页 / 共 3 页
字号:
                                         javax.servlet.ServletException</PRE><DL><DD>Process a Tile definition name.  This implementation does not call controller perform method. That is done by the <code>StrutsViewTilesCommand</code><P><DD><DL><DT><B>Parameters:</B><DD><CODE>definitionName</CODE> - Definition name to insert.<DD><CODE>contextRelative</CODE> - Is the definition marked contextRelative ?<DD><CODE>request</CODE> - Current page request.<DD><CODE>response</CODE> - Current page response.<DT><B>Returns:</B><DD><code>true</code> if the method has processed uri as a definition name, <code>false</code> otherwise.<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - if an input/output error occurs.<DD><CODE>javax.servlet.ServletException</CODE> - if a servlet exception occurs.</DL></DD></DL><HR><A NAME="doForward(java.lang.String, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>doForward</H3><PRE>protected void <B>doForward</B>(java.lang.String&nbsp;uri,                         javax.servlet.http.HttpServletRequest&nbsp;request,                         javax.servlet.http.HttpServletResponse&nbsp;response)                  throws java.io.IOException,                         javax.servlet.ServletException</PRE><DL><DD>Forward the URI. In the Portal environment, the response has already been committed,  so this method always calls doInclude.<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/ibm/portal/struts/portlet/WpRequestProcessor.html#doForward(java.lang.String, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">doForward</A></CODE> in class <CODE><A HREF="../../../../../com/ibm/portal/struts/portlet/WpRequestProcessor.html" title="class in com.ibm.portal.struts.portlet">WpRequestProcessor</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>uri</CODE> - Uri or Definition name to forward.<DD><CODE>request</CODE> - Current page request.<DD><CODE>response</CODE> - Current page response.<DT><B>Throws:</B><DD><CODE>javax.servlet.ServletException</CODE> - if a servlet exception occurs<DD><CODE>java.io.IOException</CODE> - if an input/output error occurs</DL></DD></DL><HR><A NAME="processForwardConfig(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.struts.config.ForwardConfig)"><!-- --></A><H3>processForwardConfig</H3><PRE>protected void <B>processForwardConfig</B>(javax.servlet.http.HttpServletRequest&nbsp;request,                                    javax.servlet.http.HttpServletResponse&nbsp;response,                                    org.apache.struts.config.ForwardConfig&nbsp;forward)                             throws java.io.IOException,                                    javax.servlet.ServletException</PRE><DL><DD><p>Description from the Struts Tiles Request Processor.</p>  <p> Overloaded method from Struts' RequestProcessor. Forward or redirect to the specified destination by the specified mechanism. This method catches the Struts' actionForward call. It checks if the actionForward is done on a Tiles definition name. If true, process the definition and insert it. If false, call the original parent's method. </p><P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/ibm/portal/struts/portlet/WpRequestProcessor.html#processForwardConfig(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.struts.config.ForwardConfig)">processForwardConfig</A></CODE> in class <CODE><A HREF="../../../../../com/ibm/portal/struts/portlet/WpRequestProcessor.html" title="class in com.ibm.portal.struts.portlet">WpRequestProcessor</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - The servlet request we are processing.<DD><CODE>response</CODE> - The servlet response we are creating.<DD><CODE>forward</CODE> - The ActionForward controlling where we go next.<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - if an input/output error occurs.<DD><CODE>javax.servlet.ServletException</CODE> - if a servlet exception occurs.</DL></DD></DL><HR><A NAME="internalModuleRelativeForward(java.lang.String, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>internalModuleRelativeForward</H3><PRE>protected void <B>internalModuleRelativeForward</B>(java.lang.String&nbsp;uri,                                             javax.servlet.http.HttpServletRequest&nbsp;request,                                             javax.servlet.http.HttpServletResponse&nbsp;response)                                      throws java.io.IOException,                                             javax.servlet.ServletException</PRE><DL><DD><p>Description from the Struts Tiles Request Processor.</p>  <p> Catch the call to a module relative forward. If the specified uri is a tiles definition name, insert it. Otherwise, parent processing is called. Do a module relative forward to specified uri using request dispatcher. Uri is relative to the current module. The real uri is computed by prefixing the module name. <strong>This method is used internally and is not part of the public API. It is advised to not use it in subclasses.</strong> <p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>uri</CODE> - Module-relative URI to forward to.<DD><CODE>request</CODE> - Current page request.<DD><CODE>response</CODE> - Current page response.<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - if an input/output error occurs.<DD><CODE>javax.servlet.ServletException</CODE> - if a servlet exception occurs.</DL></DD></DL><HR><A NAME="internalModuleRelativeInclude(java.lang.String, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>internalModuleRelativeInclude</H3><PRE>protected void <B>internalModuleRelativeInclude</B>(java.lang.String&nbsp;uri,                                             javax.servlet.http.HttpServletRequest&nbsp;request,                                             javax.servlet.http.HttpServletResponse&nbsp;response)                                      throws java.io.IOException,                                             javax.servlet.ServletException</PRE><DL><DD>Do a module relative include to specified uri using request dispatcher. Uri is relative to the current module. The real uri is computed by prefixing the module name. <strong>This method is used internally and is not part of the public API. It is advice to not use it in subclasses.</strong><P><DD><DL><DT><B>Parameters:</B><DD><CODE>uri</CODE> - Module-relative URI to forward to.<DD><CODE>request</CODE> - Current page request.<DD><CODE>response</CODE> - Current page response.<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE><DD><CODE>javax.servlet.ServletException</CODE><DT><B>Since:</B></DT>  <DD>Struts 1.1</DD></DL></DD></DL><HR><A NAME="getDefinitionsFactory()"><!-- --></A><H3>getDefinitionsFactory</H3><PRE>public org.apache.struts.tiles.DefinitionsFactory <B>getDefinitionsFactory</B>()</PRE><DL><DD>Get associated definition factory.<P><DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <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;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</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="../../../../../serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</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;<A HREF="../../../../../com/ibm/portal/struts/portlet/WpRequestProcessor.html" title="class in com.ibm.portal.struts.portlet"><B>PREV CLASS</B></A>&nbsp;&nbsp;NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="WpTilesRequestProcessor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&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;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

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