Uses of Interface
com.codemonster.surinam.core.framework.injection.ServiceProperty

Packages that use ServiceProperty
com.codemonster.surinam.core.framework.injection   
com.codemonster.surinam.core.model   
 

Uses of ServiceProperty in com.codemonster.surinam.core.framework.injection
 

Classes in com.codemonster.surinam.core.framework.injection that implement ServiceProperty
 class ArrayProperty
          This class represents and encapsulates the concept of an injected array property.
 class InjectedList
          This class represents and encapsulates the concept of an injected array property.
 class InjectedMap
          This class represents and encapsulates the concept of an injected Map property.
 class InjectedProperty
          This class represents and encapsulates the concept of an injected property.
 class PropertyBase
          This abstract base class encapsulates common attributes for all properties.
 

Uses of ServiceProperty in com.codemonster.surinam.core.model
 

Methods in com.codemonster.surinam.core.model that return types with arguments of type ServiceProperty
 List<ServiceProperty> ImplementationBlueprint.getInjectedProperties()
           
 

Methods in com.codemonster.surinam.core.model with parameters of type ServiceProperty
 void ImplementationBlueprint.addInjectedProperty(ServiceProperty svcProperty)
          Add a property to be injected into any new instance of an implementation.
 



Copyright © 2010. All Rights Reserved.