Uses of Interface
org.ow2.wildcat.hierarchy.attribute.Attribute

Packages that use Attribute
org.ow2.wildcat   
org.ow2.wildcat.hierarchy.attribute   
org.ow2.wildcat.hierarchy.resource   
org.ow2.wildcat.osgi.api   
 

Uses of Attribute in org.ow2.wildcat
 

Methods in org.ow2.wildcat that return Attribute
 Attribute Context.getAttribute(java.lang.String attribute)
          Return the attribute at specified location.
 

Methods in org.ow2.wildcat with parameters of type Attribute
 void Context.attachAttribute(java.lang.String attribute, Attribute attr)
          Attach Attribute at specified location.
 

Uses of Attribute in org.ow2.wildcat.hierarchy.attribute
 

Subinterfaces of Attribute in org.ow2.wildcat.hierarchy.attribute
 interface RunnableAttribute
          Represents an active attribute.
 

Classes in org.ow2.wildcat.hierarchy.attribute that implement Attribute
 class POJOAttribute
          Attribute holding an object.
 class QueryAttribute
          An attribute holding the result of a query.
 

Uses of Attribute in org.ow2.wildcat.hierarchy.resource
 

Methods in org.ow2.wildcat.hierarchy.resource that return Attribute
 Attribute Resource.getAttribute(Path path)
          Return the attribute at specified location.
 

Methods in org.ow2.wildcat.hierarchy.resource with parameters of type Attribute
 void Resource.attachAttribute(Path attribute, Attribute attr)
          Attach an attribute at specified location.
 

Uses of Attribute in org.ow2.wildcat.osgi.api
 

Methods in org.ow2.wildcat.osgi.api that return Attribute
 Attribute IAttributeAttacher.getAttribute()
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.