http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ba3a0fac/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientComposite.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientComposite.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientComposite.html new file mode 100644 index 0000000..36fb53b --- /dev/null +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientComposite.html @@ -0,0 +1,184 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="fr"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>TransientComposite (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="TransientComposite (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +</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="../../../../../org/apache/polygene/api/composite/TransientBuilderFactory.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/composite/TransientDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/composite/TransientComposite.html" target="_top">Frames</a></li> +<li><a href="TransientComposite.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.polygene.api.composite</div> +<h2 title="Interface TransientComposite" class="title">Interface TransientComposite</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Superinterfaces:</dt> +<dd><a href="../../../../../org/apache/polygene/api/composite/Composite.html" title="interface in org.apache.polygene.api.composite">Composite</a></dd> +</dl> +<dl> +<dt>All Known Subinterfaces:</dt> +<dd><a href="../../../../../org/apache/polygene/library/alarm/AlarmProxy.html" title="interface in org.apache.polygene.library.alarm">AlarmProxy</a>, <a href="../../../../../org/apache/polygene/test/mock/MockComposite.html" title="interface in org.apache.polygene.test.mock">MockComposite</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">TransientComposite</span> +extends <a href="../../../../../org/apache/polygene/api/composite/Composite.html" title="interface in org.apache.polygene.api.composite">Composite</a></pre> +<div class="block">Transient Composite Type. + + TransientComposites have the following criteria; + <ul> + <li>Does not persist its state, and is not serializable</li> + <li>Can not be referenced from Properties, Associations, ValueComposites nor Entities</li> + <li>Can reference all types</li> + <li>No lifecycle</li> + <li>equals/hashCode is delegated to a single Mixin implementing the methods, like any other method</li> + </ul></div> +</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="../../../../../org/apache/polygene/api/composite/TransientBuilderFactory.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/composite/TransientDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/composite/TransientComposite.html" target="_top">Frames</a></li> +<li><a href="TransientComposite.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ba3a0fac/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientDescriptor.html new file mode 100644 index 0000000..ffa3985 --- /dev/null +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientDescriptor.html @@ -0,0 +1,220 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="fr"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>TransientDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="TransientDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +</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="../../../../../org/apache/polygene/api/composite/TransientComposite.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/composite/TransientDescriptor.html" target="_top">Frames</a></li> +<li><a href="TransientDescriptor.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.polygene.api.composite</div> +<h2 title="Interface TransientDescriptor" class="title">Interface TransientDescriptor</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Superinterfaces:</dt> +<dd><a href="../../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">CompositeDescriptor</a>, <a href="../../../../../org/apache/polygene/api/type/HasTypes.html" title="interface in org.apache.polygene.api.type">HasTypes</a>, <a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a>, <a href="../../../../../org/apache/polygene/api/composite/ModelDescriptor.html" title="interface in org.apache.polygene.api.composite">ModelDescriptor</a>, <a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulCompositeDescriptor</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">TransientDescriptor</span> +extends <a href="../../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">CompositeDescriptor</a>, <a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulCompositeDescriptor</a></pre> +<div class="block">TransientComposite Descriptor.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.api.composite.CompositeDescriptor"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">CompositeDescriptor</a></h3> +<code><a href="../../../../../org/apache/polygene/api/composite/CompositeDescriptor.html#mixinTypes--">mixinTypes</a>, <a href="../../../../../org/apache/polygene/api/composite/CompositeDescriptor.html#primaryType--">primaryType</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.api.composite.ModelDescriptor"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/ModelDescriptor.html" title="interface in org.apache.polygene.api.composite">ModelDescriptor</a></h3> +<code><a href="../../../../../org/apache/polygene/api/composite/ModelDescriptor.html#isAssignableTo-java.lang.Class-">isAssignableTo</a>, <a href="../../../../../org/apache/polygene/api/composite/ModelDescriptor.html#module--">module</a>, <a href="../../../../../org/apache/polygene/api/composite/ModelDescriptor.html#visibility--">visibility</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.api.type.HasTypes"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.polygene.api.type.<a href="../../../../../org/apache/polygene/api/type/HasTypes.html" title="interface in org.apache.polygene.api.type">HasTypes</a></h3> +<code><a href="../../../../../org/apache/polygene/api/type/HasTypes.html#hasType-java.lang.reflect.Type-">hasType</a>, <a href="../../../../../org/apache/polygene/api/type/HasTypes.html#types--">types</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.api.structure.MetaInfoHolder"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.polygene.api.structure.<a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a></h3> +<code><a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html#metaInfo-java.lang.Class-">metaInfo</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.api.composite.StatefulCompositeDescriptor"> +<!-- --> +</a> +<h3>Methods inherited from interface org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulCompositeDescriptor</a></h3> +<code><a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html#state--">state</a></code></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="../../../../../org/apache/polygene/api/composite/TransientComposite.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/composite/TransientDescriptor.html" target="_top">Frames</a></li> +<li><a href="TransientDescriptor.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ba3a0fac/content/java/develop/javadocs/org/apache/polygene/api/composite/package-frame.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/package-frame.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/package-frame.html new file mode 100644 index 0000000..c398ebe --- /dev/null +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/package-frame.html @@ -0,0 +1,51 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="fr"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.polygene.api.composite (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<h1 class="bar"><a href="../../../../../org/apache/polygene/api/composite/package-summary.html" target="classFrame">org.apache.polygene.api.composite</a></h1> +<div class="indexContainer"> +<h2 title="Interfaces">Interfaces</h2> +<ul title="Interfaces"> +<li><a href="Composite.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">Composite</span></a></li> +<li><a href="CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">CompositeDescriptor</span></a></li> +<li><a href="CompositeInstance.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">CompositeInstance</span></a></li> +<li><a href="CompositeInvoker.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">CompositeInvoker</span></a></li> +<li><a href="ConstructorDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">ConstructorDescriptor</span></a></li> +<li><a href="DependencyDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">DependencyDescriptor</span></a></li> +<li><a href="InjectedFieldDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">InjectedFieldDescriptor</span></a></li> +<li><a href="InjectedMethodDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">InjectedMethodDescriptor</span></a></li> +<li><a href="InjectedParametersDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">InjectedParametersDescriptor</span></a></li> +<li><a href="MethodDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">MethodDescriptor</span></a></li> +<li><a href="ModelDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">ModelDescriptor</span></a></li> +<li><a href="StateDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">StateDescriptor</span></a></li> +<li><a href="StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">StatefulCompositeDescriptor</span></a></li> +<li><a href="TransientBuilder.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">TransientBuilder</span></a></li> +<li><a href="TransientBuilderFactory.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">TransientBuilderFactory</span></a></li> +<li><a href="TransientComposite.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">TransientComposite</span></a></li> +<li><a href="TransientDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">TransientDescriptor</span></a></li> +</ul> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="CompositeContext.html" title="class in org.apache.polygene.api.composite" target="classFrame">CompositeContext</a></li> +<li><a href="DecoratorMixin.html" title="class in org.apache.polygene.api.composite" target="classFrame">DecoratorMixin</a></li> +<li><a href="PropertyMapper.html" title="class in org.apache.polygene.api.composite" target="classFrame">PropertyMapper</a></li> +</ul> +<h2 title="Exceptions">Exceptions</h2> +<ul title="Exceptions"> +<li><a href="AmbiguousTypeException.html" title="class in org.apache.polygene.api.composite" target="classFrame">AmbiguousTypeException</a></li> +<li><a href="InvalidCompositeException.html" title="class in org.apache.polygene.api.composite" target="classFrame">InvalidCompositeException</a></li> +<li><a href="InvalidValueCompositeException.html" title="class in org.apache.polygene.api.composite" target="classFrame">InvalidValueCompositeException</a></li> +<li><a href="MissingMethodException.html" title="class in org.apache.polygene.api.composite" target="classFrame">MissingMethodException</a></li> +<li><a href="NoSuchCompositeException.html" title="class in org.apache.polygene.api.composite" target="classFrame">NoSuchCompositeException</a></li> +<li><a href="NoSuchTransientException.html" title="class in org.apache.polygene.api.composite" target="classFrame">NoSuchTransientException</a></li> +</ul> +</div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ba3a0fac/content/java/develop/javadocs/org/apache/polygene/api/composite/package-summary.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/package-summary.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/package-summary.html new file mode 100644 index 0000000..0b0f5ee --- /dev/null +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/package-summary.html @@ -0,0 +1,325 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="fr"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.polygene.api.composite (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="org.apache.polygene.api.composite (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +</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 class="navBarCell1Rev">Package</li> +<li>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="../../../../../org/apache/polygene/api/common/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../org/apache/polygene/api/concern/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/composite/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 org.apache.polygene.api.composite</h1> +<div class="docSummary"> +<div class="block">Composite API.</div> +</div> +<p>See: <a href="#package.description">Description</a></p> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="typeSummary" 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="../../../../../org/apache/polygene/api/composite/Composite.html" title="interface in org.apache.polygene.api.composite">Composite</a></td> +<td class="colLast"> +<div class="block">Base Composite interface.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">CompositeDescriptor</a></td> +<td class="colLast"> +<div class="block">Composite Descriptor.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/CompositeInstance.html" title="interface in org.apache.polygene.api.composite">CompositeInstance</a></td> +<td class="colLast"> +<div class="block">Composite Instance.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/CompositeInvoker.html" title="interface in org.apache.polygene.api.composite">CompositeInvoker</a></td> +<td class="colLast"> +<div class="block">Composite method invoker.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/ConstructorDescriptor.html" title="interface in org.apache.polygene.api.composite">ConstructorDescriptor</a></td> +<td class="colLast"> +<div class="block">Composite constructor descriptor.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/DependencyDescriptor.html" title="interface in org.apache.polygene.api.composite">DependencyDescriptor</a></td> +<td class="colLast"> +<div class="block">Composite dependency descriptor.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/InjectedFieldDescriptor.html" title="interface in org.apache.polygene.api.composite">InjectedFieldDescriptor</a></td> +<td class="colLast"> +<div class="block">Composite injected field descriptor.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/InjectedMethodDescriptor.html" title="interface in org.apache.polygene.api.composite">InjectedMethodDescriptor</a></td> +<td class="colLast"> +<div class="block">Composite injected method descriptor.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/InjectedParametersDescriptor.html" title="interface in org.apache.polygene.api.composite">InjectedParametersDescriptor</a></td> +<td class="colLast"> +<div class="block">Composite constructors and method injected parameters descriptor.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/MethodDescriptor.html" title="interface in org.apache.polygene.api.composite">MethodDescriptor</a></td> +<td class="colLast"> +<div class="block">Composite Method Descriptor.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/ModelDescriptor.html" title="interface in org.apache.polygene.api.composite">ModelDescriptor</a></td> +<td class="colLast"> +<div class="block">Composite ModelDescriptor.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html" title="interface in org.apache.polygene.api.composite">StateDescriptor</a></td> +<td class="colLast"> +<div class="block">Composite State Descriptor.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulCompositeDescriptor</a></td> +<td class="colLast"> +<div class="block">Stateful Composite Descriptor.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/TransientBuilder.html" title="interface in org.apache.polygene.api.composite">TransientBuilder</a><T></td> +<td class="colLast"> +<div class="block">TransientBuilders are used to instantiate TransientComposites.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/TransientBuilderFactory.html" title="interface in org.apache.polygene.api.composite">TransientBuilderFactory</a></td> +<td class="colLast"> +<div class="block">This factory creates TransientComposites and the TransientBuilders.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/TransientComposite.html" title="interface in org.apache.polygene.api.composite">TransientComposite</a></td> +<td class="colLast"> +<div class="block">Transient Composite Type.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/TransientDescriptor.html" title="interface in org.apache.polygene.api.composite">TransientDescriptor</a></td> +<td class="colLast"> +<div class="block">TransientComposite Descriptor.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="typeSummary" 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="../../../../../org/apache/polygene/api/composite/CompositeContext.html" title="class in org.apache.polygene.api.composite">CompositeContext</a><T extends <a href="../../../../../org/apache/polygene/api/composite/TransientComposite.html" title="interface in org.apache.polygene.api.composite">TransientComposite</a>></td> +<td class="colLast"> +<div class="block">Thread-associated composites.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/DecoratorMixin.html" title="class in org.apache.polygene.api.composite">DecoratorMixin</a></td> +<td class="colLast"> +<div class="block">Generic decorator mixin that allows a Composite to wrap + any other Composite as long as they share an interface.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/PropertyMapper.html" title="class in org.apache.polygene.api.composite">PropertyMapper</a></td> +<td class="colLast"> +<div class="block">Transfer java.util.Properties to Composite properties</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="typeSummary" 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="../../../../../org/apache/polygene/api/composite/AmbiguousTypeException.html" title="class in org.apache.polygene.api.composite">AmbiguousTypeException</a></td> +<td class="colLast"> +<div class="block">This Exception is thrown when more than one Composite implements a MixinType + that one tries to use to create a Composite instance from.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/InvalidCompositeException.html" title="class in org.apache.polygene.api.composite">InvalidCompositeException</a></td> +<td class="colLast"> +<div class="block">This exception is thrown if a Composite is invalid.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/InvalidValueCompositeException.html" title="class in org.apache.polygene.api.composite">InvalidValueCompositeException</a></td> +<td class="colLast"> +<div class="block">This exception is thrown if a ValueComposite is invalid.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/MissingMethodException.html" title="class in org.apache.polygene.api.composite">MissingMethodException</a></td> +<td class="colLast"> +<div class="block">This exception is thrown if client code tries to invoke a non-existing Composite method.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/NoSuchCompositeException.html" title="class in org.apache.polygene.api.composite">NoSuchCompositeException</a></td> +<td class="colLast"> +<div class="block">This exception is thrown if client code tries to create a non-existing Composite type.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/NoSuchTransientException.html" title="class in org.apache.polygene.api.composite">NoSuchTransientException</a></td> +<td class="colLast"> +<div class="block">This exception is thrown if client code tries to create a non-existing TransientComposite type.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +<a name="package.description"> +<!-- --> +</a> +<h2 title="Package org.apache.polygene.api.composite Description">Package org.apache.polygene.api.composite Description</h2> +<div class="block"><h2>Composite API.</h2></div> +</div> +<!-- ======= 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 class="navBarCell1Rev">Package</li> +<li>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="../../../../../org/apache/polygene/api/common/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../org/apache/polygene/api/concern/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/composite/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 ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ba3a0fac/content/java/develop/javadocs/org/apache/polygene/api/composite/package-tree.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/package-tree.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/package-tree.html new file mode 100644 index 0000000..a0e3ad7 --- /dev/null +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/package-tree.html @@ -0,0 +1,226 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="fr"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.polygene.api.composite Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="org.apache.polygene.api.composite Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +</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</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="../../../../../org/apache/polygene/api/common/package-tree.html">Prev</a></li> +<li><a href="../../../../../org/apache/polygene/api/concern/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/composite/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 org.apache.polygene.api.composite</h1> +<span class="packageHierarchyLabel">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/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/DecoratorMixin.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">DecoratorMixin</span></a> (implements java.lang.reflect.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a>)</li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/PropertyMapper.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">PropertyMapper</span></a></li> +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/ThreadLocal.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">ThreadLocal</span></a><T> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeContext.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">CompositeContext</span></a><T></li> +</ul> +</li> +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Throwable</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/8/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/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Exception</span></a> +<ul> +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">RuntimeException</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/AmbiguousTypeException.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">AmbiguousTypeException</span></a></li> +<li type="circle">org.apache.polygene.api.common.<a href="../../../../../org/apache/polygene/api/common/InvalidApplicationException.html" title="class in org.apache.polygene.api.common"><span class="typeNameLink">InvalidApplicationException</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/NoSuchCompositeException.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">NoSuchCompositeException</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/NoSuchTransientException.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">NoSuchTransientException</span></a></li> +</ul> +</li> +</ul> +</li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/InvalidCompositeException.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">InvalidCompositeException</span></a></li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/InvalidValueCompositeException.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">InvalidValueCompositeException</span></a></li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/MissingMethodException.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">MissingMethodException</span></a></li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<h2 title="Interface Hierarchy">Interface Hierarchy</h2> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/Composite.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Composite</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/TransientComposite.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">TransientComposite</span></a></li> +</ul> +</li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeInvoker.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">CompositeInvoker</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeInstance.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">CompositeInstance</span></a> (also extends org.apache.polygene.api.type.<a href="../../../../../org/apache/polygene/api/type/HasTypes.html" title="interface in org.apache.polygene.api.type">HasTypes</a>, java.lang.reflect.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a>, org.apache.polygene.api.structure.<a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a>)</li> +</ul> +</li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/ConstructorDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">ConstructorDescriptor</span></a></li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/DependencyDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">DependencyDescriptor</span></a></li> +<li type="circle">org.apache.polygene.api.type.<a href="../../../../../org/apache/polygene/api/type/HasTypes.html" title="interface in org.apache.polygene.api.type"><span class="typeNameLink">HasTypes</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeInstance.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">CompositeInstance</span></a> (also extends org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeInvoker.html" title="interface in org.apache.polygene.api.composite">CompositeInvoker</a>, java.lang.reflect.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a>, org.apache.polygene.api.structure.<a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a>)</li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/ModelDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">ModelDescriptor</span></a> (also extends org.apache.polygene.api.structure.<a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a>) +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">CompositeDescriptor</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/TransientDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">TransientDescriptor</span></a> (also extends org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulCompositeDescriptor</a>)</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/InjectedFieldDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">InjectedFieldDescriptor</span></a></li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/InjectedMethodDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">InjectedMethodDescriptor</span></a></li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/InjectedParametersDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">InjectedParametersDescriptor</span></a></li> +<li type="circle">java.lang.reflect.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect"><span class="typeNameLink">InvocationHandler</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeInstance.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">CompositeInstance</span></a> (also extends org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeInvoker.html" title="interface in org.apache.polygene.api.composite">CompositeInvoker</a>, org.apache.polygene.api.type.<a href="../../../../../org/apache/polygene/api/type/HasTypes.html" title="interface in org.apache.polygene.api.type">HasTypes</a>, org.apache.polygene.api.structure.<a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure">MetaInfoHolder</a>)</li> +</ul> +</li> +<li type="circle">org.apache.polygene.api.structure.<a href="../../../../../org/apache/polygene/api/structure/MetaInfoHolder.html" title="interface in org.apache.polygene.api.structure"><span class="typeNameLink">MetaInfoHolder</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeInstance.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">CompositeInstance</span></a> (also extends org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeInvoker.html" title="interface in org.apache.polygene.api.composite">CompositeInvoker</a>, org.apache.polygene.api.type.<a href="../../../../../org/apache/polygene/api/type/HasTypes.html" title="interface in org.apache.polygene.api.type">HasTypes</a>, java.lang.reflect.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a>)</li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/ModelDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">ModelDescriptor</span></a> (also extends org.apache.polygene.api.type.<a href="../../../../../org/apache/polygene/api/type/HasTypes.html" title="interface in org.apache.polygene.api.type">HasTypes</a>) +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">CompositeDescriptor</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/TransientDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">TransientDescriptor</span></a> (also extends org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulCompositeDescriptor</a>)</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/MethodDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">MethodDescriptor</span></a></li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">StateDescriptor</span></a></li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">StatefulCompositeDescriptor</span></a> +<ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/TransientDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">TransientDescriptor</span></a> (also extends org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">CompositeDescriptor</a>)</li> +</ul> +</li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/TransientBuilder.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">TransientBuilder</span></a><T></li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/TransientBuilderFactory.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">TransientBuilderFactory</span></a></li> +</ul> +</div> +<!-- ======= 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</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="../../../../../org/apache/polygene/api/common/package-tree.html">Prev</a></li> +<li><a href="../../../../../org/apache/polygene/api/concern/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/composite/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 ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ba3a0fac/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernDescriptor.html new file mode 100644 index 0000000..d317c26 --- /dev/null +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernDescriptor.html @@ -0,0 +1,220 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="fr"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>ConcernDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ConcernDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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>Prev Class</li> +<li><a href="../../../../../org/apache/polygene/api/concern/ConcernOf.html" title="class in org.apache.polygene.api.concern"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/concern/ConcernDescriptor.html" target="_top">Frames</a></li> +<li><a href="ConcernDescriptor.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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">org.apache.polygene.api.concern</div> +<h2 title="Interface ConcernDescriptor" class="title">Interface ConcernDescriptor</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">ConcernDescriptor</span></pre> +<div class="block">Concern descriptor.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== 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"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </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><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/concern/ConcernDescriptor.html#modifierClass--">modifierClass</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="modifierClass--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>modifierClass</h4> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a> modifierClass()</pre> +</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>Prev Class</li> +<li><a href="../../../../../org/apache/polygene/api/concern/ConcernOf.html" title="class in org.apache.polygene.api.concern"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/concern/ConcernDescriptor.html" target="_top">Frames</a></li> +<li><a href="ConcernDescriptor.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/ba3a0fac/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernOf.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernOf.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernOf.html new file mode 100644 index 0000000..daef6e7 --- /dev/null +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernOf.html @@ -0,0 +1,291 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="fr"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>ConcernOf (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ConcernOf (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +</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="../../../../../org/apache/polygene/api/concern/ConcernDescriptor.html" title="interface in org.apache.polygene.api.concern"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/concern/Concerns.html" title="annotation in org.apache.polygene.api.concern"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/concern/ConcernOf.html" target="_top">Frames</a></li> +<li><a href="ConcernOf.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.polygene.api.concern</div> +<h2 title="Class ConcernOf" class="title">Class ConcernOf<T></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.polygene.api.concern.ConcernOf<T></li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../../../org/apache/polygene/library/logging/trace/AbstractTraceConcern.html" title="class in org.apache.polygene.library.logging.trace">AbstractTraceConcern</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/ConcurrentModificationCheckConcern.html" title="class in org.apache.polygene.spi.entitystore">ConcurrentModificationCheckConcern</a>, <a href="../../../../../org/apache/polygene/api/concern/GenericConcern.html" title="class in org.apache.polygene.api.concern">GenericConcern</a>, <a href="../../../../../org/apache/polygene/test/mock/MockPlayerConcern.html" title="class in org.apache.polygene.test.mock">MockPlayerConcern</a>, <a href="../../../../../org/apache/polygene/library/locking/ReadLockConcern.html" title="class in org.apache.polygene.library.locking">ReadLockConcern</a>, <a href="../../../../../org/apache/polygene/library/invocationcache/ReturnCachedValueConcern.html" title="class in org.apache.polygene.library.invocationcache">ReturnCache dValueConcern</a>, <a href="../../../../../org/apache/polygene/library/invocationcache/ReturnCachedValueOnExceptionConcern.html" title="class in org.apache.polygene.library.invocationcache">ReturnCachedValueOnExceptionConcern</a>, <a href="../../../../../org/apache/polygene/library/shiro/concerns/SecurityConcern.html" title="class in org.apache.polygene.library.shiro.concerns">SecurityConcern</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/StateChangeNotificationConcern.html" title="class in org.apache.polygene.spi.entitystore">StateChangeNotificationConcern</a>, <a href="../../../../../org/apache/polygene/library/metrics/TimingCaptureAllConcern.html" title="class in org.apache.polygene.library.metrics">TimingCaptureAllConcern</a>, <a href="../../../../../org/apache/polygene/library/locking/WriteLockConcern.html" title="class in org.apache.polygene.library.locking">WriteLockConcern</a></dd> +</dl> +<hr> +<br> +<pre>public abstract class <span class="typeNameLabel">ConcernOf<T></span> +extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> +<div class="block">Base class for Concerns. It introduces a typed "next" pointer + that Concerns can use to invoke the next Concern (or mixin) in + the chain. + <p> + Generic Concerns should subclass <a href="../../../../../org/apache/polygene/api/concern/GenericConcern.html" title="class in org.apache.polygene.api.concern"><code>GenericConcern</code></a> instead. + </p> + <p> + Concerns implementations must be thread-safe in their implementation, + as multiple threads may share instances. + </p></div> +</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> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../../org/apache/polygene/api/concern/ConcernOf.html" title="type parameter in ConcernOf">T</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/concern/ConcernOf.html#next">next</a></span></code> +<div class="block">The "next" pointer.</div> +</td> +</tr> +</table> +</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"> </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="../../../../../org/apache/polygene/api/concern/ConcernOf.html#ConcernOf--">ConcernOf</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="next"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>next</h4> +<pre><a href="../../../../../org/apache/polygene/api/concern/internal/ConcernFor.html" title="annotation in org.apache.polygene.api.concern.internal">@ConcernFor</a> +protected final <a href="../../../../../org/apache/polygene/api/concern/ConcernOf.html" title="type parameter in ConcernOf">T</a> next</pre> +<div class="block">The "next" pointer. This points to + the next concern in the chain or the mixin + to be invoked.</div> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ConcernOf--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ConcernOf</h4> +<pre>public ConcernOf()</pre> +</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="../../../../../org/apache/polygene/api/concern/ConcernDescriptor.html" title="interface in org.apache.polygene.api.concern"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/concern/Concerns.html" title="annotation in org.apache.polygene.api.concern"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/concern/ConcernOf.html" target="_top">Frames</a></li> +<li><a href="ConcernOf.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html>
