Added: portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/package-summary.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/package-summary.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/package-summary.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/package-summary.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,284 @@ +<!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>javax.portlet.filter (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="javax.portlet.filter (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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.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/package-summary.html">Prev Package</a></li> +<li>Next Package</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/portlet/filter/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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"> +<h1 title="Package" class="title">Package javax.portlet.filter</h1> +<div class="docSummary"> +<div class="block">The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification.</div> +</div> +<p>See: <a href="#package_description">Description</a></p> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> +<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Interface</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/ActionFilter.html" title="interface in javax.portlet.filter">ActionFilter</a></td> +<td class="colLast"> +<div class="block">The <code>ActionFilter</code> is an object that performs filtering + tasks on either the action request to a portlet, or on the action response from + a portlet, or both.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/EventFilter.html" title="interface in javax.portlet.filter">EventFilter</a></td> +<td class="colLast"> +<div class="block">The <code>EventFilter</code> is an object that performs filtering + tasks on either the event request to a portlet, or on the event response from + a portlet, or both.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/FilterChain.html" title="interface in javax.portlet.filter">FilterChain</a></td> +<td class="colLast"> +<div class="block">A <code>FilterChain</code> is an object provided by the portlet container + to the developer giving a view into the invocation chain of a + filtered request for a portlet.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/FilterConfig.html" title="interface in javax.portlet.filter">FilterConfig</a></td> +<td class="colLast"> +<div class="block">A filter configuration object used by a portlet container + to pass information to a filter during initialization.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/PortletFilter.html" title="interface in javax.portlet.filter">PortletFilter</a></td> +<td class="colLast"> +<div class="block">The <code>PortletFilter</code> is the base interface for all portlet filters.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/RenderFilter.html" title="interface in javax.portlet.filter">RenderFilter</a></td> +<td class="colLast"> +<div class="block">The <code>RenderFilter</code> is an object that performs filtering + tasks on either the render request to a portlet, or on the render response from + a portlet, or both.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/ResourceFilter.html" title="interface in javax.portlet.filter">ResourceFilter</a></td> +<td class="colLast"> +<div class="block">The <code>ResourceFilter</code> is an object that performs filtering + tasks on either the resource request to a portlet, or on the resource response from + a portlet, or both.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> +<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter">ActionRequestWrapper</a></td> +<td class="colLast"> +<div class="block">The <code>ActionRequestWrapper</code> provides a convenient + implementation of the <code>ActionRequest</code> interface + that can be subclassed by developers wishing to adapt the request.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter">ActionResponseWrapper</a></td> +<td class="colLast"> +<div class="block">The <code>ActionResponseWrapper</code> provides a convenient + implementation of the <code>ActionResponse</code> interface + that can be subclassed by developers wishing to adapt the response.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/EventRequestWrapper.html" title="class in javax.portlet.filter">EventRequestWrapper</a></td> +<td class="colLast"> +<div class="block">The <code>EventRequestWrapper</code> provides a convenient + implementation of the <code>EventRequest</code> interface + that can be subclassed by developers wishing to adapt the request.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter">EventResponseWrapper</a></td> +<td class="colLast"> +<div class="block">The <code>EventResponseWrapper</code> provides a convenient + implementation of the <code>EventResponse</code> interface + that can be subclassed by developers wishing to adapt the response.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter">PortletRequestWrapper</a></td> +<td class="colLast"> +<div class="block">The <code>PortletRequestWrapper</code> provides a convenient + implementation of the <code>PortletRequest</code> interface + and is extended by other request wrappers.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter">PortletResponseWrapper</a></td> +<td class="colLast"> +<div class="block">The <code>PortletResponseWrapper</code> provides a convenient + implementation of the <code>PortletResponse</code> interface + and is extended by other response wrappers.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/RenderRequestWrapper.html" title="class in javax.portlet.filter">RenderRequestWrapper</a></td> +<td class="colLast"> +<div class="block">The <code>RenderRequestWrapper</code> provides a convenient + implementation of the <code>RenderRequest</code> interface + that can be subclassed by developers wishing to adapt the request.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter">RenderResponseWrapper</a></td> +<td class="colLast"> +<div class="block">The <code>RenderResponseWrapper</code> provides a convenient + implementation of the <code>RenderResponse</code> interface + that can be subclassed by developers wishing to adapt the response.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter">ResourceRequestWrapper</a></td> +<td class="colLast"> +<div class="block">The <code>ResourceRequestWrapper</code> provides a convenient + implementation of the <code>ResourceRequest</code> interface + that can be subclassed by developers wishing to adapt the request.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter">ResourceResponseWrapper</a></td> +<td class="colLast"> +<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.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +<a name="package_description"> +<!-- --> +</a> +<h2 title="Package javax.portlet.filter Description">Package javax.portlet.filter Description</h2> +<div class="block">The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification.</div> +</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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.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/package-summary.html">Prev Package</a></li> +<li>Next Package</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/portlet/filter/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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/package-tree.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/package-tree.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/package-tree.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/package-tree.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,158 @@ +<!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>javax.portlet.filter Class Hierarchy (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="javax.portlet.filter Class Hierarchy (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</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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/package-tree.html">Prev</a></li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/portlet/filter/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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"> +<h1 class="title">Hierarchy For Package javax.portlet.filter</h1> +<span class="strong">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../../overview-tree.html">All Packages</a></li> +</ul> +</div> +<div class="contentContainer"> +<h2 title="Class Hierarchy">Class Hierarchy</h2> +<ul> +<li type="circle">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"><span class="strong">Object</span></a> +<ul> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/PortletRequestWrapper.html" title="class in javax.portlet.filter"><span class="strong">PortletRequestWrapper</span></a> (implements javax.portlet.<a href="../../../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</a>) +<ul> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/ActionRequestWrapper.html" title="class in javax.portlet.filter"><span class="strong">ActionRequestWrapper</span></a> (implements javax.portlet.<a href="../../../javax/portlet/ActionRequest.html" title="interface in javax.portlet">ActionRequest</a>)</li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/EventRequestWrapper.html" title="class in javax.portlet.filter"><span class="strong">EventRequestWrapper</span></a> (implements javax.portlet.<a href="../../../javax/portlet/EventRequest.html" title="interface in javax.portlet">EventRequest</a>)</li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/RenderRequestWrapper.html" title="class in javax.portlet.filter"><span class="strong">RenderRequestWrapper</span></a> (implements javax.portlet.<a href="../../../javax/portlet/RenderRequest.html" title="interface in javax.portlet">RenderRequest</a>)</li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/ResourceRequestWrapper.html" title="class in javax.portlet.filter"><span class="strong">ResourceRequestWrapper</span></a> (implements javax.portlet.<a href="../../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a>)</li> +</ul> +</li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/PortletResponseWrapper.html" title="class in javax.portlet.filter"><span class="strong">PortletResponseWrapper</span></a> (implements javax.portlet.<a href="../../../javax/portlet/PortletResponse.html" title="interface in javax.portlet">PortletResponse</a>) +<ul> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/ActionResponseWrapper.html" title="class in javax.portlet.filter"><span class="strong">ActionResponseWrapper</span></a> (implements javax.portlet.<a href="../../../javax/portlet/ActionResponse.html" title="interface in javax.portlet">ActionResponse</a>)</li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/EventResponseWrapper.html" title="class in javax.portlet.filter"><span class="strong">EventResponseWrapper</span></a> (implements javax.portlet.<a href="../../../javax/portlet/EventResponse.html" title="interface in javax.portlet">EventResponse</a>)</li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/RenderResponseWrapper.html" title="class in javax.portlet.filter"><span class="strong">RenderResponseWrapper</span></a> (implements javax.portlet.<a href="../../../javax/portlet/RenderResponse.html" title="interface in javax.portlet">RenderResponse</a>)</li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/ResourceResponseWrapper.html" title="class in javax.portlet.filter"><span class="strong">ResourceResponseWrapper</span></a> (implements javax.portlet.<a href="../../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a>)</li> +</ul> +</li> +</ul> +</li> +</ul> +<h2 title="Interface Hierarchy">Interface Hierarchy</h2> +<ul> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/FilterChain.html" title="interface in javax.portlet.filter"><span class="strong">FilterChain</span></a></li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/FilterConfig.html" title="interface in javax.portlet.filter"><span class="strong">FilterConfig</span></a></li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/PortletFilter.html" title="interface in javax.portlet.filter"><span class="strong">PortletFilter</span></a> +<ul> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/ActionFilter.html" title="interface in javax.portlet.filter"><span class="strong">ActionFilter</span></a></li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/EventFilter.html" title="interface in javax.portlet.filter"><span class="strong">EventFilter</span></a></li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/RenderFilter.html" title="interface in javax.portlet.filter"><span class="strong">RenderFilter</span></a></li> +<li type="circle">javax.portlet.filter.<a href="../../../javax/portlet/filter/ResourceFilter.html" title="interface in javax.portlet.filter"><span class="strong">ResourceFilter</span></a></li> +</ul> +</li> +</ul> +</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>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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/package-tree.html">Prev</a></li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/portlet/filter/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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/package-use.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/package-use.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/package-use.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/filter/package-use.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,181 @@ +<!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 Package javax.portlet.filter (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 Package javax.portlet.filter (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</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/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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"> +<h1 title="Uses of Package javax.portlet.filter" class="title">Uses of Package<br>javax.portlet.filter</h1> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../javax/portlet/filter/package-summary.html">javax.portlet.filter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#javax.portlet.filter">javax.portlet.filter</a></td> +<td class="colLast"> +<div class="block">The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="javax.portlet.filter"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../javax/portlet/filter/package-summary.html">javax.portlet.filter</a> used by <a href="../../../javax/portlet/filter/package-summary.html">javax.portlet.filter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../javax/portlet/filter/class-use/FilterChain.html#javax.portlet.filter">FilterChain</a> +<div class="block">A <code>FilterChain</code> is an object provided by the portlet container + to the developer giving a view into the invocation chain of a + filtered request for a portlet.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../javax/portlet/filter/class-use/FilterConfig.html#javax.portlet.filter">FilterConfig</a> +<div class="block">A filter configuration object used by a portlet container + to pass information to a filter during initialization.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../javax/portlet/filter/class-use/PortletFilter.html#javax.portlet.filter">PortletFilter</a> +<div class="block">The <code>PortletFilter</code> is the base interface for all portlet filters.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../javax/portlet/filter/class-use/PortletRequestWrapper.html#javax.portlet.filter">PortletRequestWrapper</a> +<div class="block">The <code>PortletRequestWrapper</code> provides a convenient + implementation of the <code>PortletRequest</code> interface + and is extended by other request wrappers.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../javax/portlet/filter/class-use/PortletResponseWrapper.html#javax.portlet.filter">PortletResponseWrapper</a> +<div class="block">The <code>PortletResponseWrapper</code> provides a convenient + implementation of the <code>PortletResponse</code> interface + and is extended by other response wrappers.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</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>Class</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/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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/package-frame.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/package-frame.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/package-frame.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/package-frame.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,75 @@ +<!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>javax.portlet (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> +<h1 class="bar"><a href="../../javax/portlet/package-summary.html" target="classFrame">javax.portlet</a></h1> +<div class="indexContainer"> +<h2 title="Interfaces">Interfaces</h2> +<ul title="Interfaces"> +<li><a href="ActionRequest.html" title="interface in javax.portlet" target="classFrame"><i>ActionRequest</i></a></li> +<li><a href="ActionResponse.html" title="interface in javax.portlet" target="classFrame"><i>ActionResponse</i></a></li> +<li><a href="BaseURL.html" title="interface in javax.portlet" target="classFrame"><i>BaseURL</i></a></li> +<li><a href="CacheControl.html" title="interface in javax.portlet" target="classFrame"><i>CacheControl</i></a></li> +<li><a href="ClientDataRequest.html" title="interface in javax.portlet" target="classFrame"><i>ClientDataRequest</i></a></li> +<li><a href="Event.html" title="interface in javax.portlet" target="classFrame"><i>Event</i></a></li> +<li><a href="EventPortlet.html" title="interface in javax.portlet" target="classFrame"><i>EventPortlet</i></a></li> +<li><a href="EventRequest.html" title="interface in javax.portlet" target="classFrame"><i>EventRequest</i></a></li> +<li><a href="EventResponse.html" title="interface in javax.portlet" target="classFrame"><i>EventResponse</i></a></li> +<li><a href="MimeResponse.html" title="interface in javax.portlet" target="classFrame"><i>MimeResponse</i></a></li> +<li><a href="PortalContext.html" title="interface in javax.portlet" target="classFrame"><i>PortalContext</i></a></li> +<li><a href="Portlet.html" title="interface in javax.portlet" target="classFrame"><i>Portlet</i></a></li> +<li><a href="PortletConfig.html" title="interface in javax.portlet" target="classFrame"><i>PortletConfig</i></a></li> +<li><a href="PortletContext.html" title="interface in javax.portlet" target="classFrame"><i>PortletContext</i></a></li> +<li><a href="PortletPreferences.html" title="interface in javax.portlet" target="classFrame"><i>PortletPreferences</i></a></li> +<li><a href="PortletRequest.html" title="interface in javax.portlet" target="classFrame"><i>PortletRequest</i></a></li> +<li><a href="PortletRequestDispatcher.html" title="interface in javax.portlet" target="classFrame"><i>PortletRequestDispatcher</i></a></li> +<li><a href="PortletResponse.html" title="interface in javax.portlet" target="classFrame"><i>PortletResponse</i></a></li> +<li><a href="PortletSession.html" title="interface in javax.portlet" target="classFrame"><i>PortletSession</i></a></li> +<li><a href="PortletURL.html" title="interface in javax.portlet" target="classFrame"><i>PortletURL</i></a></li> +<li><a href="PortletURLGenerationListener.html" title="interface in javax.portlet" target="classFrame"><i>PortletURLGenerationListener</i></a></li> +<li><a href="PreferencesValidator.html" title="interface in javax.portlet" target="classFrame"><i>PreferencesValidator</i></a></li> +<li><a href="RenderRequest.html" title="interface in javax.portlet" target="classFrame"><i>RenderRequest</i></a></li> +<li><a href="RenderResponse.html" title="interface in javax.portlet" target="classFrame"><i>RenderResponse</i></a></li> +<li><a href="ResourceRequest.html" title="interface in javax.portlet" target="classFrame"><i>ResourceRequest</i></a></li> +<li><a href="ResourceResponse.html" title="interface in javax.portlet" target="classFrame"><i>ResourceResponse</i></a></li> +<li><a href="ResourceServingPortlet.html" title="interface in javax.portlet" target="classFrame"><i>ResourceServingPortlet</i></a></li> +<li><a href="ResourceURL.html" title="interface in javax.portlet" target="classFrame"><i>ResourceURL</i></a></li> +<li><a href="StateAwareResponse.html" title="interface in javax.portlet" target="classFrame"><i>StateAwareResponse</i></a></li> +</ul> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="GenericPortlet.html" title="class in javax.portlet" target="classFrame">GenericPortlet</a></li> +<li><a href="PortletMode.html" title="class in javax.portlet" target="classFrame">PortletMode</a></li> +<li><a href="PortletSessionUtil.html" title="class in javax.portlet" target="classFrame">PortletSessionUtil</a></li> +<li><a href="WindowState.html" title="class in javax.portlet" target="classFrame">WindowState</a></li> +</ul> +<h2 title="Enums">Enums</h2> +<ul title="Enums"> +<li><a href="PortletRequest.P3PUserInfos.html" title="enum in javax.portlet" target="classFrame">PortletRequest.P3PUserInfos</a></li> +</ul> +<h2 title="Exceptions">Exceptions</h2> +<ul title="Exceptions"> +<li><a href="PortletException.html" title="class in javax.portlet" target="classFrame">PortletException</a></li> +<li><a href="PortletModeException.html" title="class in javax.portlet" target="classFrame">PortletModeException</a></li> +<li><a href="PortletSecurityException.html" title="class in javax.portlet" target="classFrame">PortletSecurityException</a></li> +<li><a href="ReadOnlyException.html" title="class in javax.portlet" target="classFrame">ReadOnlyException</a></li> +<li><a href="UnavailableException.html" title="class in javax.portlet" target="classFrame">UnavailableException</a></li> +<li><a href="ValidatorException.html" title="class in javax.portlet" target="classFrame">ValidatorException</a></li> +<li><a href="WindowStateException.html" title="class in javax.portlet" target="classFrame">WindowStateException</a></li> +</ul> +<h2 title="Annotation Types">Annotation Types</h2> +<ul title="Annotation Types"> +<li><a href="ProcessAction.html" title="annotation in javax.portlet" target="classFrame">ProcessAction</a></li> +<li><a href="ProcessEvent.html" title="annotation in javax.portlet" target="classFrame">ProcessEvent</a></li> +<li><a href="RenderMode.html" title="annotation in javax.portlet" target="classFrame">RenderMode</a></li> +</ul> +</div> +</body> +</html> Added: portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/package-summary.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/package-summary.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/package-summary.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/package-summary.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,521 @@ +<!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>javax.portlet (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="javax.portlet (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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.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>Prev Package</li> +<li><a href="../../javax/portlet/filter/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?javax/portlet/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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"> +<h1 title="Package" class="title">Package javax.portlet</h1> +<div class="docSummary"> +<div class="block">The javax.portlet package defines the API for Java Portlet Specification V2.0.</div> +</div> +<p>See: <a href="#package_description">Description</a></p> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> +<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Interface</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/ActionRequest.html" title="interface in javax.portlet">ActionRequest</a></td> +<td class="colLast"> +<div class="block">The <CODE>ActionRequest</CODE> represents the request sent to the portlet + to handle an action.<br> + It extends the ClientDataRequest interface and provides action request + information to portlets.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/ActionResponse.html" title="interface in javax.portlet">ActionResponse</a></td> +<td class="colLast"> +<div class="block">The <CODE>ActionResponse</CODE> interface represents the portlet + response to an action request.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/BaseURL.html" title="interface in javax.portlet">BaseURL</a></td> +<td class="colLast"> +<div class="block">The <CODE>BaseURL</CODE> defines the basic capabilities + of a portlet URL pointing back to the portlet.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/CacheControl.html" title="interface in javax.portlet">CacheControl</a></td> +<td class="colLast"> +<div class="block">The <code>CacheControl</code> interface represents cache settings + for a piece of markup.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/ClientDataRequest.html" title="interface in javax.portlet">ClientDataRequest</a></td> +<td class="colLast"> +<div class="block">The <CODE>ClientDataRequest</CODE> represents the request information + of the HTTP request issued from the client to the portal.<BR> + It extends the PortletRequest interface.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/Event.html" title="interface in javax.portlet">Event</a></td> +<td class="colLast"> +<div class="block">The <code>Event</code> interface represents an event that the portlet has received + in the event processing phase.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/EventPortlet.html" title="interface in javax.portlet">EventPortlet</a></td> +<td class="colLast"> +<div class="block">The <code>EventPortlet</code> interface allows + portlets receiving events.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/EventRequest.html" title="interface in javax.portlet">EventRequest</a></td> +<td class="colLast"> +<div class="block">The <CODE>EventRequest</CODE> represents the request sent to the portlet + to handle an event.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/EventResponse.html" title="interface in javax.portlet">EventResponse</a></td> +<td class="colLast"> +<div class="block">The <CODE>EventResponse</CODE> interface represents the portlet + response to an event request.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/MimeResponse.html" title="interface in javax.portlet">MimeResponse</a></td> +<td class="colLast"> +<div class="block">The <CODE>MimeResponse</CODE> defines the base interface to assist a + portlet in returning MIME content.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/PortalContext.html" title="interface in javax.portlet">PortalContext</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortalContext</CODE> interface gives the portlet + the ability to retrieve information about the portal calling this portlet.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/Portlet.html" title="interface in javax.portlet">Portlet</a></td> +<td class="colLast"> +<div class="block">The <CODE>Portlet</CODE> interface is used by the portlet container to + invoke the portlets.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortletConfig</CODE> interface provides the portlet with + its configuration.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletContext.html" title="interface in javax.portlet">PortletContext</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortletContext</CODE> interface defines a portlet view + of the portlet container.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletPreferences.html" title="interface in javax.portlet">PortletPreferences</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortletPreferences</CODE> interface allows the portlet to store + configuration data.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletRequest.html" title="interface in javax.portlet">PortletRequest</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortletRequest</CODE> defines the base interface to provide client + request information to a portlet.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletRequestDispatcher.html" title="interface in javax.portlet">PortletRequestDispatcher</a></td> +<td class="colLast"> +<div class="block">The <code>PortletRequestDispatcher</code> interface defines an object that + receives requests from the client and sends them to the specified resources + (such as a servlet, HTML file, or JSP file) on the server.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletResponse.html" title="interface in javax.portlet">PortletResponse</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortletResponse</CODE> defines the base interface to assist a + portlet in creating and sending a response to the client.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletSession.html" title="interface in javax.portlet">PortletSession</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortletSession</CODE> interface provides a way to identify a user + across more than one request and to store transient information about that user.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletURL.html" title="interface in javax.portlet">PortletURL</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortletURL</CODE> interface represents a URL + that reference the portlet itself.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletURLGenerationListener.html" title="interface in javax.portlet">PortletURLGenerationListener</a></td> +<td class="colLast"> +<div class="block">Portlet applications can register portlet URL listeners in order to filter URLs + before they get generated.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/PreferencesValidator.html" title="interface in javax.portlet">PreferencesValidator</a></td> +<td class="colLast"> +<div class="block">The <CODE>PreferencesValidator</CODE> allows to validate the set of + preferences of the associated portlet just before they are + stored in the persistent store.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/RenderRequest.html" title="interface in javax.portlet">RenderRequest</a></td> +<td class="colLast"> +<div class="block">The <CODE>RenderRequest</CODE> represents the request sent to the portlet + to handle a render.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/RenderResponse.html" title="interface in javax.portlet">RenderResponse</a></td> +<td class="colLast"> +<div class="block">The <CODE>RenderResponse</CODE> defines an object to assist a portlet in + sending a response to the portal.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet">ResourceRequest</a></td> +<td class="colLast"> +<div class="block">The <code>ResourceRequest</code> interface represents the request + send to the portlet for rendering resources.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet">ResourceResponse</a></td> +<td class="colLast"> +<div class="block">The <CODE>ResourceResponse</CODE> defines an object to assist a portlet + for rendering a resource.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/ResourceServingPortlet.html" title="interface in javax.portlet">ResourceServingPortlet</a></td> +<td class="colLast"> +<div class="block">The <code>ResourceServingPortlet</code> interface allows + serving resources through the portlet.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/ResourceURL.html" title="interface in javax.portlet">ResourceURL</a></td> +<td class="colLast"> +<div class="block">The <CODE>ResourceURL</CODE> defines a resource URL that when clicked will + result in a <code>serveResource</code> call of the + <code>ResourceServingPortlet</code> interface.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/StateAwareResponse.html" title="interface in javax.portlet">StateAwareResponse</a></td> +<td class="colLast"> +<div class="block">The <CODE>StateAwareResponse</CODE> represents a response that can modify + state information or send events.<BR> + It extends the PortletResponse interface.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> +<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/GenericPortlet.html" title="class in javax.portlet">GenericPortlet</a></td> +<td class="colLast"> +<div class="block">The <CODE>GenericPortlet</CODE> class provides a default implementation for + the <CODE>Portlet</CODE> interface.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletMode.html" title="class in javax.portlet">PortletMode</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortletMode</CODE> class represents + the possible modes that a portlet can assume.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletSessionUtil.html" title="class in javax.portlet">PortletSessionUtil</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortletSessionUtil</CODE> class helps identify and decode + attributes in the <CODE>PORTLET_SCOPE</CODE> scope of the PortletSession + when accessed through the HttpSession an from within calls to methods + of the HttpSessionBindingListener interface.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/WindowState.html" title="class in javax.portlet">WindowState</a></td> +<td class="colLast"> +<div class="block">The <CODE>WindowState</CODE> class represents + the possible window states that a portlet window can assume.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> +<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Enum</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletRequest.P3PUserInfos.html" title="enum in javax.portlet">PortletRequest.P3PUserInfos</a></td> +<td class="colLast"> +<div class="block">P3P user information constants.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation"> +<caption><span>Exception Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Exception</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletException.html" title="class in javax.portlet">PortletException</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortletException</CODE> class defines a general exception + that a portlet can throw when it is unable to perform its operation + successfully.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletModeException.html" title="class in javax.portlet">PortletModeException</a></td> +<td class="colLast"> +<div class="block">The <CODE>PortletModeException</CODE> is thrown when a portlet + tries to use or set a portlet mode that is not supported by the current + runtime environment or the portlet.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/PortletSecurityException.html" title="class in javax.portlet">PortletSecurityException</a></td> +<td class="colLast"> +<div class="block">A portlet should throw a <CODE>PortletSecurityException</CODE> + when a call fails because of security reasons.<br> + Additionally it can be thrown by the portal/portlet-container.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/ReadOnlyException.html" title="class in javax.portlet">ReadOnlyException</a></td> +<td class="colLast"> +<div class="block">The <CODE>ReadOnlyException</CODE> is thrown when a portlet tries + to change the value for a read-only preference attribute.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/UnavailableException.html" title="class in javax.portlet">UnavailableException</a></td> +<td class="colLast"> +<div class="block">The portlet should throw the <CODE>UnavailableException</CODE> when + the portlet is either temporarily or permanently unavailable to handle requests.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/ValidatorException.html" title="class in javax.portlet">ValidatorException</a></td> +<td class="colLast"> +<div class="block">The <CODE>ValidatorException</CODE> is thrown by the + <CODE>validate</CODE> method of a PreferencesValidator when + the validation of a preference failed.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/WindowStateException.html" title="class in javax.portlet">WindowStateException</a></td> +<td class="colLast"> +<div class="block">The <CODE>WindowStateException</CODE> is thrown when a portlet + tries to use a window state that is not supported by the current + runtime environment or the portlet.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Annotation Types Summary table, listing annotation types, and an explanation"> +<caption><span>Annotation Types Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Annotation Type</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/ProcessAction.html" title="annotation in javax.portlet">ProcessAction</a></td> +<td class="colLast"> +<div class="block">Annotation for marking a method for processing + a specific action.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../javax/portlet/ProcessEvent.html" title="annotation in javax.portlet">ProcessEvent</a></td> +<td class="colLast"> +<div class="block">Annotation for marking a method for handling + a specific event.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../javax/portlet/RenderMode.html" title="annotation in javax.portlet">RenderMode</a></td> +<td class="colLast"> +<div class="block">Annotation for marking a method for handling + a specific portlet mode in the render phase.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +<a name="package_description"> +<!-- --> +</a> +<h2 title="Package javax.portlet Description">Package javax.portlet Description</h2> +<div class="block">The javax.portlet package defines the API for Java Portlet Specification V2.0. + <p> + A portlet is a Java technology based web component, managed by a portlet container, + that processes requests and generates dynamic content. Portlets provide a presentation + layer to Information Systems. + <p> + Portlets generate fragments of markup (e.g. HTML, XHTML, WML). A portal combines markup + fragments generated by different portlets into a portal page. + <p> + A portlet container manages the lifecyle of portlets. It also provides the required runtime environment. + <p> + Portlets are bundled in Portlet Applications as web applications using the WAR file format. + A portlet application consists of two deployment descriptors: one to specify + the web application resources (web.xml) and one to specify the portlet resources + (portlet.xml). The portlet.xml must follow the schema defined by the + http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd namespace. + <p></div> +</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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.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>Prev Package</li> +<li><a href="../../javax/portlet/filter/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?javax/portlet/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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/package-tree.html URL: http://svn.apache.org/viewvc/portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/package-tree.html?rev=1691468&view=auto ============================================================================== --- portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/package-tree.html (added) +++ portals/site-live/portlet-api/portlet-api-2.1.0/javax/portlet/package-tree.html Fri Jul 17 00:43:22 2015 @@ -0,0 +1,219 @@ +<!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>javax.portlet Class Hierarchy (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="javax.portlet Class Hierarchy (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</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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><a href="../../javax/portlet/filter/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?javax/portlet/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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"> +<h1 class="title">Hierarchy For Package javax.portlet</h1> +<span class="strong">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../overview-tree.html">All Packages</a></li> +</ul> +</div> +<div class="contentContainer"> +<h2 title="Class Hierarchy">Class Hierarchy</h2> +<ul> +<li type="circle">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"><span class="strong">Object</span></a> +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/GenericPortlet.html" title="class in javax.portlet"><span class="strong">GenericPortlet</span></a> (implements javax.portlet.<a href="../../javax/portlet/EventPortlet.html" title="interface in javax.portlet">EventPortlet</a>, javax.portlet.<a href="../../javax/portlet/Portlet.html" title="interface in javax.portlet">Portlet</a>, javax.portlet.<a href="../../javax/portlet/PortletConfig.html" title="interface in javax.portlet">PortletConfig</a>, javax.portlet.<a href="../../javax/portlet/ResourceServingPortlet.html" title="interface in javax.portlet">ResourceServingPortlet</a>)</li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletMode.html" title="class in javax.portlet"><span class="strong">PortletMode</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletSessionUtil.html" title="class in javax.portlet"><span class="strong">PortletSessionUtil</span></a></li> +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Throwable</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) +<ul> +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="strong">Exception</span></a> +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletException.html" title="class in javax.portlet"><span class="strong">PortletException</span></a> +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletModeException.html" title="class in javax.portlet"><span class="strong">PortletModeException</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletSecurityException.html" title="class in javax.portlet"><span class="strong">PortletSecurityException</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/ReadOnlyException.html" title="class in javax.portlet"><span class="strong">ReadOnlyException</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/UnavailableException.html" title="class in javax.portlet"><span class="strong">UnavailableException</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/ValidatorException.html" title="class in javax.portlet"><span class="strong">ValidatorException</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/WindowStateException.html" title="class in javax.portlet"><span class="strong">WindowStateException</span></a></li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/WindowState.html" title="class in javax.portlet"><span class="strong">WindowState</span></a></li> +</ul> +</li> +</ul> +<h2 title="Interface Hierarchy">Interface Hierarchy</h2> +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/BaseURL.html" title="interface in javax.portlet"><span class="strong">BaseURL</span></a> +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletURL.html" title="interface in javax.portlet"><span class="strong">PortletURL</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/ResourceURL.html" title="interface in javax.portlet"><span class="strong">ResourceURL</span></a></li> +</ul> +</li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/CacheControl.html" title="interface in javax.portlet"><span class="strong">CacheControl</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/Event.html" title="interface in javax.portlet"><span class="strong">Event</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/EventPortlet.html" title="interface in javax.portlet"><span class="strong">EventPortlet</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortalContext.html" title="interface in javax.portlet"><span class="strong">PortalContext</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/Portlet.html" title="interface in javax.portlet"><span class="strong">Portlet</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletConfig.html" title="interface in javax.portlet"><span class="strong">PortletConfig</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletContext.html" title="interface in javax.portlet"><span class="strong">PortletContext</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletPreferences.html" title="interface in javax.portlet"><span class="strong">PortletPreferences</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletRequest.html" title="interface in javax.portlet"><span class="strong">PortletRequest</span></a> +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/ClientDataRequest.html" title="interface in javax.portlet"><span class="strong">ClientDataRequest</span></a> +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/ActionRequest.html" title="interface in javax.portlet"><span class="strong">ActionRequest</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/ResourceRequest.html" title="interface in javax.portlet"><span class="strong">ResourceRequest</span></a></li> +</ul> +</li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/EventRequest.html" title="interface in javax.portlet"><span class="strong">EventRequest</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/RenderRequest.html" title="interface in javax.portlet"><span class="strong">RenderRequest</span></a></li> +</ul> +</li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletRequestDispatcher.html" title="interface in javax.portlet"><span class="strong">PortletRequestDispatcher</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletResponse.html" title="interface in javax.portlet"><span class="strong">PortletResponse</span></a> +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/MimeResponse.html" title="interface in javax.portlet"><span class="strong">MimeResponse</span></a> +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/RenderResponse.html" title="interface in javax.portlet"><span class="strong">RenderResponse</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/ResourceResponse.html" title="interface in javax.portlet"><span class="strong">ResourceResponse</span></a></li> +</ul> +</li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/StateAwareResponse.html" title="interface in javax.portlet"><span class="strong">StateAwareResponse</span></a> +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/ActionResponse.html" title="interface in javax.portlet"><span class="strong">ActionResponse</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/EventResponse.html" title="interface in javax.portlet"><span class="strong">EventResponse</span></a></li> +</ul> +</li> +</ul> +</li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletSession.html" title="interface in javax.portlet"><span class="strong">PortletSession</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletURLGenerationListener.html" title="interface in javax.portlet"><span class="strong">PortletURLGenerationListener</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PreferencesValidator.html" title="interface in javax.portlet"><span class="strong">PreferencesValidator</span></a></li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/ResourceServingPortlet.html" title="interface in javax.portlet"><span class="strong">ResourceServingPortlet</span></a></li> +</ul> +<h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2> +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/RenderMode.html" title="annotation in javax.portlet"><span class="strong">RenderMode</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/ProcessEvent.html" title="annotation in javax.portlet"><span class="strong">ProcessEvent</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> +<li type="circle">javax.portlet.<a href="../../javax/portlet/ProcessAction.html" title="annotation in javax.portlet"><span class="strong">ProcessAction</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> +</ul> +<h2 title="Enum Hierarchy">Enum Hierarchy</h2> +<ul> +<li type="circle">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"><span class="strong">Object</span></a> +<ul> +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a><E> (implements java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, java.io.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) +<ul> +<li type="circle">javax.portlet.<a href="../../javax/portlet/PortletRequest.P3PUserInfos.html" title="enum in javax.portlet"><span class="strong">PortletRequest.P3PUserInfos</span></a></li> +</ul> +</li> +</ul> +</li> +</ul> +</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>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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><a href="../../javax/portlet/filter/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?javax/portlet/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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>
