📄 index-16.html.svn-base
字号:
<code>setRenderParameters(parameters)</code> on the wrapped response object.<DT><A HREF="../javax/portlet/filter/EventResponseWrapper.html#setRenderParameters(javax.portlet.EventRequest)"><B>setRenderParameters(EventRequest)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A><DD>The default behavior of this method is to call <code>setRenderParameters()</code> on the wrapped response object.<DT><A HREF="../javax/portlet/StateAwareResponse.html#setRenderParameters(java.util.Map)"><B>setRenderParameters(Map<String, String[]>)</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A><DD>Sets a parameter map for the render request.<DT><A HREF="../javax/portlet/filter/ActionRequestWrapper.html#setRequest(javax.portlet.ActionRequest)"><B>setRequest(ActionRequest)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A><DD>Sets the request object being wrapped.<DT><A HREF="../javax/portlet/filter/EventRequestWrapper.html#setRequest(javax.portlet.EventRequest)"><B>setRequest(EventRequest)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/EventRequestWrapper.html" title="class in javax.portlet.filter">EventRequestWrapper</A><DD>Sets the request object being wrapped.<DT><A HREF="../javax/portlet/filter/PortletRequestWrapper.html#setRequest(javax.portlet.PortletRequest)"><B>setRequest(PortletRequest)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A><DD>Sets the request object being wrapped.<DT><A HREF="../javax/portlet/filter/RenderRequestWrapper.html#setRequest(javax.portlet.RenderRequest)"><B>setRequest(RenderRequest)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/RenderRequestWrapper.html" title="class in javax.portlet.filter">RenderRequestWrapper</A><DD>Sets the request object being wrapped.<DT><A HREF="../javax/portlet/filter/ResourceRequestWrapper.html#setRequest(javax.portlet.ResourceRequest)"><B>setRequest(ResourceRequest)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A><DD>Sets the request object being wrapped.<DT><A HREF="../javax/portlet/ResourceURL.html#setResourceID(java.lang.String)"><B>setResourceID(String)</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</A><DD>Allows setting a resource ID that can be retrieved when serving the resource through the <A HREF="../javax/portlet/ResourceRequest.html#getResourceID()"><CODE>ResourceRequest.getResourceID()</CODE></A> method.<DT><A HREF="../javax/portlet/filter/ActionResponseWrapper.html#setResponse(javax.portlet.ActionResponse)"><B>setResponse(ActionResponse)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A><DD>Sets the response object being wrapped.<DT><A HREF="../javax/portlet/filter/EventResponseWrapper.html#setResponse(javax.portlet.EventResponse)"><B>setResponse(EventResponse)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A><DD>Sets the response object being wrapped.<DT><A HREF="../javax/portlet/filter/PortletResponseWrapper.html#setResponse(javax.portlet.PortletResponse)"><B>setResponse(PortletResponse)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</A><DD>Sets the response object being wrapped.<DT><A HREF="../javax/portlet/filter/RenderResponseWrapper.html#setResponse(javax.portlet.RenderResponse)"><B>setResponse(RenderResponse)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A><DD>Sets the response object being wrapped.<DT><A HREF="../javax/portlet/filter/ResourceResponseWrapper.html#setResponse(javax.portlet.ResourceResponse)"><B>setResponse(ResourceResponse)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A><DD>Sets the response object being wrapped.<DT><A HREF="../javax/portlet/BaseURL.html#setSecure(boolean)"><B>setSecure(boolean)</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A><DD>Indicated the security setting for this URL.<DT><A HREF="../javax/portlet/filter/RenderResponseWrapper.html#setTitle(java.lang.String)"><B>setTitle(String)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</A><DD>The default behavior of this method is to call <code>setTitle(title)</code> on the wrapped response object.<DT><A HREF="../javax/portlet/RenderResponse.html#setTitle(java.lang.String)"><B>setTitle(String)</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/RenderResponse.html" title="interface in javax.portlet">RenderResponse</A><DD>This method sets the title of the portlet.<DT><A HREF="../javax/portlet/CacheControl.html#setUseCachedContent(boolean)"><B>setUseCachedContent(boolean)</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</A><DD>Sets the indication whether the cached content for the provided ETag at the request is still valid or not.<DT><A HREF="../javax/portlet/PortletPreferences.html#setValue(java.lang.String, java.lang.String)"><B>setValue(String, String)</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A><DD>Associates the specified String value with the specified key in this preference.<DT><A HREF="../javax/portlet/PortletPreferences.html#setValues(java.lang.String, java.lang.String[])"><B>setValues(String, String[])</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A><DD>Associates the specified String array value with the specified key in this preference.<DT><A HREF="../javax/portlet/filter/ActionResponseWrapper.html#setWindowState(javax.portlet.WindowState)"><B>setWindowState(WindowState)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</A><DD>The default behavior of this method is to call <code>setWindowState(windowState)</code> on the wrapped response object.<DT><A HREF="../javax/portlet/filter/EventResponseWrapper.html#setWindowState(javax.portlet.WindowState)"><B>setWindowState(WindowState)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</A><DD>The default behavior of this method is to call <code>setWindowState(windowState)</code> on the wrapped response object.<DT><A HREF="../javax/portlet/PortletURL.html#setWindowState(javax.portlet.WindowState)"><B>setWindowState(WindowState)</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</A><DD>Indicates the window state the portlet should be in, if this portlet URL triggers a request.<DT><A HREF="../javax/portlet/StateAwareResponse.html#setWindowState(javax.portlet.WindowState)"><B>setWindowState(WindowState)</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A><DD>Sets the window state of a portlet to the given window state.<DT><A HREF="../javax/portlet/ResourceURL.html#SHARED"><B>SHARED</B></A> - Static variable in interface javax.portlet.<A HREF="../javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</A><DD>Property that the portlet can set for resources with caching type <code>FULL</code> via the <code>setProperty</code> method on the <code>ResourceURL</code>.<DT><A HREF="../javax/portlet/StateAwareResponse.html" title="interface in javax.portlet"><B>StateAwareResponse</B></A> - Interface in <A HREF="../javax/portlet/package-summary.html">javax.portlet</A><DD>The <CODE>StateAwareResponse</CODE> represents a response that can modify state information or send events.<BR> It extends the PortletResponse interface.<DT><A HREF="../javax/portlet/PortletPreferences.html#store()"><B>store()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</A><DD>Commits all changes made to the preferences via the <code>set</code> methods in the persistent store.</DL><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=2 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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-15.html"><B>PREV LETTER</B></A> <A HREF="index-17.html"><B>NEXT LETTER</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-16.html" target="_top"><B>FRAMES</B></A> <A HREF="index-16.html" target="_top"><B>NO FRAMES</B></A> <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></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <A HREF="index-20.html">W</A> <HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -