Modifier and Type | Method and Description |
---|---|
static String |
ResourceSnippetsMap.calcKey(PageSource ps,
int startPos,
int endPos) |
static Resource |
ResourceUtil.getResource(PageContext pc,
PageSource ps)
Deprecated.
use instead
PageSource.getResourceTranslated(PageContext) |
static Resource |
ResourceUtil.getResource(PageContext pc,
PageSource ps,
Resource defaultValue) |
ResourceSnippet |
ResourceSnippetsMap.getSnippet(PageSource ps,
int startPos,
int endPos,
String charset)
this method accesses the underlying Map(s) and is therefore synchronized
|
Modifier and Type | Method and Description |
---|---|
static PageSource |
MappingUtil.searchMappingRecursive(Mapping mapping,
String name,
boolean onlyCFC) |
Constructor and Description |
---|
FDStackFrameImpl(FDThreadImpl thread,
PageContextImpl pc,
PageSource ps,
int line) |
FDStackFrameImpl(FDThreadImpl thread,
PageContextImpl pc,
StackTraceElement trace,
PageSource ps) |
Modifier and Type | Class and Description |
---|---|
class |
PageSourceImpl
represent a cfml file on the runtime system
|
Modifier and Type | Method and Description |
---|---|
PageSource |
ComponentImpl._getPageSource() |
static PageSource |
PageSourceImpl.best(PageSource[] arr) |
PageSource |
PageContextImpl.getBase() |
PageSource |
PageContextImpl.getBasePageSource() |
abstract PageSource |
PageContext.getBasePageSource() |
PageSource |
PageContextImpl.getCurrentPageSource() |
abstract PageSource |
PageContext.getCurrentPageSource() |
PageSource |
PageContextImpl.getCurrentPageSource(PageSource defaultvalue) |
PageSource |
PageContextImpl.getCurrentTemplatePageSource() |
abstract PageSource |
PageContext.getCurrentTemplatePageSource() |
PageSource |
MappingImpl.getCustomTagPath(String name,
boolean doCustomTagDeepSearch) |
PageSource |
ComponentSpecificAccess.getPageSource() |
PageSource |
SuperComponent.getPageSource() |
PageSource |
InterfaceImpl.getPageSource() |
PageSource |
ComponentImpl.getPageSource() |
PageSource |
Interface.getPageSource() |
PageSource |
Page.getPageSource() |
PageSource |
Component.getPageSource() |
PageSource |
PageContextImpl.getPageSource(int index) |
PageSource |
PageSourcePool.getPageSource(Object key,
boolean updateAccesTime)
return pages matching to key
|
PageSource |
MappingImpl.getPageSource(String relPath) |
PageSource |
PageContextImpl.getPageSource(String relPath) |
PageSource |
Mapping.getPageSource(String relPath)
pagesoucre matching given relpath
|
PageSource |
MappingImpl.getPageSource(String path,
boolean isOut) |
PageSource |
Mapping.getPageSource(String path,
boolean isOut) |
PageSource |
PageContextImpl.getPageSourceExisting(String relPath) |
PageSource[] |
PageContextImpl.getPageSources(String relPath) |
PageSource |
PageSourceImpl.getParent() |
PageSource |
PageSourceImpl.getRealPage(String relPath) |
PageSource |
PageSource.getRealPage(String relPath)
get an new Pagesoure from ralpath
|
PageSource |
PageContextImpl.getRelativePageSource(String relPath) |
PageSource |
PageContextImpl.getRelativePageSourceExisting(String relPath) |
PageSource |
PageContextImpl.getRelativePageSourceExisting(String relPath,
boolean previous) |
PageSource[] |
PageContextImpl.getRelativePageSources(String relPath) |
static PageSource |
MappingImpl.isOK(PageSource[] arr) |
PageSource |
PageContextImpl.toPageSource(Resource res,
PageSource defaultValue) |
abstract PageSource |
PageContext.toPageSource(Resource res,
PageSource defaultValue) |
Modifier and Type | Method and Description |
---|---|
List<PageSource> |
PageContextImpl.getPageSourceList() |
Modifier and Type | Method and Description |
---|---|
void |
PageContextImpl.addPageSource(PageSource ps,
boolean alsoInclude) |
abstract void |
PageContext.addPageSource(PageSource ps,
boolean alsoInclude)
adds a PageSource
|
void |
PageContextImpl.addPageSource(PageSource ps,
PageSource psInc) |
static PageSource |
PageSourceImpl.best(PageSource[] arr) |
void |
PageContextImpl.compile(PageSource pageSource) |
abstract void |
PageContext.compile(PageSource pageSource)
compile a CFML Template
|
void |
PageContextImpl.doInclude(PageSource source) |
abstract void |
PageContext.doInclude(PageSource source)
Deprecated.
use other doInclude methods
|
void |
PageContextImpl.doInclude(PageSource[] sources,
boolean runOnce) |
abstract void |
PageContext.doInclude(PageSource[] source,
boolean runOnce)
includes a path from a absolute path
|
boolean |
PageSourceImpl.equals(PageSource other)
is given object equal to this
|
PageSource |
PageContextImpl.getCurrentPageSource(PageSource defaultvalue) |
void |
PageContextImpl.include(PageSource ps) |
static boolean |
MappingImpl.isOK(PageSource ps) |
static PageSource |
MappingImpl.isOK(PageSource[] arr) |
static InterfaceImpl[] |
InterfaceImpl.loadImplements(PageContext pc,
PageSource child,
String lstExtend,
Map interfaceUdfs) |
static Page |
PageSourceImpl.loadPage(PageContext pc,
PageSource[] arr) |
static Page |
PageSourceImpl.loadPage(PageContext pc,
PageSource[] arr,
Page defaultValue) |
static boolean |
PageSourceImpl.pageExist(PageSource ps) |
void |
PageContextImpl.setBase(PageSource base) |
void |
PageSourcePool.setPage(Object key,
PageSource ps)
sts a page object to the page pool
|
void |
Page.setPageSource(PageSource pageSource) |
PageSource |
PageContextImpl.toPageSource(Resource res,
PageSource defaultValue) |
abstract PageSource |
PageContext.toPageSource(Resource res,
PageSource defaultValue) |
Constructor and Description |
---|
InterfaceImpl(PageSource pageSource,
String extend,
String hint,
String dspName,
String callPath,
boolean relPath,
Map interfacesUDFs) |
InterfaceImpl(PageSource pageSource,
String extend,
String hint,
String dspName,
String callPath,
boolean relPath,
Map interfacesUDFs,
Map meta) |
Modifier and Type | Method and Description |
---|---|
static String |
CacheHandlerFactory.createId(PageSource[] sources) |
Constructor and Description |
---|
IncludeCacheItem(String output,
PageSource ps,
long executionTimeNS) |
Modifier and Type | Method and Description |
---|---|
byte[] |
CFMLCompilerImpl.compile(ConfigImpl config,
PageSource source,
TagLib[] tld,
FunctionLib[] fld,
Resource classRootDir,
String className) |
byte[] |
CFMLCompiler.compile(ConfigImpl config,
PageSource source,
TagLib[] tld,
FunctionLib[] fld,
Resource classRootDir,
String className)
compiles a CFML source file
|
void |
CFMLCompilerImpl.watch(PageSource ps,
long now) |
Modifier and Type | Method and Description |
---|---|
static ComponentImpl |
ComponentLoader.loadComponent(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath) |
static ComponentImpl |
ComponentLoader.loadComponent(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath,
boolean silent) |
static ComponentImpl |
ComponentLoader.loadComponent(PageContext pc,
PageSource child,
String rawPath,
Boolean searchLocal,
Boolean searchRoot) |
static InterfaceImpl |
ComponentLoader.loadInterface(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath,
Map interfaceUDFs) |
static InterfaceImpl |
ComponentLoader.loadInterface(PageContext pc,
PageSource child,
String rawPath,
Map interfaceUDFs) |
static Page |
ComponentLoader.loadPage(PageContext pc,
PageSource ps,
boolean forceReload) |
static Page |
ComponentLoader.loadPage(PageContext pc,
PageSource child,
String rawPath,
Boolean searchLocal,
Boolean searchRoot) |
Constructor and Description |
---|
InterfaceCollection(PageContextImpl pc,
PageSource child,
String implement) |
Modifier and Type | Method and Description |
---|---|
PageSource |
ConfigImpl.getBaseComponentPageSource() |
PageSource |
Config.getBaseComponentPageSource() |
PageSource |
ConfigImpl.getBaseComponentPageSource(PageContext pc) |
PageSource |
ConfigImpl.getPageSource(Mapping[] mappings,
String relPath,
boolean onlyTopLevel) |
PageSource |
Config.getPageSource(Mapping[] mappings,
String relPath,
boolean onlyTopLevel)
Deprecated.
use instead getPageSources or getPageSourceExisting
|
PageSource |
ConfigImpl.getPageSourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping,
boolean onlyPhysicalExisting) |
PageSource |
Config.getPageSourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping,
boolean onlyPhysicalExisting)
return existing PageSource that match the given criteria, if there is no PageSource null is returned.
|
PageSource[] |
ConfigImpl.getPageSources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping) |
PageSource[] |
Config.getPageSources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
get all PageSources that match the given criteria
|
PageSource[] |
ConfigImpl.getPageSources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping,
boolean useComponentMappings) |
PageSource |
ConfigImpl.toPageSource(Mapping[] mappings,
Resource res,
PageSource defaultValue) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigImpl.putCachedPageSource(String pathWithCFC,
PageSource ps) |
PageSource |
ConfigImpl.toPageSource(Mapping[] mappings,
Resource res,
PageSource defaultValue) |
Modifier and Type | Method and Description |
---|---|
PageSource |
InitFile.getPageSource() |
Constructor and Description |
---|
InitFile(PageSource ps,
String filename,
boolean isCFC) |
Modifier and Type | Method and Description |
---|---|
DebugDump |
DebuggerPro.addDump(PageSource ps,
String dump) |
DebugDump |
DebuggerImpl.addDump(PageSource ps,
String dump) |
void |
DebuggerPro.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
Deprecated.
use instead
addQuery(Query query,String datasource,String name,SQL sql, int recordcount, PageSource src,long time) |
void |
DebuggerImpl.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time) |
void |
Debugger.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
add new query execution time
|
void |
DebuggerPro.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
long time)
add new query execution time
|
void |
DebuggerImpl.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
long time) |
DebugTrace |
DebuggerImpl.addTrace(int type,
String category,
String text,
PageSource page,
String varName,
String varValue) |
DebugTrace |
Debugger.addTrace(int type,
String category,
String text,
PageSource page,
String varName,
String varValue)
add new Trace to debug
|
DebugEntryTemplate |
DebuggerImpl.getEntry(PageContext pc,
PageSource source) |
DebugEntryTemplate |
Debugger.getEntry(PageContext pc,
PageSource source) |
DebugEntryTemplatePart |
DebuggerImpl.getEntry(PageContext pc,
PageSource source,
int startPos,
int endPos) |
DebugEntryTemplatePart |
Debugger.getEntry(PageContext pc,
PageSource source,
int startPos,
int endPos)
returns a single DebugEntry for a specific postion (startPos,endPos in the PageSource)
|
DebugEntryTemplate |
DebuggerImpl.getEntry(PageContext pc,
PageSource source,
String key) |
DebugEntryTemplate |
Debugger.getEntry(PageContext pc,
PageSource source,
String key) |
Modifier and Type | Method and Description |
---|---|
static PageSource |
ThreadLocalPageSource.get()
returns Config registered for the current thread
|
Modifier and Type | Method and Description |
---|---|
static void |
ThreadLocalPageSource.register(PageSource ps)
register a Config for he current thread
|
Modifier and Type | Method and Description |
---|---|
PageSource |
ErrorPageImpl.getTemplate() |
PageSource |
ErrorPage.getTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorPageImpl.setTemplate(PageSource template) |
void |
ErrorPage.setTemplate(PageSource template)
sets the template attribute
|
Modifier and Type | Method and Description |
---|---|
PageSource |
TemplateException.getPageSource() |
PageSource |
MissingIncludeException.getPageSource() |
Modifier and Type | Method and Description |
---|---|
void |
PageRuntimeException.addContext(PageSource template,
int line,
int column,
StackTraceElement ste) |
void |
PageExceptionImpl.addContext(PageSource pr,
int line,
int column,
StackTraceElement element) |
void |
PageServletException.addContext(PageSource template,
int line,
int column,
StackTraceElement ste) |
void |
IPageException.addContext(PageSource pageSource,
int line,
int column,
StackTraceElement element)
add a template to the context of the error
|
Constructor and Description |
---|
MissingIncludeException(PageSource pageSource)
constructor of the exception
|
MissingIncludeException(PageSource pageSource,
String msg) |
TemplateException(PageSource ps,
int line,
int column,
String message)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
PageSource |
RequestListener.execute(PageContext pc,
PageSource requestedPage)
execute by the Application Listener
|
static PageSource |
AppListenerUtil.getApplicationPageSource(PageContext pc,
PageSource requestedPage,
int mode,
int type,
RefBoolean isCFC) |
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrent(PageSource requestedPage,
int type,
RefBoolean isCFC) |
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrOrRoot(PageContext pc,
PageSource requestedPage,
int type,
RefBoolean isCFC) |
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrToRoot(PageContext pc,
PageSource requestedPage,
int type,
RefBoolean isCFC) |
static PageSource |
AppListenerUtil.getApplicationPageSourceRoot(PageContext pc,
int type,
RefBoolean isCFC) |
Modifier and Type | Method and Description |
---|---|
void |
ModernAppListenerException.addContext(PageSource pageSource,
int line,
int column,
StackTraceElement ste) |
PageSource |
RequestListener.execute(PageContext pc,
PageSource requestedPage)
execute by the Application Listener
|
static PageSource |
AppListenerUtil.getApplicationPageSource(PageContext pc,
PageSource requestedPage,
int mode,
int type,
RefBoolean isCFC) |
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrent(PageSource requestedPage,
int type,
RefBoolean isCFC) |
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrOrRoot(PageContext pc,
PageSource requestedPage,
int type,
RefBoolean isCFC) |
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrToRoot(PageContext pc,
PageSource requestedPage,
int type,
RefBoolean isCFC) |
void |
MixedAppListener.onRequest(PageContext pc,
PageSource requestedPage,
RequestListener rl) |
void |
ModernAppListener.onRequest(PageContext pc,
PageSource requestedPage,
RequestListener rl) |
void |
ClassicAppListener.onRequest(PageContext pc,
PageSource requestedPage,
RequestListener rl) |
void |
NoneAppListener.onRequest(PageContext pc,
PageSource requestedPage,
RequestListener rl) |
void |
ApplicationListener.onRequest(PageContext pc,
PageSource requestedPage,
RequestListener rl)
this method will be called the application self
|
Modifier and Type | Method and Description |
---|---|
PageException |
ExceptonImpl.createMissingIncludeException(PageSource ps) |
Modifier and Type | Method and Description |
---|---|
void |
HibernatePageException.addContext(PageSource template,
int line,
int column,
StackTraceElement ste) |
static long |
HibernateUtil.getCompileTime(PageContext pc,
PageSource ps) |
Modifier and Type | Method and Description |
---|---|
PageSource |
ComponentProxy.getPageSource() |
Modifier and Type | Method and Description |
---|---|
PageSource |
RestRequestListener.execute(PageContext pc,
PageSource requestedPage) |
PageSource |
Source.getPageSource() |
Modifier and Type | Method and Description |
---|---|
PageSource |
RestRequestListener.execute(PageContext pc,
PageSource requestedPage) |
Constructor and Description |
---|
Source(Mapping mapping,
PageSource pageSource,
String path) |
Modifier and Type | Field and Description |
---|---|
PageSource |
UDFPropertiesImpl.pageSource |
Modifier and Type | Method and Description |
---|---|
PageSource |
UDFGSProperty.getPageSource() |
PageSource |
BIF.getPageSource() |
PageSource |
UDFImpl.getPageSource() |
PageSource |
UDF.getPageSource() |
Constructor and Description |
---|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access) |
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access,
Boolean bufferOutput,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
Integer localMode,
StructImpl meta)
Deprecated.
only supported for old compile templates in .ra archives
|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access,
Boolean bufferOutput,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
Object cachedWithin,
Integer localMode,
StructImpl meta) |
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
StructImpl meta)
Deprecated.
only supported for old compile templates in .ra archives
|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
int access,
Boolean bufferOutput,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
Integer localMode,
StructImpl meta)
Deprecated.
only supported for old compile templates in .ra archives
|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
int access,
Boolean bufferOutput,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
Object cachedWithin,
Integer localMode,
StructImpl meta) |
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
StructImpl meta)
Deprecated.
only supported for old compile templates in .ra archives
|
Modifier and Type | Method and Description |
---|---|
PageSource |
TOUDF.getPageSource() |
Modifier and Type | Method and Description |
---|---|
static PageSource |
ComponentUtil.getPageSource(Component cfc) |
Modifier and Type | Method and Description |
---|---|
static long |
ComponentUtil.getCompileTime(PageContext pc,
PageSource ps) |
static long |
ComponentUtil.getCompileTime(PageContext pc,
PageSource ps,
long defaultValue) |
static Object |
UDFUtil.getDefaultValue(PageContext pc,
PageSource ps,
int udfIndex,
int index,
Object defaultValue) |
static Page |
ComponentUtil.getPage(PageContext pc,
PageSource ps) |
Modifier and Type | Method and Description |
---|---|
PageException |
Excepton.createMissingIncludeException(PageSource ps)
create exception "LockException"
|
Modifier and Type | Method and Description |
---|---|
PageSource |
BytecodeContext.getPageSource() |
PageSource |
Page.getPageSource() |
Modifier and Type | Method and Description |
---|---|
byte[] |
Page.execute(PageSource source,
Resource classFile)
result byte code as binary array
|
Constructor and Description |
---|
BytecodeContext(PageSource source,
BytecodeContext statConstr,
BytecodeContext constr,
Page page,
List<LitString> keys,
org.objectweb.asm.ClassWriter classWriter,
String className,
org.objectweb.asm.commons.GeneratorAdapter adapter,
org.objectweb.asm.commons.Method method,
boolean writeLog,
boolean suppressWSbeforeArg,
boolean output) |
Page(PageSource pageSource,
Resource source,
String name,
int version,
long lastModifed,
boolean writeLog,
boolean suppressWSbeforeArg,
boolean output) |
Modifier and Type | Method and Description |
---|---|
PageSource |
CFMLTransformerException.getSource()
Source Dokument
|
Modifier and Type | Method and Description |
---|---|
Page |
CFMLTransformer.transform(ConfigImpl config,
PageSource ps,
TagLib[] tlibs,
FunctionLib[] flibs)
Startmethode zum transfomieren einer CFML Datei.
|
Modifier and Type | Method and Description |
---|---|
PageSource |
CFMLString.getPageSource()
Gibt die Quelle aus dem der CFML Code stammt als File Objekt zurueck,
falls dies nicht aud einem File stammt wird null zurueck gegeben.
|
Constructor and Description |
---|
CFMLString(PageSource ps,
Charset charset,
boolean writeLog) |
CFMLString(String text,
Charset charset,
boolean writeLog,
PageSource ps)
Constructor of the class
in this case source file is just for information
|
Copyright © 2015 Lucee