public class ComponentProUtil extends Object
Constructor and Description |
---|
ComponentProUtil() |
Modifier and Type | Method and Description |
---|---|
static Object |
get(Component c,
int access,
Collection.Key key,
Object defaultValue) |
static Component |
getBaseComponent(Component c) |
static Member |
getMember(Component c,
int access,
Collection.Key key,
boolean dataMember,
boolean superAccess) |
static Property[] |
getProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties,
boolean preferBaseProperties,
boolean inheritedMappedSuperClassOnly) |
static boolean |
isPersistent(Component c) |
static Collection.Key[] |
keys(Component c,
int access) |
static ComponentPro |
toComponentPro(Component cfc) |
public ComponentProUtil()
public static Property[] getProperties(Component c, boolean onlyPeristent, boolean includeBaseProperties, boolean preferBaseProperties, boolean inheritedMappedSuperClassOnly)
public static Component getBaseComponent(Component c)
public static boolean isPersistent(Component c)
public static Collection.Key[] keys(Component c, int access)
public static Member getMember(Component c, int access, Collection.Key key, boolean dataMember, boolean superAccess)
public static Object get(Component c, int access, Collection.Key key, Object defaultValue)
public static ComponentPro toComponentPro(Component cfc)
Copyright © 2015 Lucee