Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[BZ 1515201] Add external-context to EAP7 plugin as a naming binding …
Browse files Browse the repository at this point in the history
…option
  • Loading branch information
Michael Burman authored and spinder committed Nov 14, 2018
1 parent 0b5ddaf commit e92d20d
Showing 1 changed file with 7 additions and 4 deletions.
Expand Up @@ -2174,11 +2174,12 @@
</plugin-configuration>

<resource-configuration>
<c:simple-property name="binding-type" required="true" type="string" readOnly="false" description="The type of binding to create, may be simple, lookup or object-factory">
<c:simple-property name="binding-type" required="true" type="string" readOnly="false" description="The type of binding to create, may be simple, lookup, object-factory or external-context">
<c:property-options>
<c:option value="simple"/>
<c:option value="lookup"/>
<c:option value="object-factory"/>
<c:option value="external-context" />
</c:property-options>
</c:simple-property>
<c:simple-property name="class" required="false" type="string" readOnly="true" description="The object factory class name for object factory bindings"/>
Expand All @@ -2187,7 +2188,7 @@
<c:simple-property name="type" required="false" type="string" readOnly="true" description="The type of the value to bind for simple bindings, this must be a primitive type"/>
<c:simple-property name="value" required="false" type="string" readOnly="true" description="The value to bind for simple bindings"/>
<c:simple-property name="cache" required="false" type="boolean" readOnly="true" defaultValue="false" description="If the external context should be cached"/>
<c:list-property name="environment" readOnly="true" description="A list of The environment to use on object factory instance retrieval." required="false">
<c:list-property name="environment" readOnly="true" description="A list of The environment to use on object factory or external-context instance retrieval." required="false">
<c:map-property name="environment" readOnly="true" displayName="Environment">
<c:simple-property name="name" type="string" displayName="Name" required="true"/>
<c:simple-property name="value" type="string" displayName="Value" required="true"/>
Expand Down Expand Up @@ -6721,11 +6722,12 @@
</plugin-configuration>

<resource-configuration>
<c:simple-property name="binding-type" required="true" type="string" readOnly="false" description="The type of binding to create, may be simple, lookup or object-factory">
<c:simple-property name="binding-type" required="true" type="string" readOnly="false" description="The type of binding to create, may be simple, lookup, object-factory or external-context">
<c:property-options>
<c:option value="simple"/>
<c:option value="lookup"/>
<c:option value="object-factory"/>
<c:option value="external-context" />
</c:property-options>
</c:simple-property>
<c:simple-property name="class" required="false" type="string" readOnly="false" description="The object factory class name for object factory bindings"/>
Expand Down Expand Up @@ -10865,11 +10867,12 @@
</plugin-configuration>

<resource-configuration>
<c:simple-property name="binding-type" required="true" type="string" readOnly="false" description="The type of binding to create, may be simple, lookup or object-factory">
<c:simple-property name="binding-type" required="true" type="string" readOnly="false" description="The type of binding to create, may be simple, lookup, object-factory or external-context">
<c:property-options>
<c:option value="simple"/>
<c:option value="lookup"/>
<c:option value="object-factory"/>
<c:option value="external-context" />
</c:property-options>
</c:simple-property>
<c:simple-property name="class" required="false" type="string" readOnly="false" description="The object factory class name for object factory bindings"/>
Expand Down

0 comments on commit e92d20d

Please sign in to comment.