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

📄 portletwrapperbase.html

📁 门户开发
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<A NAME="getLastModified(org.apache.jetspeed.portlet.PortletRequest)"><!-- --></A><H3>getLastModified</H3><PRE>public final long <B>getLastModified</B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A>&nbsp;request)</PRE><DL><DD>This method is marked final as it must not be overridden<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletAdapter.html#getLastModified(org.apache.jetspeed.portlet.PortletRequest)">getLastModified</A></CODE> in class <CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletAdapter.html" title="class in org.apache.jetspeed.portlet">PortletAdapter</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the <code>PortletRequest</code> 			object that is sent to the portlet<DT><B>Returns:</B><DD>a <code>long</code> integer specifying			the time the <code>PortletRequest</code>			object was last modified, in milliseconds			since midnight, January 1, 1970 GMT, or			-1 if the time is not known</DL></DD></DL><HR><A NAME="service(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)"><!-- --></A><H3>service</H3><PRE>public final void <B>service</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)                   throws <A HREF="../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A>,                          java.io.IOException</PRE><DL><DD>This method is marked final as it must not be overridden<P><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletAdapter.html#service(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)">service</A></CODE> in class <CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletAdapter.html" title="class in org.apache.jetspeed.portlet">PortletAdapter</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the portlet request<DD><CODE>response</CODE> - the portlet response<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></CODE><DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/jetspeed/portlet/PortletAdapter.html#doView(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)"><CODE>PortletAdapter.doView(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)</CODE></A>, <A HREF="../../../../../org/apache/jetspeed/portlet/PortletAdapter.html#doEdit(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)"><CODE>PortletAdapter.doEdit(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)</CODE></A>, <A HREF="../../../../../org/apache/jetspeed/portlet/PortletAdapter.html#doHelp(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)"><CODE>PortletAdapter.doHelp(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)</CODE></A>, <A HREF="../../../../../org/apache/jetspeed/portlet/PortletAdapter.html#doConfigure(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)"><CODE>PortletAdapter.doConfigure(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)</CODE></A></DL></DD></DL><HR><A NAME="beginPage(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)"><!-- --></A><H3>beginPage</H3><PRE>public final void <B>beginPage</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)                     throws <A HREF="../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A>,                            java.io.IOException</PRE><DL><DD>This method is marked final as it must not be overridden<P><DD><DL><DT><B>Specified by:</B><DD><CODE>beginPage</CODE> in interface <CODE>org.apache.jetspeed.portlet.PortletPageListener</CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></CODE><DD><CODE>java.io.IOException</CODE></DL></DD></DL><HR><A NAME="beginEventPhase(org.apache.jetspeed.portlet.PortletRequest)"><!-- --></A><H3>beginEventPhase</H3><PRE>public final void <B>beginEventPhase</B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A>&nbsp;portletRequest)</PRE><DL><DD>This method is marked final as it must not be overridden<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/ibm/wps/portlet/event/EventPhaseListener.html#beginEventPhase(org.apache.jetspeed.portlet.PortletRequest)">beginEventPhase</A></CODE> in interface <CODE><A HREF="../../../../../com/ibm/wps/portlet/event/EventPhaseListener.html" title="interface in com.ibm.wps.portlet.event">EventPhaseListener</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>portletRequest</CODE> - the <A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet"><CODE>PortletRequest</CODE></A> object that is sent to the portlet</DL></DD></DL><HR><A NAME="endEventPhase(org.apache.jetspeed.portlet.PortletRequest)"><!-- --></A><H3>endEventPhase</H3><PRE>public final void <B>endEventPhase</B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A>&nbsp;portletRequest)</PRE><DL><DD>This method is marked final as it must not be overridden<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/ibm/wps/portlet/event/EventPhaseListener.html#endEventPhase(org.apache.jetspeed.portlet.PortletRequest)">endEventPhase</A></CODE> in interface <CODE><A HREF="../../../../../com/ibm/wps/portlet/event/EventPhaseListener.html" title="interface in com.ibm.wps.portlet.event">EventPhaseListener</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>portletRequest</CODE> - the <A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet"><CODE>PortletRequest</CODE></A> object that is sent to the portlet</DL></DD></DL><HR><A NAME="endPage(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletResponse)"><!-- --></A><H3>endPage</H3><PRE>public final void <B>endPage</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)                   throws <A HREF="../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A>,                          java.io.IOException</PRE><DL><DD>This method is marked final as it must not be overridden<P><DD><DL><DT><B>Specified by:</B><DD><CODE>endPage</CODE> in interface <CODE>org.apache.jetspeed.portlet.PortletPageListener</CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></CODE><DD><CODE>java.io.IOException</CODE></DL></DD></DL><HR><A NAME="setProperties(org.apache.jetspeed.portlet.PortletRequest, com.ibm.wps.pb.property.PropertyValue[])"><!-- --></A><H3>setProperties</H3><PRE>public final void <B>setProperties</B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A>&nbsp;request,                                <A HREF="../../../../../com/ibm/wps/pb/property/PropertyValue.html" title="interface in com.ibm.wps.pb.property">PropertyValue</A>[]&nbsp;propValues)</PRE><DL><DD>This method is marked final as it must not be overridden<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/ibm/wps/pb/portlet/PropertyListener.html#setProperties(org.apache.jetspeed.portlet.PortletRequest, com.ibm.wps.pb.property.PropertyValue[])">setProperties</A></CODE> in interface <CODE><A HREF="../../../../../com/ibm/wps/pb/portlet/PropertyListener.html" title="interface in com.ibm.wps.pb.portlet">PropertyListener</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the <code>PortletRequest</code> object for the current request<DD><CODE>propValues</CODE> - an array of <code>PropertyValue</code> objects containing the the changed properties and their values.<DT><B>See Also:</B><DD><A HREF="../../../../../com/ibm/wps/pb/service/PropertyBrokerService.html" title="interface in com.ibm.wps.pb.service"><CODE>PropertyBrokerService</CODE></A>, <A HREF="../../../../../com/ibm/wps/pb/service/PropertyBrokerService.html#changedProperties(org.apache.jetspeed.portlet.PortletRequest, org.apache.jetspeed.portlet.PortletConfig, com.ibm.wps.pb.property.PropertyValue[])"><CODE><code>changedProperties</code></CODE></A>, <A HREF="../../../../../com/ibm/wps/portlet/event/EventPhaseListener.html" title="interface in com.ibm.wps.portlet.event"><CODE>EventPhaseListener</CODE></A></DL></DD></DL><HR><A NAME="actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent)"><!-- --></A><H3>actionPerformed</H3><PRE>public final void <B>actionPerformed</B>(<A HREF="../../../../../org/apache/jetspeed/portlet/event/ActionEvent.html" title="interface in org.apache.jetspeed.portlet.event">ActionEvent</A>&nbsp;event)                           throws <A HREF="../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></PRE><DL><DD>This method is marked final as it must not be overridden<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/jetspeed/portlet/event/ActionListener.html#actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent)">actionPerformed</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/jetspeed/portlet/event/ActionListener.html" title="interface in org.apache.jetspeed.portlet.event">ActionListener</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>event</CODE> - the action event<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 listener has trouble fulfilling the              request</DL></DD></DL><HR><A NAME="messageReceived(org.apache.jetspeed.portlet.event.MessageEvent)"><!-- --></A><H3>messageReceived</H3><PRE>public final void <B>messageReceived</B>(org.apache.jetspeed.portlet.event.MessageEvent&nbsp;event)                           throws <A HREF="../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></PRE><DL><DD>This method is marked final as it must not be overridden<P><DD><DL><DT><B>Specified by:</B><DD><CODE>messageReceived</CODE> in interface <CODE>org.apache.jetspeed.portlet.event.MessageListener</CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></CODE></DL></DD></DL><HR><A NAME="login(org.apache.jetspeed.portlet.PortletRequest)"><!-- --></A><H3>login</H3><PRE>public final void <B>login</B>(<A HREF="../../../../../org/apache/jetspeed/portlet/PortletRequest.html" title="interface in org.apache.jetspeed.portlet">PortletRequest</A>&nbsp;request)                 throws <A HREF="../../../../../org/apache/jetspeed/portlet/PortletException.html" title="class in org.apache.jetspeed.portlet">PortletException</A></PRE><DL><DD>This method is marked final as it must not be overridden<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletSessionListener.html#login(org.apache.jetspeed.portlet.PortletRequest)">login</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletSessionListener.html" title="interface in org.apache.jetspeed.portlet">PortletSessionListener</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletAdapter.html#login(org.apache.jetspeed.portlet.PortletRequest)">login</A></CODE> in class <CODE><A HREF="../../../../../org/apache/jetspeed/portlet/PortletAdapter.html" title="class in org.apache.jetspeed.portlet">PortletAdapter</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>request</CODE> - the portlet request<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 portlet has trouble fulfilling the

⌨️ 快捷键说明

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