📄 index-all.html.svn-base
字号:
<DT><A HREF="javax/portlet/PortletContext.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns the portlet container attribute with the given name, or null if there is no attribute by that name.<DT><A HREF="javax/portlet/PortletSession.html#getAttribute(java.lang.String, int)"><B>getAttribute(String, int)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletSession.html">PortletSession</A><DD>Returns the object bound with the specified name in this session, or <code>null</code> if no object is bound under the name in the given scope.<DT><A HREF="javax/portlet/PortletRequest.html#getAttributeNames()"><B>getAttributeNames()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns an <code>Enumeration</code> containing the names of the attributes available to this request.<DT><A HREF="javax/portlet/PortletSession.html#getAttributeNames()"><B>getAttributeNames()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletSession.html">PortletSession</A><DD>Returns an <code>Enumeration</code> of String objects containing the names of all the objects bound to this session under the <code>PORTLET_SCOPE</code>, or an empty <code>Enumeration</code> if no attributes are available.<DT><A HREF="javax/portlet/PortletContext.html#getAttributeNames()"><B>getAttributeNames()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns an <code>Enumeration</code> containing the attribute names available within this portlet context, or an emtpy <code>Enumeration</code> if no attributes are available.<DT><A HREF="javax/portlet/PortletSession.html#getAttributeNames(int)"><B>getAttributeNames(int)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletSession.html">PortletSession</A><DD>Returns an <code>Enumeration</code> of String objects containing the names of all the objects bound to this session in the given scope, or an empty <code>Enumeration</code> if no attributes are available in the given scope.<DT><A HREF="javax/portlet/PortletRequest.html#getAuthType()"><B>getAuthType()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the name of the authentication scheme used for the connection between client and portal, for example, <code>BASIC_AUTH</code>, <code>CLIENT_CERT_AUTH</code>, a custom one or <code>null</code> if there was no authentication.<DT><A HREF="javax/portlet/RenderResponse.html#getBufferSize()"><B>getBufferSize()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/RenderResponse.html">RenderResponse</A><DD>Returns the actual buffer size used for the response.<DT><A HREF="javax/portlet/PortletException.html#getCause()"><B>getCause()</B></A> - Method in class javax.portlet.<A HREF="javax/portlet/PortletException.html">PortletException</A><DD>Returns the cause of this throwable or <code>null</code> if the cause is nonexistent or unknown.<DT><A HREF="javax/portlet/RenderResponse.html#getCharacterEncoding()"><B>getCharacterEncoding()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/RenderResponse.html">RenderResponse</A><DD>Returns the name of the charset used for the MIME body sent in this response.<DT><A HREF="javax/portlet/ActionRequest.html#getCharacterEncoding()"><B>getCharacterEncoding()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/ActionRequest.html">ActionRequest</A><DD>Returns the name of the character encoding used in the body of this request.<DT><A HREF="javax/portlet/ActionRequest.html#getContentLength()"><B>getContentLength()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/ActionRequest.html">ActionRequest</A><DD>Returns the length, in bytes, of the request body which is made available by the input stream, or -1 if the length is not known.<DT><A HREF="javax/portlet/RenderResponse.html#getContentType()"><B>getContentType()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/RenderResponse.html">RenderResponse</A><DD>Returns the MIME type that can be used to contribute markup to the render response.<DT><A HREF="javax/portlet/ActionRequest.html#getContentType()"><B>getContentType()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/ActionRequest.html">ActionRequest</A><DD>Returns the MIME type of the body of the request, or null if the type is not known.<DT><A HREF="javax/portlet/PortletRequest.html#getContextPath()"><B>getContextPath()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the context path which is the path prefix associated with the deployed portlet application.<DT><A HREF="javax/portlet/PortletSession.html#getCreationTime()"><B>getCreationTime()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletSession.html">PortletSession</A><DD>Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.<DT><A HREF="javax/portlet/ValidatorException.html#getFailedKeys()"><B>getFailedKeys()</B></A> - Method in class javax.portlet.<A HREF="javax/portlet/ValidatorException.html">ValidatorException</A><DD>Returns the keys that failed the validation.<DT><A HREF="javax/portlet/PortletSession.html#getId()"><B>getId()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletSession.html">PortletSession</A><DD>Returns a string containing the unique identifier assigned to this session.<DT><A HREF="javax/portlet/GenericPortlet.html#getInitParameter(java.lang.String)"><B>getInitParameter(String)</B></A> - Method in class javax.portlet.<A HREF="javax/portlet/GenericPortlet.html">GenericPortlet</A><DD>Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.<DT><A HREF="javax/portlet/PortletConfig.html#getInitParameter(java.lang.String)"><B>getInitParameter(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletConfig.html">PortletConfig</A><DD>Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.<DT><A HREF="javax/portlet/PortletContext.html#getInitParameter(java.lang.String)"><B>getInitParameter(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns a String containing the value of the named context-wide initialization parameter, or <code>null</code> if the parameter does not exist.<DT><A HREF="javax/portlet/GenericPortlet.html#getInitParameterNames()"><B>getInitParameterNames()</B></A> - Method in class javax.portlet.<A HREF="javax/portlet/GenericPortlet.html">GenericPortlet</A><DD>Returns the names of the portlet initialization parameters as an Enumeration of String objects, or an empty Enumeration if the portlet has no initialization parameters.<DT><A HREF="javax/portlet/PortletConfig.html#getInitParameterNames()"><B>getInitParameterNames()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletConfig.html">PortletConfig</A><DD>Returns the names of the portlet initialization parameters as an <code>Enumeration</code> of String objects, or an empty <code>Enumeration</code> if the portlet has no initialization parameters.<DT><A HREF="javax/portlet/PortletContext.html#getInitParameterNames()"><B>getInitParameterNames()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns the names of the context initialization parameters as an <code>Enumeration</code> of String objects, or an empty Enumeration if the context has no initialization parameters.<DT><A HREF="javax/portlet/PortletSession.html#getLastAccessedTime()"><B>getLastAccessedTime()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletSession.html">PortletSession</A><DD>Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT.<DT><A HREF="javax/portlet/PortletRequest.html#getLocale()"><B>getLocale()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns the preferred Locale in which the portal will accept content.<DT><A HREF="javax/portlet/RenderResponse.html#getLocale()"><B>getLocale()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/RenderResponse.html">RenderResponse</A><DD>Returns the locale assigned to the response.<DT><A HREF="javax/portlet/PortletRequest.html#getLocales()"><B>getLocales()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale in which the portal will accept content for this request.<DT><A HREF="javax/portlet/PortletContext.html#getMajorVersion()"><B>getMajorVersion()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns the major version of the Portlet API that this portlet container supports.<DT><A HREF="javax/portlet/PortletPreferences.html#getMap()"><B>getMap()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletPreferences.html">PortletPreferences</A><DD>Returns a <code>Map</code> of the preferences.<DT><A HREF="javax/portlet/PortletSession.html#getMaxInactiveInterval()"><B>getMaxInactiveInterval()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletSession.html">PortletSession</A><DD>Returns the maximum time interval, in seconds, for which the portlet container keeps this session open between client accesses.<DT><A HREF="javax/portlet/PortletContext.html#getMimeType(java.lang.String)"><B>getMimeType(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns the MIME type of the specified file, or <code>null</code> if the MIME type is not known.<DT><A HREF="javax/portlet/PortletContext.html#getMinorVersion()"><B>getMinorVersion()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletContext.html">PortletContext</A><DD>Returns the minor version of the Portlet API that this portlet container supports.<DT><A HREF="javax/portlet/PortletModeException.html#getMode()"><B>getMode()</B></A> - Method in class javax.portlet.<A HREF="javax/portlet/PortletModeException.html">PortletModeException</A><DD>Returns the unsupported portlet mode causing this exception.<DT><A HREF="javax/portlet/PortletContext.html#getNamedDispatcher(java.lang.String)"><B>getNamedDispatcher(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 named servlet.<DT><A HREF="javax/portlet/PortletPreferences.html#getNames()"><B>getNames()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletPreferences.html">PortletPreferences</A><DD>Returns all of the keys that have an associated value, or an empty <code>Enumeration</code> if no keys are available.<DT><A HREF="javax/portlet/RenderResponse.html#getNamespace()"><B>getNamespace()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/RenderResponse.html">RenderResponse</A><DD>The value returned by this method should be prefixed or appended to elements, such as JavaScript variables or function names, to ensure they are unique in the context of the portal page.<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">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/PortletRequest.html#getParameterMap()"><B>getParameterMap()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">PortletRequest</A><DD>Returns a <code>Map</code> of the parameters of this request.<DT><A HREF="javax/portlet/PortletRequest.html#getParameterNames()"><B>getParameterNames()</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">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/PortletRequest.html#getParameterValues(java.lang.String)"><B>getParameterValues(String)</B></A> - Method in interface javax.portlet.<A HREF="javax/portlet/PortletRequest.html">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/PortletRequest.html#getPortalContext()"><B>getPortalContext()</B></A> -
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -