Added: portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/ResourceRequestWrapper.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/ResourceRequestWrapper.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/ResourceRequestWrapper.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/ResourceRequestWrapper.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,639 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_60) on Thu Jul 16 17:20:27 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>ResourceRequestWrapper (Java Portlet Specification V2.1.0 1.0 API)</title> +<meta name="date" content="2015-07-16"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ResourceRequestWrapper (Java Portlet Specification V2.1.0 1.0 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ResourceRequestWrapper.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../javax/portlet/filter/ResourceFilter.html" title="interface in javax.portlet.filter"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/portlet/filter/ResourceRequestWrapper.html" target="_top">Frames</a></li> +<li><a href="ResourceRequestWrapper.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">javax.portlet.filter</div> +<h2 title="Class ResourceRequestWrapper" class="title">Class ResourceRequestWrapper</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">javax.portlet.filter.PortletRequestWrapper</a></li> +<li> +<ul class="inheritance"> +<li>javax.portlet.filter.ResourceRequestWrapper</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</a>, <a href="../../../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</a>, <a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">ResourceRequestWrapper</span> +extends <a href="../../../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</a> +implements <a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a></pre> +<div class="block">The <code>ResourceRequestWrapper</code> provides a convenient + implementation of the <code>ResourceRequest</code> interface + that can be subclassed by developers wishing to adapt the request. + This class implements the Wrapper or Decorator pattern. + Methods default to calling through to the wrapped request object.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.0</dd> +<dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet"><code>ResourceRequest</code></a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_javax.portlet.PortletRequest"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface javax.portlet.<a href="../../../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</a></h3> +<code><a href="../../../javax/portlet/PortletRequest.P3PUserInfos.html" title="enum in javax.portlet">PortletRequest.P3PUserInfos</a></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_javax.portlet.ResourceRequest"> +<!-- --> +</a> +<h3>Fields inherited from interface javax.portlet.<a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a></h3> +<code><a href="../../../javax/portlet/ResourceRequest.html#ETAG">ETAG</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_javax.portlet.PortletRequest"> +<!-- --> +</a> +<h3>Fields inherited from interface javax.portlet.<a href="../../../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</a></h3> +<code><a href="../../../javax/portlet/PortletRequest.html#ACTION_PHASE">ACTION_PHASE</a>, <a href="../../../javax/portlet/PortletRequest.html#ACTION_SCOPE_ID">ACTION_SCOPE_ID</a>, <a href="../../../javax/portlet/PortletRequest.html#BASIC_AUTH">BASIC_AUTH</a>, <a href="../../../javax/portlet/PortletRequest.html#CCPP_PROFILE">CCPP_PROFILE</a>, <a href="../../../javax/portlet/PortletRequest.html#CLIENT_CERT_AUTH">CLIENT_CERT_AUTH</a>, <a href="../../../javax/portlet/PortletRequest.html#DIGEST_AUTH">DIGEST_AUTH</a>, <a href="../../../javax/portlet/PortletRequest.html#EVENT_PHASE">EVENT_PHASE</a>, <a href="../../../javax/portlet/PortletRequest.html#FORM_AUTH">FORM_AUTH</a>, <a href="../../../javax/portlet/PortletRequest.html#LIFECYCLE_PHASE">LIFECYCLE_PHASE</a>, <a href="../../../javax/portlet/PortletRequest.html#RENDER_HEADERS">RENDER_HEADERS</a>, <a href="../../../javax/portlet/PortletRequest.html#RENDER_MARKUP">RENDER_MARKUP</a>, <a href="../../../javax/portlet/PortletRequest.html#REN DER_PART">RENDER_PART</a>, <a href="../../../javax/portlet/PortletRequest.html#RENDER_PHASE">RENDER_PHASE</a>, <a href="../../../javax/portlet/PortletRequest.html#RESOURCE_PHASE">RESOURCE_PHASE</a>, <a href="../../../javax/portlet/PortletRequest.html#USER_INFO">USER_INFO</a></code></li> +</ul> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#ResourceRequestWrapper(javax.portlet.ResourceRequest)">ResourceRequestWrapper</a></strong>(<a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a> request)</code> +<div class="block">Creates an <code>ResourceRequest</code> adaptor + wrapping the given request object.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#getCacheability()">getCacheability</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getCacheability()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#getCharacterEncoding()">getCharacterEncoding</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getCharacterEncoding()</code> on the wrapped request object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#getContentLength()">getContentLength</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getContentLength()</code> on the wrapped request object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#getContentType()">getContentType</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getContentType()</code> on the wrapped request object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#getETag()">getETag</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getETag()</code> on the wrapped request object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#getMethod()">getMethod</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getMethod()</code> on the wrapped request object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#getPortletInputStream()">getPortletInputStream</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getPortletInputStream()</code> on the wrapped request object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#getPrivateRenderParameterMap()">getPrivateRenderParameterMap</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getPrivateRenderParameterMap()</code> on the wrapped request object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/BufferedReader.html?is-external=true" title="class or interface in java.io">BufferedReader</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#getReader()">getReader</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getReader()</code> on the wrapped request object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#getRequest()">getRequest</a></strong>()</code> +<div class="block">Return the wrapped request object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#getResourceID()">getResourceID</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getResourceID()</code> on the wrapped request object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#setCharacterEncoding(java.lang.String)">setCharacterEncoding</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> enc)</code> +<div class="block">The default behavior of this method is to call + <code>setCharacterEncoding(String enc)</code> + on the wrapped request object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html#setRequest(javax.portlet.ResourceRequest)">setRequest</a></strong>(<a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a> request)</code> +<div class="block">Sets the request object being wrapped.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_javax.portlet.filter.PortletRequestWrapper"> +<!-- --> +</a> +<h3>Methods inherited from class javax.portlet.filter.<a href="../../../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</a></h3> +<code><a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getAttribute(java.lang.String)">getAttribute</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getAttributeNames()">getAttributeNames</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getAuthType()">getAuthType</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getContextPath()">getContextPath</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getCookies()">getCookies</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getLocale()">getLocale</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getLocales()">getLocales</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getParameter(java.lang.String)">getParameter</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getParameterMap()">getParameterMap</a>, <a href="../../../javax/portlet/filter/PortletRequestWr apper.html#getParameterNames()">getParameterNames</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getParameterValues(java.lang.String)">getParameterValues</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getPortalContext()">getPortalContext</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getPortletMode()">getPortletMode</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getPortletSession()">getPortletSession</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getPortletSession(boolean)">getPortletSession</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getPreferences()">getPreferences</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getPrivateParameterMap()">getPrivateParameterMap</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getProperties(java.lang.String)">getProperties</a>, <a href="../../../javax/portlet/f ilter/PortletRequestWrapper.html#getProperty(java.lang.String)">getProperty</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getPropertyNames()">getPropertyNames</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getPublicParameterMap()">getPublicParameterMap</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getRemoteUser()">getRemoteUser</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getRequestedSessionId()">getRequestedSessionId</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getResponseContentType()">getResponseContentType</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getResponseContentTypes()">getResponseContentTypes</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getScheme()">getScheme</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getServerName()">getServerName</a>, <a href="../../../javax/portlet/ filter/PortletRequestWrapper.html#getServerPort()">getServerPort</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getUserPrincipal()">getUserPrincipal</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getWindowID()">getWindowID</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getWindowState()">getWindowState</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#isPortletModeAllowed(javax.portlet.PortletMode)">isPortletModeAllowed</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#isRequestedSessionIdValid()">isRequestedSessionIdValid</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#isSecure()">isSecure</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#isUserInRole(java.lang.String)">isUserInRole</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#isWindowStateAllowed(javax.portlet.WindowState)">isWindowStateAllowed</a>, < a href="../../../javax/portlet/filter/PortletRequestWrapper.html#removeAttribute(java.lang.String)">removeAttribute</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#setAttribute(java.lang.String,%20java.lang.Object)">setAttribute</a>, <a href="../../../javax/portlet/filter/PortletRequestWrapper.html#setRequest(javax.portlet.PortletRequest)">setRequest</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_javax.portlet.ResourceRequest"> +<!-- --> +</a> +<h3>Methods inherited from interface javax.portlet.<a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a></h3> +<code><a href="../../../javax/portlet/ResourceRequest.html#getResponseContentType()">getResponseContentType</a>, <a href="../../../javax/portlet/ResourceRequest.html#getResponseContentTypes()">getResponseContentTypes</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_javax.portlet.PortletRequest"> +<!-- --> +</a> +<h3>Methods inherited from interface javax.portlet.<a href="../../../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</a></h3> +<code><a href="../../../javax/portlet/PortletRequest.html#getAttribute(java.lang.String)">getAttribute</a>, <a href="../../../javax/portlet/PortletRequest.html#getAttributeNames()">getAttributeNames</a>, <a href="../../../javax/portlet/PortletRequest.html#getAuthType()">getAuthType</a>, <a href="../../../javax/portlet/PortletRequest.html#getContextPath()">getContextPath</a>, <a href="../../../javax/portlet/PortletRequest.html#getCookies()">getCookies</a>, <a href="../../../javax/portlet/PortletRequest.html#getLocale()">getLocale</a>, <a href="../../../javax/portlet/PortletRequest.html#getLocales()">getLocales</a>, <a href="../../../javax/portlet/PortletRequest.html#getParameter(java.lang.String)">getParameter</a>, <a href="../../../javax/portlet/PortletRequest.html#getParameterMap()">getParameterMap</a>, <a href="../../../javax/portlet/PortletRequest.html#getParameterNames()">getParameterNames</a>, <a href="../../../javax/portlet/PortletRequest.html#getParameterValues(java.lang.Stri ng)">getParameterValues</a>, <a href="../../../javax/portlet/PortletRequest.html#getPortalContext()">getPortalContext</a>, <a href="../../../javax/portlet/PortletRequest.html#getPortletMode()">getPortletMode</a>, <a href="../../../javax/portlet/PortletRequest.html#getPortletSession()">getPortletSession</a>, <a href="../../../javax/portlet/PortletRequest.html#getPortletSession(boolean)">getPortletSession</a>, <a href="../../../javax/portlet/PortletRequest.html#getPreferences()">getPreferences</a>, <a href="../../../javax/portlet/PortletRequest.html#getPrivateParameterMap()">getPrivateParameterMap</a>, <a href="../../../javax/portlet/PortletRequest.html#getProperties(java.lang.String)">getProperties</a>, <a href="../../../javax/portlet/PortletRequest.html#getProperty(java.lang.String)">getProperty</a>, <a href="../../../javax/portlet/PortletRequest.html#getPropertyNames()">getPropertyNames</a>, <a href="../../../javax/portlet/PortletRequest.html#getPublicParameterMap()">getPublicParam eterMap</a>, <a href="../../../javax/portlet/PortletRequest.html#getRemoteUser()">getRemoteUser</a>, <a href="../../../javax/portlet/PortletRequest.html#getRequestedSessionId()">getRequestedSessionId</a>, <a href="../../../javax/portlet/PortletRequest.html#getScheme()">getScheme</a>, <a href="../../../javax/portlet/PortletRequest.html#getServerName()">getServerName</a>, <a href="../../../javax/portlet/PortletRequest.html#getServerPort()">getServerPort</a>, <a href="../../../javax/portlet/PortletRequest.html#getUserPrincipal()">getUserPrincipal</a>, <a href="../../../javax/portlet/PortletRequest.html#getWindowID()">getWindowID</a>, <a href="../../../javax/portlet/PortletRequest.html#getWindowState()">getWindowState</a>, <a href="../../../javax/portlet/PortletRequest.html#isPortletModeAllowed(javax.portlet.PortletMode)">isPortletModeAllowed</a>, <a href="../../../javax/portlet/PortletRequest.html#isRequestedSessionIdValid()">isRequestedSessionIdValid</a>, <a href="../../../javax/portl et/PortletRequest.html#isSecure()">isSecure</a>, <a href="../../../javax/portlet/PortletRequest.html#isUserInRole(java.lang.String)">isUserInRole</a>, <a href="../../../javax/portlet/PortletRequest.html#isWindowStateAllowed(javax.portlet.WindowState)">isWindowStateAllowed</a>, <a href="../../../javax/portlet/PortletRequest.html#removeAttribute(java.lang.String)">removeAttribute</a>, <a href="../../../javax/portlet/PortletRequest.html#setAttribute(java.lang.String,%20java.lang.Object)">setAttribute</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ResourceRequestWrapper(javax.portlet.ResourceRequest)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ResourceRequestWrapper</h4> +<pre>public ResourceRequestWrapper(<a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a> request)</pre> +<div class="block">Creates an <code>ResourceRequest</code> adaptor + wrapping the given request object.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>request</code> - the resource request to wrap</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the request is <code>null</code></dd></dl> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getPortletInputStream()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPortletInputStream</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> getPortletInputStream() + throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> +<div class="block">The default behavior of this method is to call + <code>getPortletInputStream()</code> on the wrapped request object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ClientDataRequest.html#getPortletInputStream()">getPortletInputStream</a></code> in interface <code><a href="../../../javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>an input stream containing the body of the request</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an input or output exception occurred</dd></dl> +</li> +</ul> +<a name="getReader()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getReader</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/BufferedReader.html?is-external=true" title="class or interface in java.io">BufferedReader</a> getReader() + throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a>, + <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> +<div class="block">The default behavior of this method is to call + <code>getReader()</code> on the wrapped request object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ClientDataRequest.html#getReader()">getReader</a></code> in interface <code><a href="../../../javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>a <code>BufferedReader</code> + containing the body of the request</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></code> - if the character set encoding used is + not supported and the text cannot be decoded</dd> +<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an input or output exception occurred</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/ClientDataRequest.html#getPortletInputStream()"><code>ClientDataRequest.getPortletInputStream()</code></a></dd></dl> +</li> +</ul> +<a name="setCharacterEncoding(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setCharacterEncoding</h4> +<pre>public void setCharacterEncoding(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> enc) + throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></pre> +<div class="block">The default behavior of this method is to call + <code>setCharacterEncoding(String enc)</code> + on the wrapped request object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ClientDataRequest.html#setCharacterEncoding(java.lang.String)">setCharacterEncoding</a></code> in interface <code><a href="../../../javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>enc</code> - a <code>String</code> containing the name of + the character encoding.</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></code> - if this is not a valid encoding</dd></dl> +</li> +</ul> +<a name="getRequest()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRequest</h4> +<pre>public <a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a> getRequest()</pre> +<div class="block">Return the wrapped request object.</div> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../javax/portlet/filter/PortletRequestWrapper.html#getRequest()">getRequest</a></code> in class <code><a href="../../../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>the wrapped request</dd></dl> +</li> +</ul> +<a name="setRequest(javax.portlet.ResourceRequest)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setRequest</h4> +<pre>public void setRequest(<a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a> request)</pre> +<div class="block">Sets the request object being wrapped.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>request</code> - the request to set</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the request is null.</dd></dl> +</li> +</ul> +<a name="getCharacterEncoding()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCharacterEncoding</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getCharacterEncoding()</pre> +<div class="block">The default behavior of this method is to call + <code>getCharacterEncoding()</code> on the wrapped request object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ClientDataRequest.html#getCharacterEncoding()">getCharacterEncoding</a></code> in interface <code><a href="../../../javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>a <code>String</code> containing the name of + the character encoding, or <code>null</code> + if the request does not specify a character encoding.</dd></dl> +</li> +</ul> +<a name="getContentLength()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getContentLength</h4> +<pre>public int getContentLength()</pre> +<div class="block">The default behavior of this method is to call + <code>getContentLength()</code> on the wrapped request object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ClientDataRequest.html#getContentLength()">getContentLength</a></code> in interface <code><a href="../../../javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>an integer containing the length of the + request body or -1 if the length is not known</dd></dl> +</li> +</ul> +<a name="getContentType()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getContentType</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getContentType()</pre> +<div class="block">The default behavior of this method is to call + <code>getContentType()</code> on the wrapped request object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ClientDataRequest.html#getContentType()">getContentType</a></code> in interface <code><a href="../../../javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>a <code>String</code> containing the name + of the MIME type of the request, or null + if the type is not known.</dd></dl> +</li> +</ul> +<a name="getETag()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getETag</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getETag()</pre> +<div class="block">The default behavior of this method is to call + <code>getETag()</code> on the wrapped request object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ResourceRequest.html#getETag()">getETag</a></code> in interface <code><a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>the validation tag if the portlet container + has a cached response for this validation tag, or + <code>null</code> if no cached response exists.</dd></dl> +</li> +</ul> +<a name="getMethod()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMethod</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getMethod()</pre> +<div class="block">The default behavior of this method is to call + <code>getMethod()</code> on the wrapped request object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ClientDataRequest.html#getMethod()">getMethod</a></code> in interface <code><a href="../../../javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>a String specifying the name of the HTTP method with which + this request was made</dd></dl> +</li> +</ul> +<a name="getResourceID()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getResourceID</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getResourceID()</pre> +<div class="block">The default behavior of this method is to call + <code>getResourceID()</code> on the wrapped request object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ResourceRequest.html#getResourceID()">getResourceID</a></code> in interface <code><a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>the resource ID set on the ResourceURL,or <code>null</code> + if no resource ID was set on the URL.</dd></dl> +</li> +</ul> +<a name="getPrivateRenderParameterMap()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPrivateRenderParameterMap</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]> getPrivateRenderParameterMap()</pre> +<div class="block">The default behavior of this method is to call + <code>getPrivateRenderParameterMap()</code> on the wrapped request object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ResourceRequest.html#getPrivateRenderParameterMap()">getPrivateRenderParameterMap</a></code> in interface <code><a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>an immutable <code>Map</code> containing private parameter names as + keys and private parameter values as map values, or an empty <code>Map</code> + if no private parameters exist. The keys in the parameter + map are of type String. The values in the parameter map are of type + String array (<code>String[]</code>).</dd></dl> +</li> +</ul> +<a name="getCacheability()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getCacheability</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getCacheability()</pre> +<div class="block">The default behavior of this method is to call + <code>getCacheability()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ResourceRequest.html#getCacheability()">getCacheability</a></code> in interface <code><a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>the cache level of this resource request.</dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ResourceRequestWrapper.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../javax/portlet/filter/ResourceFilter.html" title="interface in javax.portlet.filter"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/portlet/filter/ResourceRequestWrapper.html" target="_top">Frames</a></li> +<li><a href="ResourceRequestWrapper.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2004–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
