📄 index-all.html.svn-base
字号:
Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">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">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">GenericPortlet</A><DD>Returns the PortletConfig object of this portlet.<DT><A HREF="javax/portlet/PortletSession.html#getPortletContext()"><B>getPortletContext()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletSession.html">PortletSession</A><DD>Returns the portlet application context associated with this session.<DT><A HREF="javax/portlet/GenericPortlet.html#getPortletContext()"><B>getPortletContext()</B></A> - Method in class javax.portlet.<A HREF="javax/portlet/GenericPortlet.html">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">PortletConfig</A><DD>Returns the <code>PortletContext</code> of the portlet application the portlet is in.<DT><A HREF="javax/portlet/PortletContext.html#getPortletContextName()"><B>getPortletContextName()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">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/ActionRequest.html#getPortletInputStream()"><B>getPortletInputStream()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/ActionRequest.html">ActionRequest</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/PortletRequest.html#getPortletMode()"><B>getPortletMode()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the current portlet mode of the portlet.<DT><A HREF="javax/portlet/GenericPortlet.html#getPortletName()"><B>getPortletName()</B></A> - Method in class javax.portlet.<A HREF="javax/portlet/GenericPortlet.html">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">PortletConfig</A><DD>Returns the name of the portlet.<DT><A HREF="javax/portlet/RenderResponse.html#getPortletOutputStream()"><B>getPortletOutputStream()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/RenderResponse.html">RenderResponse</A><DD>Returns a <code>OutputStream</code> suitable for writing binary data in the response.<DT><A HREF="javax/portlet/PortletRequest.html#getPortletSession()"><B>getPortletSession()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">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">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/PortletRequest.html#getPreferences()"><B>getPreferences()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the preferences object associated with the portlet.<DT><A HREF="javax/portlet/PortletRequest.html#getProperties(java.lang.String)"><B>getProperties(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns all the values of the specified request property as a <code>Enumeration</code> of <code>String</code> objects.<DT><A HREF="javax/portlet/PortletRequest.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the value of the specified request property as a <code>String</code>.<DT><A HREF="javax/portlet/PortalContext.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortalContext.html">PortalContext</A><DD>Returns the portal property with the given name, or a <code>null</code> if there is no property by that name.<DT><A HREF="javax/portlet/PortletRequest.html#getPropertyNames()"><B>getPropertyNames()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns a <code>Enumeration</code> of all the property names this request contains.<DT><A HREF="javax/portlet/PortalContext.html#getPropertyNames()"><B>getPropertyNames()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortalContext.html">PortalContext</A><DD>Returns all portal property names, or an empty <code>Enumeration</code> if there are no property names.<DT><A HREF="javax/portlet/ActionRequest.html#getReader()"><B>getReader()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/ActionRequest.html">ActionRequest</A><DD>Retrieves the body of the HTTP request from the client to the portal as character data using a <code>BufferedReader</code>.<DT><A HREF="javax/portlet/PortletContext.html#getRealPath(java.lang.String)"><B>getRealPath(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns a <code>String</code> containing the real path for a given virtual path.<DT><A HREF="javax/portlet/PortletRequest.html#getRemoteUser()"><B>getRemoteUser()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.<DT><A HREF="javax/portlet/PortletContext.html#getRequestDispatcher(java.lang.String)"><B>getRequestDispatcher(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns a <A HREF="javax/portlet/PortletRequestDispatcher.html"><CODE>PortletRequestDispatcher</CODE></A> object that acts as a wrapper for the resource located at the given path.<DT><A HREF="javax/portlet/PortletRequest.html#getRequestedSessionId()"><B>getRequestedSessionId()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the session ID indicated in the client request.<DT><A HREF="javax/portlet/PortletContext.html#getResource(java.lang.String)"><B>getResource(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns a URL to the resource that is mapped to a specified path.<DT><A HREF="javax/portlet/PortletContext.html#getResourceAsStream(java.lang.String)"><B>getResourceAsStream(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns the resource located at the given path as an InputStream object.<DT><A HREF="javax/portlet/GenericPortlet.html#getResourceBundle(java.util.Locale)"><B>getResourceBundle(Locale)</B></A> - Method in class javax.portlet.<A HREF="javax/portlet/GenericPortlet.html">GenericPortlet</A><DD>Gets the resource bundle for the given locale based on the resource bundle defined in the deployment descriptor with <code>resource-bundle</code> tag or the inlined resources defined in the deployment descriptor.<DT><A HREF="javax/portlet/PortletConfig.html#getResourceBundle(java.util.Locale)"><B>getResourceBundle(Locale)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletConfig.html">PortletConfig</A><DD>Gets the resource bundle for the given locale based on the resource bundle defined in the deployment descriptor with <code>resource-bundle</code> tag or the inlined resources defined in the deployment descriptor.<DT><A HREF="javax/portlet/PortletContext.html#getResourcePaths(java.lang.String)"><B>getResourcePaths(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns a directory-like listing of all the paths to resources within the web application longest sub-path of which matches the supplied path argument.<DT><A HREF="javax/portlet/PortletRequest.html#getResponseContentType()"><B>getResponseContentType()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the portal preferred content type for the response.<DT><A HREF="javax/portlet/PortletRequest.html#getResponseContentTypes()"><B>getResponseContentTypes()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Gets a list of content types which the portal accepts for the response.<DT><A HREF="javax/portlet/PortletRequest.html#getScheme()"><B>getScheme()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the name of the scheme used to make this request.<DT><A HREF="javax/portlet/PortletContext.html#getServerInfo()"><B>getServerInfo()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns the name and version of the portlet container in which the portlet is running.<DT><A HREF="javax/portlet/PortletRequest.html#getServerName()"><B>getServerName()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the host name of the server that received the request.<DT><A HREF="javax/portlet/PortletRequest.html#getServerPort()"><B>getServerPort()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the port number on which this request was received.<DT><A HREF="javax/portlet/WindowStateException.html#getState()"><B>getState()</B></A> - Method in class javax.portlet.<A HREF="javax/portlet/WindowStateException.html">WindowStateException</A><DD>Returns the portlet state causing this exception.<DT><A HREF="javax/portlet/PortalContext.html#getSupportedPortletModes()"><B>getSupportedPortletModes()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortalContext.html">PortalContext</A><DD>Returns all supported portlet modes by the portal as an enumertation of <code>PorltetMode</code> objects.<DT><A HREF="javax/portlet/PortalContext.html#getSupportedWindowStates()"><B>getSupportedWindowStates()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortalContext.html">PortalContext</A><DD>Returns all supported window states by the portal as an enumertation of <code>WindowState</code> objects.<DT><A HREF="javax/portlet/GenericPortlet.html#getTitle(javax.portlet.RenderRequest)"><B>getTitle(RenderRequest)</B></A> - Method in class javax.portlet.<A HREF="javax/portlet/GenericPortlet.html">GenericPortlet</A><DD>Used by the render method to get the title.<DT><A HREF="javax/portlet/UnavailableException.html#getUnavailableSeconds()"><B>getUnavailableSeconds()</B></A> - Method in class javax.portlet.<A HREF="javax/portlet/UnavailableException.html">UnavailableException</A><DD>Returns the time in seconds for which the portlet can be expected to be unavailable.<DT><A HREF="javax/portlet/PortletRequest.html#getUserPrincipal()"><B>getUserPrincipal()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns a java.security.Principal object containing the name of the current authenticated user.<DT><A HREF="javax/portlet/PortletPreferences.html#getValue(java.lang.String, java.lang.String)"><B>getValue(String, String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletPreferences.html">PortletPreferences</A><DD>Returns the first String value associated with the specified key of this preference.<DT><A HREF="javax/portlet/PortletPreferences.html#getValues(java.lang.String, java.lang.String[])"><B>getValues(String, String[])</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletPreferences.html">PortletPreferences</A><DD>Returns the String array value associated with the specified key in this preference.<DT><A HREF="javax/portlet/PortletRequest.html#getWindowState()"><B>getWindowState()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the current window state of the portlet.<DT><A HREF="javax/portlet/RenderResponse.html#getWriter()"><B>getWriter()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/RenderResponse.html">RenderResponse</A>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -