Package org.gluu.oxtrust.service
Class PropertyService
java.lang.Object
org.gluu.oxtrust.service.PropertyService
- All Implemented Interfaces:
Serializable
@ApplicationScoped
@Named("propertyService")
public class PropertyService
extends Object
implements Serializable
Provides operations to get property values
- Author:
- Yuriy Movchan Date: 08/11/2013
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPropertyValue(Object bean, String name) Returns object property value
-
Constructor Details
-
PropertyService
public PropertyService()
-
-
Method Details
-
getPropertyValue
public Object getPropertyValue(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException Returns object property value- Parameters:
bean- Beanname- Property value- Returns:
- Value of property
- Throws:
NoSuchMethodExceptionInvocationTargetExceptionIllegalAccessException
-