Added: portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/ResourceResponseWrapper.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/ResourceResponseWrapper.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/ResourceResponseWrapper.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/ResourceResponseWrapper.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,821 @@ +<!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>ResourceResponseWrapper (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="ResourceResponseWrapper (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/ResourceResponseWrapper.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/ResourceRequestWrapper.html" title="class in javax.portlet.filter"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/portlet/filter/ResourceResponseWrapper.html" target="_top">Frames</a></li> +<li><a href="ResourceResponseWrapper.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 ResourceResponseWrapper" class="title">Class ResourceResponseWrapper</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/PortletResponseWrapper.html" title="class in javax.portlet.filter">javax.portlet.filter.PortletResponseWrapper</a></li> +<li> +<ul class="inheritance"> +<li>javax.portlet.filter.ResourceResponseWrapper</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/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a>, <a href="../../../javax/portlet/PortletResponse.html" title="interface in javax.portlet">PortletResponse</a>, <a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">ResourceResponseWrapper</span> +extends <a href="../../../javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</a> +implements <a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a></pre> +<div class="block">The <code>ResourceResponseWrapper</code> provides a convenient + implementation of the <code>ResourceResponse</code> interface + that can be subclassed by developers wishing to adapt the response. + This class implements the Wrapper or Decorator pattern. + Methods default to calling through to the wrapped response 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/ResourceResponse.html" title="interface in javax.portlet"><code>ResourceResponse</code></a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== 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.ResourceResponse"> +<!-- --> +</a> +<h3>Fields inherited from interface javax.portlet.<a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a></h3> +<code><a href="../../../javax/portlet/ResourceResponse.html#HTTP_STATUS_CODE">HTTP_STATUS_CODE</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_javax.portlet.MimeResponse"> +<!-- --> +</a> +<h3>Fields inherited from interface javax.portlet.<a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></h3> +<code><a href="../../../javax/portlet/MimeResponse.html#CACHE_SCOPE">CACHE_SCOPE</a>, <a href="../../../javax/portlet/MimeResponse.html#ETAG">ETAG</a>, <a href="../../../javax/portlet/MimeResponse.html#EXPIRATION_CACHE">EXPIRATION_CACHE</a>, <a href="../../../javax/portlet/MimeResponse.html#MARKUP_HEAD_ELEMENT">MARKUP_HEAD_ELEMENT</a>, <a href="../../../javax/portlet/MimeResponse.html#NAMESPACED_RESPONSE">NAMESPACED_RESPONSE</a>, <a href="../../../javax/portlet/MimeResponse.html#PRIVATE_SCOPE">PRIVATE_SCOPE</a>, <a href="../../../javax/portlet/MimeResponse.html#PUBLIC_SCOPE">PUBLIC_SCOPE</a>, <a href="../../../javax/portlet/MimeResponse.html#USE_CACHED_CONTENT">USE_CACHED_CONTENT</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/ResourceResponseWrapper.html#ResourceResponseWrapper(javax.portlet.ResourceResponse)">ResourceResponseWrapper</a></strong>(<a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a> response)</code> +<div class="block">Creates an <code>ResourceResponse</code> adaptor + wrapping the given response 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="../../../javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#createActionURL()">createActionURL</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>createActionURL()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#createRenderURL()">createRenderURL</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>createRenderURL()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#createResourceURL()">createResourceURL</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>createResourceURL()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#flushBuffer()">flushBuffer</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>flushBuffer()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#getBufferSize()">getBufferSize</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getBufferSize()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#getCacheControl()">getCacheControl</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getCacheControl()</code> on the wrapped response 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/ResourceResponseWrapper.html#getCharacterEncoding()">getCharacterEncoding</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getCharacterEncoding()</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/ResourceResponseWrapper.html#getContentType()">getContentType</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getContentType()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#getLocale()">getLocale</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getLocale()</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/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#getPortletOutputStream()">getPortletOutputStream</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getPortletOutputStream()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#getResponse()">getResponse</a></strong>()</code> +<div class="block">Return 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/io/PrintWriter.html?is-external=true" title="class or interface in java.io">PrintWriter</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#getWriter()">getWriter</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>getWriter()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#isCommitted()">isCommitted</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>isCommitted()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#reset()">reset</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>reset()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#resetBuffer()">resetBuffer</a></strong>()</code> +<div class="block">The default behavior of this method is to call + <code>resetBuffer()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#setBufferSize(int)">setBufferSize</a></strong>(int size)</code> +<div class="block">The default behavior of this method is to call + <code>setBufferSize(size)</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.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> charset)</code> +<div class="block">The default behavior of this method is to call + <code>setCharacterEncoding(String charset)</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#setContentLength(int)">setContentLength</a></strong>(int len)</code> +<div class="block">The default behavior of this method is to call + <code>setContentLength()</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#setContentType(java.lang.String)">setContentType</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> type)</code> +<div class="block">The default behavior of this method is to call + <code>setContentType(type)</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#setLocale(java.util.Locale)">setLocale</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> loc)</code> +<div class="block">The default behavior of this method is to call + <code>setLocale(Locale loc)</code> on the wrapped response object.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html#setResponse(javax.portlet.ResourceResponse)">setResponse</a></strong>(<a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a> response)</code> +<div class="block">Sets the response object being wrapped.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_javax.portlet.filter.PortletResponseWrapper"> +<!-- --> +</a> +<h3>Methods inherited from class javax.portlet.filter.<a href="../../../javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</a></h3> +<code><a href="../../../javax/portlet/filter/PortletResponseWrapper.html#addProperty(javax.servlet.http.Cookie)">addProperty</a>, <a href="../../../javax/portlet/filter/PortletResponseWrapper.html#addProperty(java.lang.String,%20org.w3c.dom.Element)">addProperty</a>, <a href="../../../javax/portlet/filter/PortletResponseWrapper.html#addProperty(java.lang.String,%20java.lang.String)">addProperty</a>, <a href="../../../javax/portlet/filter/PortletResponseWrapper.html#createElement(java.lang.String)">createElement</a>, <a href="../../../javax/portlet/filter/PortletResponseWrapper.html#encodeURL(java.lang.String)">encodeURL</a>, <a href="../../../javax/portlet/filter/PortletResponseWrapper.html#getNamespace()">getNamespace</a>, <a href="../../../javax/portlet/filter/PortletResponseWrapper.html#setProperty(java.lang.String,%20java.lang.String)">setProperty</a>, <a href="../../../javax/portlet/filter/PortletResponseWrapper.html#setResponse(javax.portlet.PortletResponse)">setResponse</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.PortletResponse"> +<!-- --> +</a> +<h3>Methods inherited from interface javax.portlet.<a href="../../../javax/portlet/PortletResponse.html" title="interface in javax.portlet">PortletResponse</a></h3> +<code><a href="../../../javax/portlet/PortletResponse.html#addProperty(javax.servlet.http.Cookie)">addProperty</a>, <a href="../../../javax/portlet/PortletResponse.html#addProperty(java.lang.String,%20org.w3c.dom.Element)">addProperty</a>, <a href="../../../javax/portlet/PortletResponse.html#addProperty(java.lang.String,%20java.lang.String)">addProperty</a>, <a href="../../../javax/portlet/PortletResponse.html#createElement(java.lang.String)">createElement</a>, <a href="../../../javax/portlet/PortletResponse.html#encodeURL(java.lang.String)">encodeURL</a>, <a href="../../../javax/portlet/PortletResponse.html#getNamespace()">getNamespace</a>, <a href="../../../javax/portlet/PortletResponse.html#setProperty(java.lang.String,%20java.lang.String)">setProperty</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="ResourceResponseWrapper(javax.portlet.ResourceResponse)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ResourceResponseWrapper</h4> +<pre>public ResourceResponseWrapper(<a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a> response)</pre> +<div class="block">Creates an <code>ResourceResponse</code> adaptor + wrapping the given response object.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>response</code> - the event response 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 response 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="flushBuffer()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>flushBuffer</h4> +<pre>public void flushBuffer() + 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>flushBuffer()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#flushBuffer()">flushBuffer</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></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 error occurred when writing the output</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/MimeResponse.html#setBufferSize(int)"><code>MimeResponse.setBufferSize(int)</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#getBufferSize()"><code>MimeResponse.getBufferSize()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#isCommitted()"><code>MimeResponse.isCommitted()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#reset()"><code>MimeResponse.reset()</code></a></dd></dl> +</li> +</ul> +<a name="getBufferSize()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBufferSize</h4> +<pre>public int getBufferSize()</pre> +<div class="block">The default behavior of this method is to call + <code>getBufferSize()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#getBufferSize()">getBufferSize</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>the actual buffer size used</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/MimeResponse.html#setBufferSize(int)"><code>MimeResponse.setBufferSize(int)</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#flushBuffer()"><code>MimeResponse.flushBuffer()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#isCommitted()"><code>MimeResponse.isCommitted()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#reset()"><code>MimeResponse.reset()</code></a></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 response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#getCharacterEncoding()">getCharacterEncoding</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>a <code>String</code> specifying the name of the charset, for + example, <code>ISO-8859-1</code></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 response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#getContentType()">getContentType</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>the MIME type of the response, or <code>null</code> if no + content type is set</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/MimeResponse.html#setContentType(java.lang.String)"><code>MimeResponse.setContentType(java.lang.String)</code></a></dd></dl> +</li> +</ul> +<a name="getLocale()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getLocale</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> getLocale()</pre> +<div class="block">The default behavior of this method is to call + <code>getLocale()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#getLocale()">getLocale</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>Locale of this response</dd></dl> +</li> +</ul> +<a name="getPortletOutputStream()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPortletOutputStream</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a> getPortletOutputStream() + 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>getPortletOutputStream()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#getPortletOutputStream()">getPortletOutputStream</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>a <code>OutputStream</code> for writing binary data</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><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/MimeResponse.html#setContentType(java.lang.String)"><code>MimeResponse.setContentType(java.lang.String)</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#getWriter()"><code>MimeResponse.getWriter()</code></a></dd></dl> +</li> +</ul> +<a name="getWriter()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getWriter</h4> +<pre>public <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/PrintWriter.html?is-external=true" title="class or interface in java.io">PrintWriter</a> getWriter() + 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>getWriter()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#getWriter()">getWriter</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>a <code>PrintWriter</code> object that can return character + data to the portal</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><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/MimeResponse.html#setContentType(java.lang.String)"><code>MimeResponse.setContentType(java.lang.String)</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#getPortletOutputStream()"><code>MimeResponse.getPortletOutputStream()</code></a></dd></dl> +</li> +</ul> +<a name="isCommitted()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isCommitted</h4> +<pre>public boolean isCommitted()</pre> +<div class="block">The default behavior of this method is to call + <code>isCommitted()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#isCommitted()">isCommitted</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>a boolean indicating if the response has been committed</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/MimeResponse.html#setBufferSize(int)"><code>MimeResponse.setBufferSize(int)</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#getBufferSize()"><code>MimeResponse.getBufferSize()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#flushBuffer()"><code>MimeResponse.flushBuffer()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#reset()"><code>MimeResponse.reset()</code></a></dd></dl> +</li> +</ul> +<a name="reset()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>reset</h4> +<pre>public void reset()</pre> +<div class="block">The default behavior of this method is to call + <code>reset()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#reset()">reset</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/MimeResponse.html#setBufferSize(int)"><code>MimeResponse.setBufferSize(int)</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#getBufferSize()"><code>MimeResponse.getBufferSize()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#flushBuffer()"><code>MimeResponse.flushBuffer()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#isCommitted()"><code>MimeResponse.isCommitted()</code></a></dd></dl> +</li> +</ul> +<a name="resetBuffer()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>resetBuffer</h4> +<pre>public void resetBuffer()</pre> +<div class="block">The default behavior of this method is to call + <code>resetBuffer()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#resetBuffer()">resetBuffer</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/MimeResponse.html#setBufferSize(int)"><code>MimeResponse.setBufferSize(int)</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#getBufferSize()"><code>MimeResponse.getBufferSize()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#isCommitted()"><code>MimeResponse.isCommitted()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#reset()"><code>MimeResponse.reset()</code></a></dd></dl> +</li> +</ul> +<a name="setBufferSize(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBufferSize</h4> +<pre>public void setBufferSize(int size)</pre> +<div class="block">The default behavior of this method is to call + <code>setBufferSize(size)</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#setBufferSize(int)">setBufferSize</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>size</code> - the preferred buffer size</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/MimeResponse.html#getBufferSize()"><code>MimeResponse.getBufferSize()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#flushBuffer()"><code>MimeResponse.flushBuffer()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#isCommitted()"><code>MimeResponse.isCommitted()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#reset()"><code>MimeResponse.reset()</code></a></dd></dl> +</li> +</ul> +<a name="setContentType(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setContentType</h4> +<pre>public void setContentType(<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> type)</pre> +<div class="block">The default behavior of this method is to call + <code>setContentType(type)</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#setContentType(java.lang.String)">setContentType</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - the content MIME type</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/portlet/PortletRequest.html#getResponseContentTypes()"><code>PortletRequest.getResponseContentTypes()</code></a>, +<a href="../../../javax/portlet/MimeResponse.html#getContentType()"><code>MimeResponse.getContentType()</code></a></dd></dl> +</li> +</ul> +<a name="getCacheControl()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCacheControl</h4> +<pre>public <a href="../../../javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</a> getCacheControl()</pre> +<div class="block">The default behavior of this method is to call + <code>getCacheControl()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#getCacheControl()">getCacheControl</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>Cache control for the current response.</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> charset)</pre> +<div class="block">The default behavior of this method is to call + <code>setCharacterEncoding(String charset)</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ResourceResponse.html#setCharacterEncoding(java.lang.String)">setCharacterEncoding</a></code> in interface <code><a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>charset</code> - a String specifying only the character set defined by + IANA Character Sets (http://www.iana.org/assignments/character-sets)</dd></dl> +</li> +</ul> +<a name="setLocale(java.util.Locale)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setLocale</h4> +<pre>public void setLocale(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> loc)</pre> +<div class="block">The default behavior of this method is to call + <code>setLocale(Locale loc)</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ResourceResponse.html#setLocale(java.util.Locale)">setLocale</a></code> in interface <code><a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>loc</code> - the new locale of the response</dd></dl> +</li> +</ul> +<a name="setContentLength(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setContentLength</h4> +<pre>public void setContentLength(int len)</pre> +<div class="block">The default behavior of this method is to call + <code>setContentLength()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ResourceResponse.html#setContentLength(int)">setContentLength</a></code> in interface <code><a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>len</code> - an integer specifying the length of the content being returned</dd></dl> +</li> +</ul> +<a name="getResponse()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getResponse</h4> +<pre>public <a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a> getResponse()</pre> +<div class="block">Return the wrapped response object.</div> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../javax/portlet/filter/PortletResponseWrapper.html#getResponse()">getResponse</a></code> in class <code><a href="../../../javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>the wrapped response</dd></dl> +</li> +</ul> +<a name="setResponse(javax.portlet.ResourceResponse)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setResponse</h4> +<pre>public void setResponse(<a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a> response)</pre> +<div class="block">Sets the response object being wrapped.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>response</code> - the response 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 response is null.</dd></dl> +</li> +</ul> +<a name="createActionURL()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createActionURL</h4> +<pre>public <a href="../../../javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</a> createActionURL() + throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></pre> +<div class="block">The default behavior of this method is to call + <code>createActionURL()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#createActionURL()">createActionURL</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ResourceResponse.html#createActionURL()">createActionURL</a></code> in interface <code><a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>a portlet action URL</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - if the cacheability level of the resource URL + triggering this <code>serveResource</code> call + is not <code>PAGE</code> and thus does not allow + for creating action URLs.</dd></dl> +</li> +</ul> +<a name="createRenderURL()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>createRenderURL</h4> +<pre>public <a href="../../../javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</a> createRenderURL() + throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></pre> +<div class="block">The default behavior of this method is to call + <code>createRenderURL()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#createRenderURL()">createRenderURL</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ResourceResponse.html#createRenderURL()">createRenderURL</a></code> in interface <code><a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>a portlet render URL</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - if the cacheability level of the resource URL + triggering this <code>serveResource</code> call + is not <code>PAGE</code> and thus does not allow + for creating render URLs.</dd></dl> +</li> +</ul> +<a name="createResourceURL()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>createResourceURL</h4> +<pre>public <a href="../../../javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</a> createResourceURL() + throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></pre> +<div class="block">The default behavior of this method is to call + <code>createResourceURL()</code> on the wrapped response object.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/MimeResponse.html#createResourceURL()">createResourceURL</a></code> in interface <code><a href="../../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></code></dd> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../javax/portlet/ResourceResponse.html#createResourceURL()">createResourceURL</a></code> in interface <code><a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd>a portlet resource URL</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - if the cacheability level of the resource URL + triggering this <code>serveResource</code> call, + or one of the parent calls, have defined a stricter + cachability level.</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/ResourceResponseWrapper.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/ResourceRequestWrapper.html" title="class in javax.portlet.filter"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/portlet/filter/ResourceResponseWrapper.html" target="_top">Frames</a></li> +<li><a href="ResourceResponseWrapper.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>
Added: portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionFilter.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionFilter.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionFilter.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionFilter.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,117 @@ +<!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:28 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Interface javax.portlet.filter.ActionFilter (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="Uses of Interface javax.portlet.filter.ActionFilter (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><a href="../../../../javax/portlet/filter/ActionFilter.html" title="interface in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/ActionFilter.html" target="_top">Frames</a></li> +<li><a href="ActionFilter.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface javax.portlet.filter.ActionFilter" class="title">Uses of Interface<br>javax.portlet.filter.ActionFilter</h2> +</div> +<div class="classUseContainer">No usage of javax.portlet.filter.ActionFilter</div> +<!-- ======= 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><a href="../../../../javax/portlet/filter/ActionFilter.html" title="interface in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/ActionFilter.html" target="_top">Frames</a></li> +<li><a href="ActionFilter.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> +<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> Added: portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionRequestWrapper.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionRequestWrapper.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionRequestWrapper.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionRequestWrapper.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,117 @@ +<!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:28 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class javax.portlet.filter.ActionRequestWrapper (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="Uses of Class javax.portlet.filter.ActionRequestWrapper (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><a href="../../../../javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/ActionRequestWrapper.html" target="_top">Frames</a></li> +<li><a href="ActionRequestWrapper.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class javax.portlet.filter.ActionRequestWrapper" class="title">Uses of Class<br>javax.portlet.filter.ActionRequestWrapper</h2> +</div> +<div class="classUseContainer">No usage of javax.portlet.filter.ActionRequestWrapper</div> +<!-- ======= 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><a href="../../../../javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/ActionRequestWrapper.html" target="_top">Frames</a></li> +<li><a href="ActionRequestWrapper.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> +<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> Added: portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionResponseWrapper.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionResponseWrapper.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionResponseWrapper.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/ActionResponseWrapper.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,117 @@ +<!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:28 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class javax.portlet.filter.ActionResponseWrapper (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="Uses of Class javax.portlet.filter.ActionResponseWrapper (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><a href="../../../../javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/ActionResponseWrapper.html" target="_top">Frames</a></li> +<li><a href="ActionResponseWrapper.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class javax.portlet.filter.ActionResponseWrapper" class="title">Uses of Class<br>javax.portlet.filter.ActionResponseWrapper</h2> +</div> +<div class="classUseContainer">No usage of javax.portlet.filter.ActionResponseWrapper</div> +<!-- ======= 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><a href="../../../../javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/ActionResponseWrapper.html" target="_top">Frames</a></li> +<li><a href="ActionResponseWrapper.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> +<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> Added: portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventFilter.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventFilter.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventFilter.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventFilter.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,117 @@ +<!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:28 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Interface javax.portlet.filter.EventFilter (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="Uses of Interface javax.portlet.filter.EventFilter (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><a href="../../../../javax/portlet/filter/EventFilter.html" title="interface in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/EventFilter.html" target="_top">Frames</a></li> +<li><a href="EventFilter.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface javax.portlet.filter.EventFilter" class="title">Uses of Interface<br>javax.portlet.filter.EventFilter</h2> +</div> +<div class="classUseContainer">No usage of javax.portlet.filter.EventFilter</div> +<!-- ======= 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><a href="../../../../javax/portlet/filter/EventFilter.html" title="interface in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/EventFilter.html" target="_top">Frames</a></li> +<li><a href="EventFilter.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> +<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> Added: portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventRequestWrapper.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventRequestWrapper.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventRequestWrapper.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventRequestWrapper.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,117 @@ +<!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:28 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class javax.portlet.filter.EventRequestWrapper (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="Uses of Class javax.portlet.filter.EventRequestWrapper (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><a href="../../../../javax/portlet/filter/EventRequestWrapper.html" title="class in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/EventRequestWrapper.html" target="_top">Frames</a></li> +<li><a href="EventRequestWrapper.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class javax.portlet.filter.EventRequestWrapper" class="title">Uses of Class<br>javax.portlet.filter.EventRequestWrapper</h2> +</div> +<div class="classUseContainer">No usage of javax.portlet.filter.EventRequestWrapper</div> +<!-- ======= 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><a href="../../../../javax/portlet/filter/EventRequestWrapper.html" title="class in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/EventRequestWrapper.html" target="_top">Frames</a></li> +<li><a href="EventRequestWrapper.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> +<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> Added: portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventResponseWrapper.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventResponseWrapper.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventResponseWrapper.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/class-use/EventResponseWrapper.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,117 @@ +<!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:28 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class javax.portlet.filter.EventResponseWrapper (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="Uses of Class javax.portlet.filter.EventResponseWrapper (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><a href="../../../../javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/EventResponseWrapper.html" target="_top">Frames</a></li> +<li><a href="EventResponseWrapper.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> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class javax.portlet.filter.EventResponseWrapper" class="title">Uses of Class<br>javax.portlet.filter.EventResponseWrapper</h2> +</div> +<div class="classUseContainer">No usage of javax.portlet.filter.EventResponseWrapper</div> +<!-- ======= 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><a href="../../../../javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">Class</a></li> +<li class="navBarCell1Rev">Use</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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/portlet/filter/class-use/EventResponseWrapper.html" target="_top">Frames</a></li> +<li><a href="EventResponseWrapper.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> +<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>
