de.smartics.properties.spi.core.context
Interface PropertyContextProvider

Package class diagram package PropertyContextProvider
All Superinterfaces:
Serializable
All Known Implementing Classes:
PropertyContextProxy

public interface PropertyContextProvider
     
     
extends Serializable

Provides a property context.


Method Summary
 PropertyContext getPropertyContext(PropertyDescriptor propertyDescriptor)
          Creates a new property context for the given propertyDescriptor.
 

Method Detail

getPropertyContext

PropertyContext getPropertyContext(PropertyDescriptor propertyDescriptor)
                                   throws NullPointerException
Creates a new property context for the given propertyDescriptor.

Parameters:
propertyDescriptor - the descriptor whose context is requested.
Returns:
the context for the property.
Throws:
NullPointerException - of propertyDescriptor is null.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.