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

📄 portletfilteradapter.html

📁 门户开发
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<DD>Called by the portlet container (via the <code>doFilter</code> method) to  allow a portlet filter to handle a SERVICE method.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the request to pass along the chain.<DD><CODE>response</CODE> - the response to pass along the chain.<DD><CODE>chain</CODE> - the portlet filter chain<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></CODE> - if the filter has trouble fulfilling the request<DD><CODE>java.io.IOException</CODE> - if the streaming causes an I/O problem<DT><B>See Also:</B><DD><CODE>PortletFilterChain</CODE></DL></DD></DL><HR><A NAME="doEndPage(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse, com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain)"><!-- --></A><H3>doEndPage</H3><PRE>public void <B>doEndPage</B>(<A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A>&nbsp;request,                      <A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletResponse.html" title="interface in org.apache.jetspeed.portlet">PortletResponse</A>&nbsp;response,                      com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain&nbsp;chain)               throws <A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A>,                      java.io.IOException</PRE><DL><DD>Called by the portlet container (via the <code>doFilter</code> method) to  allow a portlet filter to handle a ENDPAGE method.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the request to pass along the chain.<DD><CODE>response</CODE> - the response to pass along the chain.<DD><CODE>chain</CODE> - the portlet filter chain<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></CODE> - if the filter has trouble fulfilling the request<DD><CODE>java.io.IOException</CODE> - if the streaming causes an I/O problem<DT><B>See Also:</B><DD><CODE>PortletFilterChain</CODE></DL></DD></DL><HR><A NAME="doTitle(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse, com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain)"><!-- --></A><H3>doTitle</H3><PRE>public void <B>doTitle</B>(<A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A>&nbsp;request,                    <A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletResponse.html" title="interface in org.apache.jetspeed.portlet">PortletResponse</A>&nbsp;response,                    com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain&nbsp;chain)             throws <A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A>,                    java.io.IOException</PRE><DL><DD>Called by the portlet container (via the <code>doFilter</code> method) to  allow a portlet filter to handle a DOTITLE method.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the request to pass along the chain.<DD><CODE>response</CODE> - the response to pass along the chain.<DD><CODE>chain</CODE> - the portlet filter chain<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></CODE> - if the filter has trouble fulfilling the request<DD><CODE>java.io.IOException</CODE> - if the streaming causes an I/O problem<DT><B>See Also:</B><DD><CODE>PortletFilterChain</CODE></DL></DD></DL><HR><A NAME="doActionEvent(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse, com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain)"><!-- --></A><H3>doActionEvent</H3><PRE>public void <B>doActionEvent</B>(<A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A>&nbsp;request,                          <A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletResponse.html" title="interface in org.apache.jetspeed.portlet">PortletResponse</A>&nbsp;response,                          com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain&nbsp;chain)                   throws <A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A>,                          java.io.IOException</PRE><DL><DD>Called by the portlet container (via the <code>doFilter</code> method) to  allow a portlet filter to handle a ACTIONEVENT method.  For this method the response is always NULL.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the request to pass along the chain.<DD><CODE>response</CODE> - the response to pass along the chain.<DD><CODE>chain</CODE> - the portlet filter chain<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></CODE> - if the filter has trouble fulfilling the request<DD><CODE>java.io.IOException</CODE> - if the streaming causes an I/O problem<DT><B>See Also:</B><DD><CODE>PortletFilterChain</CODE></DL></DD></DL><HR><A NAME="doMessageEvent(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse, com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain)"><!-- --></A><H3>doMessageEvent</H3><PRE>public void <B>doMessageEvent</B>(<A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A>&nbsp;request,                           <A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletResponse.html" title="interface in org.apache.jetspeed.portlet">PortletResponse</A>&nbsp;response,                           com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain&nbsp;chain)                    throws <A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A>,                           java.io.IOException</PRE><DL><DD>Called by the portlet container (via the <code>doFilter</code> method) to  allow a portlet filter to handle a MESSAGEVENT method.  For this method the response is always NULL.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the request to pass along the chain.<DD><CODE>response</CODE> - the response to pass along the chain.<DD><CODE>chain</CODE> - the portlet filter chain<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></CODE> - if the filter has trouble fulfilling the request<DD><CODE>java.io.IOException</CODE> - if the streaming causes an I/O problem<DT><B>See Also:</B><DD><CODE>PortletFilterChain</CODE></DL></DD></DL><HR><A NAME="doWindowEvent(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse, com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain)"><!-- --></A><H3>doWindowEvent</H3><PRE>public void <B>doWindowEvent</B>(<A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A>&nbsp;request,                          <A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletResponse.html" title="interface in org.apache.jetspeed.portlet">PortletResponse</A>&nbsp;response,                          com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain&nbsp;chain)                   throws <A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A>,                          java.io.IOException</PRE><DL><DD>Called by the portlet container (via the <code>doFilter</code> method) to allow a portlet filter to handle a WINDOWEVENT method. For this method the response is always NULL.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the request to pass along the chain.<DD><CODE>response</CODE> - the response to pass along the chain.<DD><CODE>chain</CODE> - the portlet filter chain<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></CODE> - if the filter has trouble fulfilling the request<DD><CODE>java.io.IOException</CODE> - if the streaming causes an I/O problem<DT><B>See Also:</B><DD><CODE>PortletFilterChain</CODE></DL></DD></DL><HR><A NAME="destroy()"><!-- --></A><H3>destroy</H3><PRE>public void <B>destroy</B>()</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE>destroy</CODE> in interface <CODE>com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter</CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getFilterConfig()"><!-- --></A><H3>getFilterConfig</H3><PRE>public com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterConfig <B>getFilterConfig</B>()</PRE><DL><DD>Returns the FilterConfig for this Filter.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the filter config<DT><B>See Also:</B><DD><CODE>PortletFilterConfig</CODE></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/wps/pe/pc/legacy/cmpf/ClientWrapper.html" title="class in com.ibm.wps.pe.pc.legacy.cmpf"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../../../../com/ibm/wps/pe/pc/legacy/cmpf/PortletRequestWrapper.html" title="class in com.ibm.wps.pe.pc.legacy.cmpf"><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="PortletFilterAdapter.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;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><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

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