| java.lang.Object uk.org.ponder.beanutil.BeanUtil
BeanUtil | public class BeanUtil (Code) | | author: Antranig Basman (antranig@caret.cam.ac.uk) |
Field Summary | |
public static String | NEW_ENTITY_PREFIX The String prefix used for the ID of a freshly created entity to an
"obstinate" BeanLocator following the standard OTP system. |
NEW_ENTITY_PREFIX | public static String NEW_ENTITY_PREFIX(Code) | | The String prefix used for the ID of a freshly created entity to an
"obstinate" BeanLocator following the standard OTP system. The text
following the prefix is arbitrary. Custom OTP systems might use a different
prefix.
|
stripEL | public static String stripEL(String el)(Code) | | Given a string representing an EL expression beginning #{ and ending },
strip these off returning the bare expression. If the bracketing characters
are not present, return null.
|
|
|