blob: c29d73cacc90e8a3b8b39bd6b48de0a3f0f0d6c1 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>PartialViewContextWrapper</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<link rel="shortcut icon" href="/img/jakarta-favicon.ico">
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PartialViewContextWrapper";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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="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/faces/context/PartialViewContextFactory.html" title="class in javax.faces.context"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../javax/faces/context/RequestCookieMap.html" title="annotation in javax.faces.context"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/faces/context/PartialViewContextWrapper.html" target="_top">Frames</a></li>
<li><a href="PartialViewContextWrapper.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.javax.faces.context.PartialViewContext">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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.faces.context</div>
<h2 title="Class PartialViewContextWrapper" class="title">Class PartialViewContextWrapper</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">javax.faces.context.PartialViewContext</a></li>
<li>
<ul class="inheritance">
<li>javax.faces.context.PartialViewContextWrapper</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/faces/FacesWrapper.html" title="interface in javax.faces">FacesWrapper</a>&lt;<a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a>&gt;</dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">PartialViewContextWrapper</span>
extends <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a>
implements <a href="../../../javax/faces/FacesWrapper.html" title="interface in javax.faces">FacesWrapper</a>&lt;<a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a>&gt;</pre>
<div class="block"><p class="changed_added_2_0"><span class="changed_modified_2_2
changed_modified_2_3">Provides</span>
a simple implementation of <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> that can
be subclassed by developers wishing to provide specialized behavior
to an existing <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> instance. The default
implementation of all methods is to call through to the wrapped
<a href="../../../javax/faces/context/ExternalContext.html" title="class in javax.faces.context"><code>ExternalContext</code></a> instance.</p>
<p class="changed_added_2_3">Usage: extend this class and push the implementation being wrapped to the
constructor and use <a href="../../../javax/faces/context/PartialViewContextWrapper.html#getWrapped--"><code>getWrapped()</code></a> to access the instance being wrapped.</p></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</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.faces.context.PartialViewContext">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;javax.faces.context.<a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></h3>
<code><a href="../../../javax/faces/context/PartialViewContext.html#ALL_PARTIAL_PHASE_CLIENT_IDS">ALL_PARTIAL_PHASE_CLIENT_IDS</a>, <a href="../../../javax/faces/context/PartialViewContext.html#PARTIAL_EVENT_PARAM_NAME">PARTIAL_EVENT_PARAM_NAME</a>, <a href="../../../javax/faces/context/PartialViewContext.html#PARTIAL_EXECUTE_PARAM_NAME">PARTIAL_EXECUTE_PARAM_NAME</a>, <a href="../../../javax/faces/context/PartialViewContext.html#PARTIAL_RENDER_PARAM_NAME">PARTIAL_RENDER_PARAM_NAME</a>, <a href="../../../javax/faces/context/PartialViewContext.html#RESET_VALUES_PARAM_NAME">RESET_VALUES_PARAM_NAME</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#PartialViewContextWrapper--">PartialViewContextWrapper</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Use the other constructor taking the implementation being wrapped.</span></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#PartialViewContextWrapper-javax.faces.context.PartialViewContext-">PartialViewContextWrapper</a></span>(<a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a>&nbsp;wrapped)</code>
<div class="block"><p class="changed_added_2_3">If this partial view context has been decorated,
the implementation doing the decorating should push the implementation being wrapped to this constructor.</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#getEvalScripts--">getEvalScripts</a></span>()</code>
<div class="block"><p class="changed_added_2_3">
The default behavior of this method is to call
<a href="../../../javax/faces/context/PartialViewContext.html#getRenderIds--"><code>PartialViewContext.getRenderIds()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.util.Collection&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#getExecuteIds--">getExecuteIds</a></span>()</code>
<div class="block">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#getExecuteIds--"><code>PartialViewContext.getExecuteIds()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../javax/faces/context/PartialResponseWriter.html" title="class in javax.faces.context">PartialResponseWriter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#getPartialResponseWriter--">getPartialResponseWriter</a></span>()</code>
<div class="block">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#getPartialResponseWriter--"><code>PartialViewContext.getPartialResponseWriter()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.util.Collection&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#getRenderIds--">getRenderIds</a></span>()</code>
<div class="block">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#getRenderIds--"><code>PartialViewContext.getRenderIds()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#getWrapped--">getWrapped</a></span>()</code>
<div class="block"><p class="changed_added_2_0">
A class that implements this interface uses this method to return an instance of the class
being wrapped.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#isAjaxRequest--">isAjaxRequest</a></span>()</code>
<div class="block">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#isAjaxRequest--"><code>PartialViewContext.isAjaxRequest()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#isExecuteAll--">isExecuteAll</a></span>()</code>
<div class="block">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#isExecuteAll--"><code>PartialViewContext.isExecuteAll()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#isPartialRequest--">isPartialRequest</a></span>()</code>
<div class="block">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#isPartialRequest--"><code>PartialViewContext.isPartialRequest()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#isRenderAll--">isRenderAll</a></span>()</code>
<div class="block">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#isRenderAll--"><code>PartialViewContext.isRenderAll()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#isResetValues--">isResetValues</a></span>()</code>
<div class="block">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#isResetValues--"><code>PartialViewContext.isResetValues()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#processPartial-javax.faces.event.PhaseId-">processPartial</a></span>(<a href="../../../javax/faces/event/PhaseId.html" title="class in javax.faces.event">PhaseId</a>&nbsp;phaseId)</code>
<div class="block">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#processPartial-javax.faces.event.PhaseId-"><code>PartialViewContext.processPartial(PhaseId)</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#release--">release</a></span>()</code>
<div class="block">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#release--"><code>PartialViewContext.release()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#setPartialRequest-boolean-">setPartialRequest</a></span>(boolean&nbsp;isPartialRequest)</code>
<div class="block"><p class="changed_added_2_2">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#setPartialRequest-boolean-"><code>PartialViewContext.setPartialRequest(boolean)</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/PartialViewContextWrapper.html#setRenderAll-boolean-">setRenderAll</a></span>(boolean&nbsp;renderAll)</code>
<div class="block">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#setRenderAll-boolean-"><code>PartialViewContext.setRenderAll(boolean)</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</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="PartialViewContextWrapper--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PartialViewContextWrapper</h4>
<pre>@Deprecated
public&nbsp;PartialViewContextWrapper()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Use the other constructor taking the implementation being wrapped.</span></div>
</li>
</ul>
<a name="PartialViewContextWrapper-javax.faces.context.PartialViewContext-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PartialViewContextWrapper</h4>
<pre>public&nbsp;PartialViewContextWrapper(<a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a>&nbsp;wrapped)</pre>
<div class="block"><p class="changed_added_2_3">If this partial view context has been decorated,
the implementation doing the decorating should push the implementation being wrapped to this constructor.
The <a href="../../../javax/faces/context/PartialViewContextWrapper.html#getWrapped--"><code>getWrapped()</code></a> will then return the implementation being wrapped.</p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>wrapped</code> - The implementation being wrapped.</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3</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="getWrapped--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWrapped</h4>
<pre>public&nbsp;<a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a>&nbsp;getWrapped()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../javax/faces/FacesWrapper.html#getWrapped--">FacesWrapper</a></code></span></div>
<div class="block"><p class="changed_added_2_0">
A class that implements this interface uses this method to return an instance of the class
being wrapped.
</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/FacesWrapper.html#getWrapped--">getWrapped</a></code>&nbsp;in interface&nbsp;<code><a href="../../../javax/faces/FacesWrapper.html" title="interface in javax.faces">FacesWrapper</a>&lt;<a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a>&gt;</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the wrapped instance.</dd>
</dl>
</li>
</ul>
<a name="getExecuteIds--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getExecuteIds</h4>
<pre>public&nbsp;java.util.Collection&lt;java.lang.String&gt;&nbsp;getExecuteIds()</pre>
<div class="block"><p>The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#getExecuteIds--"><code>PartialViewContext.getExecuteIds()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#getExecuteIds--">getExecuteIds</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the ids for the execute portion of the lifecycle</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#getExecuteIds--"><code>PartialViewContext.getExecuteIds()</code></a></dd>
</dl>
</li>
</ul>
<a name="getRenderIds--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRenderIds</h4>
<pre>public&nbsp;java.util.Collection&lt;java.lang.String&gt;&nbsp;getRenderIds()</pre>
<div class="block"><p>The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#getRenderIds--"><code>PartialViewContext.getRenderIds()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#getRenderIds--">getRenderIds</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the ids for the render portion of the lifecycle</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#getRenderIds--"><code>PartialViewContext.getRenderIds()</code></a></dd>
</dl>
</li>
</ul>
<a name="getEvalScripts--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEvalScripts</h4>
<pre>public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;getEvalScripts()</pre>
<div class="block"><p class="changed_added_2_3">
The default behavior of this method is to call
<a href="../../../javax/faces/context/PartialViewContext.html#getRenderIds--"><code>PartialViewContext.getRenderIds()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.
</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#getEvalScripts--">getEvalScripts</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A mutable <code>List</code> of scripts to be evaluated in client side on complete of ajax request.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#getEvalScripts--"><code>PartialViewContext.getEvalScripts()</code></a></dd>
</dl>
</li>
</ul>
<a name="getPartialResponseWriter--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPartialResponseWriter</h4>
<pre>public&nbsp;<a href="../../../javax/faces/context/PartialResponseWriter.html" title="class in javax.faces.context">PartialResponseWriter</a>&nbsp;getPartialResponseWriter()</pre>
<div class="block"><p>The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#getPartialResponseWriter--"><code>PartialViewContext.getPartialResponseWriter()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#getPartialResponseWriter--">getPartialResponseWriter</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <code>ResponseWriter</code> for output</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#getPartialResponseWriter--"><code>PartialViewContext.getPartialResponseWriter()</code></a></dd>
</dl>
</li>
</ul>
<a name="setPartialRequest-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPartialRequest</h4>
<pre>public&nbsp;void&nbsp;setPartialRequest(boolean&nbsp;isPartialRequest)</pre>
<div class="block"><p class="changed_added_2_2">The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#setPartialRequest-boolean-"><code>PartialViewContext.setPartialRequest(boolean)</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#setPartialRequest-boolean-">setPartialRequest</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>isPartialRequest</code> - the value <code>true</code> indicates
this is a partial request.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#setPartialRequest-boolean-"><code>PartialViewContext.setPartialRequest(boolean)</code></a></dd>
</dl>
</li>
</ul>
<a name="isAjaxRequest--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAjaxRequest</h4>
<pre>public&nbsp;boolean&nbsp;isAjaxRequest()</pre>
<div class="block"><p>The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#isAjaxRequest--"><code>PartialViewContext.isAjaxRequest()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#isAjaxRequest--">isAjaxRequest</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether or not this is an ajax request</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#isAjaxRequest--"><code>PartialViewContext.isAjaxRequest()</code></a></dd>
</dl>
</li>
</ul>
<a name="isPartialRequest--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPartialRequest</h4>
<pre>public&nbsp;boolean&nbsp;isPartialRequest()</pre>
<div class="block"><p>The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#isPartialRequest--"><code>PartialViewContext.isPartialRequest()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#isPartialRequest--">isPartialRequest</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether or not this request is partial</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#isPartialRequest--"><code>PartialViewContext.isPartialRequest()</code></a></dd>
</dl>
</li>
</ul>
<a name="isExecuteAll--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isExecuteAll</h4>
<pre>public&nbsp;boolean&nbsp;isExecuteAll()</pre>
<div class="block"><p>The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#isExecuteAll--"><code>PartialViewContext.isExecuteAll()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#isExecuteAll--">isExecuteAll</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether or not this is an execute all request</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#isExecuteAll--"><code>PartialViewContext.isExecuteAll()</code></a></dd>
</dl>
</li>
</ul>
<a name="isRenderAll--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isRenderAll</h4>
<pre>public&nbsp;boolean&nbsp;isRenderAll()</pre>
<div class="block"><p>The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#isRenderAll--"><code>PartialViewContext.isRenderAll()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#isRenderAll--">isRenderAll</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether or not this is a render all request</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#isRenderAll--"><code>PartialViewContext.isRenderAll()</code></a></dd>
</dl>
</li>
</ul>
<a name="isResetValues--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isResetValues</h4>
<pre>public&nbsp;boolean&nbsp;isResetValues()</pre>
<div class="block"><p>The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#isResetValues--"><code>PartialViewContext.isResetValues()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#isResetValues--">isResetValues</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether or not this is a reset values request</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#isResetValues--"><code>PartialViewContext.isResetValues()</code></a></dd>
</dl>
</li>
</ul>
<a name="setRenderAll-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRenderAll</h4>
<pre>public&nbsp;void&nbsp;setRenderAll(boolean&nbsp;renderAll)</pre>
<div class="block"><p>The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#setRenderAll-boolean-"><code>PartialViewContext.setRenderAll(boolean)</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#setRenderAll-boolean-">setRenderAll</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>renderAll</code> - the value <code>true</code> indicates
the entire view must be rendered.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#setRenderAll-boolean-"><code>PartialViewContext.setRenderAll(boolean)</code></a></dd>
</dl>
</li>
</ul>
<a name="release--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>release</h4>
<pre>public&nbsp;void&nbsp;release()</pre>
<div class="block"><p>The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#release--"><code>PartialViewContext.release()</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#release--">release</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#release--"><code>PartialViewContext.release()</code></a></dd>
</dl>
</li>
</ul>
<a name="processPartial-javax.faces.event.PhaseId-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>processPartial</h4>
<pre>public&nbsp;void&nbsp;processPartial(<a href="../../../javax/faces/event/PhaseId.html" title="class in javax.faces.event">PhaseId</a>&nbsp;phaseId)</pre>
<div class="block"><p>The default behavior of this method is to
call <a href="../../../javax/faces/context/PartialViewContext.html#processPartial-javax.faces.event.PhaseId-"><code>PartialViewContext.processPartial(PhaseId)</code></a>
on the wrapped <a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context"><code>PartialViewContext</code></a> object.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../javax/faces/context/PartialViewContext.html#processPartial-javax.faces.event.PhaseId-">processPartial</a></code>&nbsp;in class&nbsp;<code><a href="../../../javax/faces/context/PartialViewContext.html" title="class in javax.faces.context">PartialViewContext</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>phaseId</code> - the <a href="../../../javax/faces/event/PhaseId.html" title="class in javax.faces.event"><code>PhaseId</code></a> that indicates
the lifecycle phase the components will be processed in.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javax/faces/context/PartialViewContext.html#processPartial-javax.faces.event.PhaseId-"><code>PartialViewContext.processPartial(PhaseId)</code></a></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>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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="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/faces/context/PartialViewContextFactory.html" title="class in javax.faces.context"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../javax/faces/context/RequestCookieMap.html" title="annotation in javax.faces.context"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/faces/context/PartialViewContextWrapper.html" target="_top">Frames</a></li>
<li><a href="PartialViewContextWrapper.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.javax.faces.context.PartialViewContext">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>