Constructor and Description |
---|
CFMLResource(CFMLResourceProvider provider,
Component cfc) |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentPro |
Modifier and Type | Class and Description |
---|---|
class |
ComponentImpl
%**%
MUST add handling for new attributes (style, namespace, serviceportname, porttypename, wsdlfile, bindingname, and output)
|
class |
ComponentSpecificAccess |
class |
SuperComponent |
Modifier and Type | Method and Description |
---|---|
Component |
PageContextImpl.getActiveComponent() |
abstract Component |
PageContext.getActiveComponent() |
Component |
ComponentSpecificAccess.getBaseComponent() |
Component |
ComponentPro.getBaseComponent() |
Component |
SuperComponent.getBaseComponent() |
Component |
ComponentImpl.getBaseComponent() |
Component |
ComponentScopeShadow.getComponent() |
Component |
ComponentSpecificAccess.getComponent() |
Component |
ComponentScopeThis.getComponent()
Returns the value of component.
|
Component |
ComponentScope.getComponent()
Returns the value of component.
|
Component |
PageContextImpl.loadComponent(String compPath) |
abstract Component |
PageContext.loadComponent(String compPath) |
Modifier and Type | Method and Description |
---|---|
static ComponentSpecificAccess |
ComponentSpecificAccess.toComponentSpecificAccess(int access,
Component component) |
static Struct |
ComponentPage.translate(Component c,
String strMethodName,
Struct params) |
static void |
ComponentPage.writeToResponseStream(PageContext pc,
Component component,
String methodName,
int urlReturnFormat,
int headerReturnFormat,
Object queryFormat,
Object rtn) |
Constructor and Description |
---|
ComponentSpecificAccess(int access,
Component component)
constructor of the class
|
Constructor and Description |
---|
ComponentCacheEventListener(Component cfc) |
Modifier and Type | Method and Description |
---|---|
static Struct |
ComponentInfo.call(PageContext pc,
Component component)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Component |
EvaluateComponent.invoke(PageContext pc,
String name,
String md5,
Struct sctThis,
Struct sctVariables) |
Modifier and Type | Method and Description |
---|---|
static void |
EvaluateComponent.setInternalState(Component comp,
Struct sctThis,
Struct sctVariables) |
Modifier and Type | Method and Description |
---|---|
static void |
EntityNew.setPropeties(PageContext pc,
Component cfc,
Struct properties,
boolean ignoreNotExisting) |
Modifier and Type | Method and Description |
---|---|
static Component |
CreateObject.doComponent(PageContext pc,
String className) |
Modifier and Type | Method and Description |
---|---|
static Struct |
GetMetaData.getMetaData(Component cfc,
PageContext pc) |
Modifier and Type | Method and Description |
---|---|
Component |
GatewayEngineImpl.getPersistentRemoteCFC(String id) |
Component |
GatewayEngineImpl.setPersistentRemoteCFC(String id,
Component cfc) |
Modifier and Type | Method and Description |
---|---|
Component |
GatewayEngineImpl.setPersistentRemoteCFC(String id,
Component cfc) |
Modifier and Type | Method and Description |
---|---|
static Object |
JavaProxy.call(ConfigWeb config,
Component cfc,
String methodName,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
Component |
ModernApplicationContext.getComponent() |
Modifier and Type | Method and Description |
---|---|
static Component |
AxisCaster.toComponent(PageContext pc,
Pojo pojo,
String compPath,
Component defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Component |
AxisCaster.toComponent(PageContext pc,
Pojo pojo,
String compPath,
Component defaultValue) |
static Pojo |
AxisCaster.toPojo(Pojo pojo,
javax.xml.rpc.encoding.TypeMapping tm,
org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry,
QName type,
Component comp,
Set<Object> done) |
Modifier and Type | Method and Description |
---|---|
void |
RPCServer.doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Component component)
Process GET requests.
|
void |
RPCServer.doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Component component)
Process a POST to the servlet by handing it off to the Axis Engine.
|
static void |
ComponentController.set(PageContext p,
Component c)
removes PageContext and Component
sets component and pageContext to invoke
|
Modifier and Type | Method and Description |
---|---|
Component |
CreationImpl.createComponentFromName(PageContext pc,
String fullName) |
Component |
CreationImpl.createComponentFromPath(PageContext pc,
String path) |
static Component |
Caster.toComponent(Object o)
cast a Object to a Component
|
static Component |
Caster.toComponent(Object o,
Component defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Component |
Caster.toComponent(Object o,
Component defaultValue) |
Modifier and Type | Method and Description |
---|---|
Component |
ORMSession.create(PageContext pc,
String entityName)
creates a entity matching the given name
|
Component |
ORMSession.load(PageContext pc,
String name,
String id)
load and return a Object that match given id, if there is more than one Object matching the id, only the first Object is returned
|
Component |
ORMSession.load(PageContext pc,
String name,
Struct filter)
load and return a Object that match given filter, if there is more than one Object matching the filter, only the first Object is returned
|
Component |
ORMSession.loadByExample(PageContext pc,
Object obj)
load and return a Object that match given sampleEntity, if there is more than one Object matching the id, only the first Object is returned
|
Component |
ORMSession.merge(PageContext pc,
Object obj)
Attaches the specified entity to the current ORM session.
|
Modifier and Type | Method and Description |
---|---|
static DataSource |
ORMUtil.getDataSource(PageContext pc,
Component cfc)
if the given component has defined a datasource in the meta data, lucee is returning this datasource,
otherwise the default orm datasource is returned
|
static DataSource |
ORMUtil.getDataSource(PageContext pc,
Component cfc,
DataSource defaultValue)
if the given component has defined a datasource in the meta data, lucee is returning this datasource,
otherwise the default orm datasource is returned
|
static String |
ORMUtil.getDataSourceName(PageContext pc,
Component cfc) |
static Object |
ORMUtil.getPropertyValue(Component cfc,
String name,
Object defaultValue) |
Modifier and Type | Field and Description |
---|---|
List<Component> |
SessionFactoryData.tmpList |
Modifier and Type | Method and Description |
---|---|
Component |
HibernateORMEngine.create(PageContext pc,
HibernateORMSession session,
String entityName,
boolean unique) |
Component |
HibernateORMSession.create(PageContext pc,
String entityName) |
Component |
SessionFactoryData.getEntityByCFCName(String cfcName,
boolean unique) |
Component |
SessionFactoryData.getEntityByEntityName(String entityName,
boolean unique) |
Component |
HibernateORMSession.load(PageContext pc,
String cfcName,
String id) |
Component |
HibernateORMSession.load(PageContext pc,
String name,
Struct filter) |
Component |
HibernateORMSession.loadByExample(PageContext pc,
Object obj) |
Component |
HibernateORMSession.merge(PageContext pc,
Object obj) |
static Component |
HibernateCaster.toComponent(Object obj) |
static Component |
CommonUtil.toComponent(Object obj) |
static Component |
CommonUtil.toComponent(Object obj,
Component defaultValue) |
Modifier and Type | Method and Description |
---|---|
static List<Component> |
HibernateSessionFactory.loadComponents(PageContext pc,
HibernateORMEngine engine,
ORMConfiguration ormConf) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateORMSession._delete(PageContext pc,
Component cfc,
Collection.Key dsn) |
lucee.runtime.orm.hibernate.CFCInfo |
SessionFactoryData.checkExistent(PageContext pc,
Component cfc) |
static PageException |
ExceptionUtil.createException(ORMSession session,
Component cfc,
String message,
String detail) |
static PageException |
ExceptionUtil.createException(ORMSession session,
Component cfc,
Throwable t) |
static PageException |
ExceptionUtil.createException(SessionFactoryData data,
Component cfc,
String msg,
String detail) |
static PageException |
ExceptionUtil.createException(SessionFactoryData data,
Component cfc,
Throwable t) |
void |
HibernateORMEngine.createMapping(PageContext pc,
Component cfc,
ORMConfiguration ormConf,
SessionFactoryData data) |
static void |
HBMCreator.createXMLMapping(PageContext pc,
DatasourceConnection dc,
Component cfc,
Element hibernateMapping,
SessionFactoryData data) |
static String |
HibernateCaster.getEntityName(Component cfc) |
static Property[] |
HibernateUtil.getIDProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties) |
static Object |
HibernateUtil.getMetaStructItem(Component cfc,
Collection.Key name) |
static Object |
CommonUtil.getMetaStructItem(Component c,
Collection.Key name) |
static Property[] |
CommonUtil.getProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties,
boolean preferBaseProperties,
boolean inheritedMappedSuperClassOnly) |
static Property[] |
HibernateUtil.getProperties(Component component,
int fieldType,
Property[] defaultValue) |
static boolean |
HibernateUtil.isEntity(ORMConfiguration ormConf,
Component cfc,
String cfcName,
String name) |
static boolean |
CommonUtil.isPersistent(Component c) |
static void |
CommonUtil.setEntity(Component c,
boolean entity) |
static Component |
CommonUtil.toComponent(Object obj,
Component defaultValue) |
static String |
HibernateCaster.toComponentName(Component cfc)
return the full name (package and name) of a component
|
Modifier and Type | Method and Description |
---|---|
Component |
EventListener.getCFC() |
Modifier and Type | Method and Description |
---|---|
static boolean |
EventListener.hasEventType(Component cfc,
Collection.Key eventType) |
static void |
EventListener.invoke(Collection.Key name,
Component cfc,
Struct data,
Object arg) |
Constructor and Description |
---|
AllEventListener(Component component) |
EventListener(Component component,
Collection.Key eventType,
boolean allEvents) |
PostDeleteEventListenerImpl(Component component) |
PostInsertEventListenerImpl(Component component) |
PostLoadEventListenerImpl(Component component) |
PostUpdateEventListenerImpl(Component component) |
PreDeleteEventListenerImpl(Component component) |
PreInsertEventListenerImpl(Component component) |
PreLoadEventListenerImpl(Component component) |
PreUpdateEventListenerImpl(Component component) |
Modifier and Type | Method and Description |
---|---|
Component |
CFCNamingStrategy.getComponent() |
Modifier and Type | Class and Description |
---|---|
class |
CFCHibernateProxy
Proxy for "dynamic-map" entity representations.
|
class |
CFCProxy |
class |
ComponentProProxy |
class |
ComponentProReflectionProxy |
class |
ComponentProxy |
Modifier and Type | Method and Description |
---|---|
Component |
ComponentProProxy.getBaseComponent() |
Component |
ComponentProReflectionProxy.getBaseComponent() |
Component |
CFCLazyInitializer.getCFC() |
Component |
CFCProxy.getComponent() |
Component |
CFCHibernateProxy.getComponent() |
abstract Component |
ComponentProxy.getComponent() |
Modifier and Type | Method and Description |
---|---|
static Object |
ComponentProProxy.getMetaStructItem(Component c,
Collection.Key name) |
static Object |
ComponentProReflectionProxy.getMetaStructItem(Component c,
Collection.Key name) |
static Property[] |
ComponentProProxy.getProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties,
boolean overrideProperties,
boolean inheritedMappedSuperClassOnly) |
static Property[] |
ComponentProReflectionProxy.getProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties,
boolean overrideProperties,
boolean inheritedMappedSuperClassOnly) |
static boolean |
ComponentProProxy.isPersistent(Component c) |
static boolean |
ComponentProReflectionProxy.isPersistent(Component c) |
static void |
ComponentProProxy.setEntity(Component c,
boolean entity) |
static void |
ComponentProReflectionProxy.setEntity(Component c,
boolean entity) |
Constructor and Description |
---|
CFCProxy(Component cfc) |
Modifier and Type | Method and Description |
---|---|
Component |
CFTag.getComponent() |
Modifier and Type | Method and Description |
---|---|
Component |
ComponentMethod.getComponent() |
Component |
UDFGSProperty.getOwnerComponent() |
Component |
BIF.getOwnerComponent() |
Component |
UDFImpl.getOwnerComponent() |
Component |
UDF.getOwnerComponent()
Deprecated.
|
Constructor and Description |
---|
ComponentEntryIterator.CAEntryImpl(Component cfc,
Collection.Key key,
int access) |
ComponentEntryIterator(Component cfc,
Collection.Key[] keys,
int access) |
ComponentValueIterator(Component cfc,
Collection.Key[] keys,
int access) |
Modifier and Type | Method and Description |
---|---|
Component |
TOUDF.getOwnerComponent() |
Modifier and Type | Method and Description |
---|---|
static Component |
ComponentUtil.getActiveComponent(PageContext pc,
Component current) |
static Component |
ComponentProUtil.getBaseComponent(Component c) |
static Component |
ComponentUtil.toComponent(Object obj) |
Modifier and Type | Method and Description |
---|---|
static Object |
ComponentProUtil.get(Component c,
int access,
Collection.Key key,
Object defaultValue) |
static Component |
ComponentUtil.getActiveComponent(PageContext pc,
Component current) |
static Component |
ComponentProUtil.getBaseComponent(Component c) |
static String |
ComponentUtil.getClassname(Component component,
ASMProperty[] props) |
static Class |
ComponentUtil.getComponentJavaAccess(PageContext pc,
Component component,
RefBoolean isNew,
boolean create,
boolean writeLog,
boolean suppressWSbeforeArg,
boolean output)
generate a ComponentJavaAccess (CJA) class from a component
a CJA is a dynamic genarted java class that has all method defined inside a component as java methods.
|
static Class |
ComponentUtil.getComponentPropertiesClass(PageContext pc,
Component component) |
static Member |
ComponentProUtil.getMember(Component c,
int access,
Collection.Key key,
boolean dataMember,
boolean superAccess) |
static PageSource |
ComponentUtil.getPageSource(Component cfc) |
static Property[] |
ComponentProUtil.getProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties,
boolean preferBaseProperties,
boolean inheritedMappedSuperClassOnly) |
static Struct |
ComponentUtil.getPropertiesAsStruct(Component c,
boolean onlyPersistent) |
static boolean |
ComponentProUtil.isPersistent(Component c) |
static Collection.Key[] |
ComponentProUtil.keys(Component c,
int access) |
static String |
ComponentUtil.md5(Component c) |
static ExpressionException |
ComponentUtil.notFunction(Component c,
Collection.Key key,
Object member,
int access) |
static ComponentPro |
ComponentProUtil.toComponentPro(Component cfc) |
Modifier and Type | Method and Description |
---|---|
Component |
Creation.createComponentFromName(PageContext pc,
String fullName)
creates a component object from (Full)Name, for example lucee.extensions.net.HTTPUtil
|
Component |
Creation.createComponentFromPath(PageContext pc,
String path)
creates a component object from a absolute local path, for example /Users/susi/Projects/Sorglos/wwwrooot/lucee/extensions/net/HTTPUtil.cfc
|
Modifier and Type | Method and Description |
---|---|
static Object |
JavaProxyFactory.createProxy(PageContext pc,
Component cfc,
Class extendz,
Class... interfaces) |
Copyright © 2015 Lucee