railo.runtime.type.util
Class PropertyFactory

java.lang.Object
  extended by railo.runtime.type.util.PropertyFactory

public class PropertyFactory
extends Object


Field Summary
static Collection.Key FIELD_TYPE
           
static Collection.Key SINGULAR_NAME
           
 
Constructor Summary
PropertyFactory()
           
 
Method Summary
static void addAdd(ComponentImpl comp, Property prop)
           
static void addGet(ComponentImpl comp, Property prop)
           
static void addHas(ComponentImpl comp, Property prop)
           
static void addRemove(ComponentImpl comp, Property prop)
           
static void addSet(ComponentImpl comp, Property prop)
           
static void createPropertyUDFs(ComponentImpl comp, Property property)
           
static String getSingularName(Property prop)
           
static String getType(Property prop)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGULAR_NAME

public static final Collection.Key SINGULAR_NAME

FIELD_TYPE

public static final Collection.Key FIELD_TYPE
Constructor Detail

PropertyFactory

public PropertyFactory()
Method Detail

createPropertyUDFs

public static void createPropertyUDFs(ComponentImpl comp,
                                      Property property)
                               throws PageException
Throws:
PageException

addGet

public static void addGet(ComponentImpl comp,
                          Property prop)

addSet

public static void addSet(ComponentImpl comp,
                          Property prop)
                   throws PageException
Throws:
PageException

addHas

public static void addHas(ComponentImpl comp,
                          Property prop)

addAdd

public static void addAdd(ComponentImpl comp,
                          Property prop)

addRemove

public static void addRemove(ComponentImpl comp,
                             Property prop)

getSingularName

public static String getSingularName(Property prop)

getType

public static String getType(Property prop)


Copyright © 2012 Railo