![]() |
Quadcap Embeddable Server |
Definition at line 58 of file PropertyUtils.java.
Static Public Member Functions | |
| void | setPropertiesFromRequest (Object obj, HttpServletRequest request) throws IntrospectionException, InvocationTargetException, IllegalAccessException |
| void | setPropertyFromRequestParameter (Object obj, HttpServletRequest request, String name) throws IntrospectionException, InvocationTargetException, IllegalAccessException |
| void | setPropertyFromValue (Object obj, String name, String val) throws IntrospectionException, InvocationTargetException, IllegalAccessException |
| void | setProp (Object obj, PropertyDescriptor pd, String val) throws IntrospectionException, InvocationTargetException, IllegalAccessException |
| void | setProps (Object obj, PropertyDescriptor pd, String[] vals) throws IntrospectionException, InvocationTargetException, IllegalAccessException |
| String | getProperty (Object obj, String name) throws IntrospectionException, InvocationTargetException, IllegalAccessException |
|
||||||||||||
|
Definition at line 206 of file PropertyUtils.java. References com.quadcap.http.servlets.jsp.PropertyUtils.getProperty(). Referenced by com.quadcap.http.servlets.jsp.PropertyUtils.getProperty(). |
|
||||||||||||||||
|
||||||||||||
|
||||||||||||||||
|
||||||||||||||||
|
Definition at line 104 of file PropertyUtils.java. References com.quadcap.http.servlets.jsp.PropertyUtils.setProp(), and com.quadcap.http.servlets.jsp.PropertyUtils.setPropertyFromValue(). Referenced by com.quadcap.http.servlets.jsp.PropertyUtils.setPropertyFromValue(). |
|
||||||||||||||||