com.bea.p13n.content
Interface PropertyProvider

All Known Implementing Classes:
PropertyProviderImpl

public interface PropertyProvider

Interface defining a method to return a properties value.

See Also
PropertyProviderImpl

Method Summary
 Object getProperty(String propertySetType, String propertySet, String propertyName)
          Retrieve a property value as a string.
 

Method Detail

getProperty

Object getProperty(String propertySetType,
                   String propertySet,
                   String propertyName)
                   throws IllegalArgumentException
Retrieve a property value as a string.

Parameters
propertySetType - the type of property set (user, request, session, event).
propertySet - the name of the property set.
propertyName - the name of the property.
Returns
the property value, or null.
Throws
IllegalArgumentException - if an arg is invalid or the PropertyProvider isn't configured for the specified args.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.