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

📄 index-7.html.svn-base

📁 portal越来越流行了
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A><DD>The default behavior of this method is to call  <code>getParameter(String name)</code> on the wrapped request object.<DT><A HREF="../javax/portlet/PortletRequest.html#getParameter(java.lang.String)"><B>getParameter(String)</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A><DD>Returns the value of a request parameter as a <code>String</code>, or <code>null</code> if the parameter does not exist.<DT><A HREF="../javax/portlet/BaseURL.html#getParameterMap()"><B>getParameterMap()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</A><DD>Returns a <code>Map</code> of the parameters  currently set on this portlet URL via the  <code>setParameter</code> or <code>setParameters</code> methods.<DT><A HREF="../javax/portlet/filter/PortletRequestWrapper.html#getParameterMap()"><B>getParameterMap()</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A><DD>The default behavior of this method is to call  <code>getParameterMap()</code> on the wrapped request object.<DT><A HREF="../javax/portlet/PortletRequest.html#getParameterMap()"><B>getParameterMap()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A><DD>Returns a <code>Map</code> of the parameters of this request.<DT><A HREF="../javax/portlet/filter/PortletRequestWrapper.html#getParameterNames()"><B>getParameterNames()</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A><DD>The default behavior of this method is to call  <code>getParameterNames()</code> on the wrapped request object.<DT><A HREF="../javax/portlet/PortletRequest.html#getParameterNames()"><B>getParameterNames()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A><DD>Returns an <code>Enumeration</code> of <code>String</code> objects containing the names of the parameters contained in this request.<DT><A HREF="../javax/portlet/filter/PortletRequestWrapper.html#getParameterValues(java.lang.String)"><B>getParameterValues(String)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A><DD>The default behavior of this method is to call  <code>getParameterValues(name)</code> on the wrapped request object.<DT><A HREF="../javax/portlet/PortletRequest.html#getParameterValues(java.lang.String)"><B>getParameterValues(String)</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A><DD>Returns an array of <code>String</code> objects containing  all of the values the given request parameter has, or  <code>null</code> if the parameter does not exist.<DT><A HREF="../javax/portlet/filter/PortletRequestWrapper.html#getPortalContext()"><B>getPortalContext()</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A><DD>The default behavior of this method is to call  <code>getPortalContext()</code> on the wrapped request object.<DT><A HREF="../javax/portlet/PortletRequest.html#getPortalContext()"><B>getPortalContext()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A><DD>Returns the context of the calling portal.<DT><A HREF="../javax/portlet/PortalContext.html#getPortalInfo()"><B>getPortalInfo()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortalContext.html" title="interface in javax.portlet">PortalContext</A><DD>Returns information about the portal like vendor, version, etc.<DT><A HREF="../javax/portlet/GenericPortlet.html#getPortletConfig()"><B>getPortletConfig()</B></A> - Method in class javax.portlet.<A HREF="../javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A><DD>Returns the PortletConfig object of this portlet.<DT><A HREF="../javax/portlet/filter/FilterConfig.html#getPortletContext()"><B>getPortletContext()</B></A> - Method in interface javax.portlet.filter.<A HREF="../javax/portlet/filter/FilterConfig.html" title="interface in javax.portlet.filter">FilterConfig</A><DD>Returns a reference to the <code>PortletContext</code> in which the caller is executing.<DT><A HREF="../javax/portlet/GenericPortlet.html#getPortletContext()"><B>getPortletContext()</B></A> - Method in class javax.portlet.<A HREF="../javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A><DD>Returns the <code>PortletContext</code> of the portlet application the portlet is in.<DT><A HREF="../javax/portlet/PortletConfig.html#getPortletContext()"><B>getPortletContext()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A><DD>Returns the <code>PortletContext</code> of the portlet application  the portlet is in.<DT><A HREF="../javax/portlet/PortletSession.html#getPortletContext()"><B>getPortletContext()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</A><DD>Returns the portlet application context associated with this session.<DT><A HREF="../javax/portlet/PortletContext.html#getPortletContextName()"><B>getPortletContextName()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</A><DD>Returns the name of this portlet application correponding to this PortletContext as specified  in the <code>web.xml</code> deployment descriptor for this web application by the  <code>display-name</code> element.<DT><A HREF="../javax/portlet/ClientDataRequest.html#getPortletInputStream()"><B>getPortletInputStream()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</A><DD>Retrieves the body of the HTTP request from client to portal as binary data using an <CODE>InputStream</CODE>.<DT><A HREF="../javax/portlet/filter/ActionRequestWrapper.html#getPortletInputStream()"><B>getPortletInputStream()</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</A><DD>The default behavior of this method is to call  <code>getPortletInputStream()</code> on the wrapped request object.<DT><A HREF="../javax/portlet/filter/ResourceRequestWrapper.html#getPortletInputStream()"><B>getPortletInputStream()</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</A><DD>The default behavior of this method is to call  <code>getPortletInputStream()</code> on the wrapped request object.<DT><A HREF="../javax/portlet/filter/ActionResponseWrapper.html#getPortletMode()"><B>getPortletMode()</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>getPortletMode()</code> on the wrapped response object.<DT><A HREF="../javax/portlet/filter/EventResponseWrapper.html#getPortletMode()"><B>getPortletMode()</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>getPortletMode()</code> on the wrapped response object.<DT><A HREF="../javax/portlet/filter/PortletRequestWrapper.html#getPortletMode()"><B>getPortletMode()</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A><DD>The default behavior of this method is to call  <code>getPortletMode()</code> on the wrapped request object.<DT><A HREF="../javax/portlet/PortletRequest.html#getPortletMode()"><B>getPortletMode()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A><DD>Returns the current portlet mode of the portlet.<DT><A HREF="../javax/portlet/PortletURL.html#getPortletMode()"><B>getPortletMode()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</A><DD>Returns the currently set portlet mode on this PortletURL.<DT><A HREF="../javax/portlet/StateAwareResponse.html#getPortletMode()"><B>getPortletMode()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</A><DD>Returns the currently set portlet mode on this reponse.<DT><A HREF="../javax/portlet/GenericPortlet.html#getPortletName()"><B>getPortletName()</B></A> - Method in class javax.portlet.<A HREF="../javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</A><DD>Returns the name of this portlet.<DT><A HREF="../javax/portlet/PortletConfig.html#getPortletName()"><B>getPortletName()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</A><DD>Returns the name of the portlet.<DT><A HREF="../javax/portlet/filter/RenderResponseWrapper.html#getPortletOutputStream()"><B>getPortletOutputStream()</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>getPortletOutputStream()</code> on the wrapped response object.<DT><A HREF="../javax/portlet/filter/ResourceResponseWrapper.html#getPortletOutputStream()"><B>getPortletOutputStream()</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</A><DD>The default behavior of this method is to call  <code>getPortletOutputStream()</code> on the wrapped response object.<DT><A HREF="../javax/portlet/MimeResponse.html#getPortletOutputStream()"><B>getPortletOutputStream()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</A><DD>Returns a <code>OutputStream</code> suitable for writing binary data in the response.<DT><A HREF="../javax/portlet/filter/PortletRequestWrapper.html#getPortletSession()"><B>getPortletSession()</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A><DD>The default behavior of this method is to call  <code>getPortletSession()</code> on the wrapped request object.<DT><A HREF="../javax/portlet/filter/PortletRequestWrapper.html#getPortletSession(boolean)"><B>getPortletSession(boolean)</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A><DD>The default behavior of this method is to call  <code>getPortletSession(create)</code> on the wrapped request object.<DT><A HREF="../javax/portlet/PortletRequest.html#getPortletSession()"><B>getPortletSession()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A><DD>Returns the current portlet session or, if there is no current session, creates one and returns the new session.<DT><A HREF="../javax/portlet/PortletRequest.html#getPortletSession(boolean)"><B>getPortletSession(boolean)</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A><DD>Returns the current portlet session or, if there is no current session and the given flag is <CODE>true</CODE>, creates one and returns the new session.<DT><A HREF="../javax/portlet/filter/PortletRequestWrapper.html#getPreferences()"><B>getPreferences()</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A><DD>The default behavior of this method is to call  <code>getPreferences()</code> on the wrapped request object.<DT><A HREF="../javax/portlet/PortletRequest.html#getPreferences()"><B>getPreferences()</B></A> - Method in interface javax.portlet.<A HREF="../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</A><DD>Returns the preferences object associated with the portlet.<DT><A HREF="../javax/portlet/filter/PortletRequestWrapper.html#getPrivateParameterMap()"><B>getPrivateParameterMap()</B></A> - Method in class javax.portlet.filter.<A HREF="../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</A><DD>The default behavior of this method is to call  <code>getPrivateParameterMap()</code> on the wrapped request object.<DT><A HREF="../javax/portlet/PortletRequest.html#getPrivateParameterMap()"><B>getPrivateParameterMap()</B></A> - 

⌨️ 快捷键说明

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