|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PageSource in railo.commons.io.res.util |
---|
Methods in railo.commons.io.res.util with parameters of type PageSource | |
---|---|
static Resource |
ResourceUtil.getResource(PageContext pc,
PageSource ps)
|
static Resource |
ResourceUtil.getResource(PageContext pc,
PageSource ps,
Resource defaultValue)
|
Uses of PageSource in railo.intergral.fusiondebug.server |
---|
Constructors in railo.intergral.fusiondebug.server with parameters of type PageSource | |
---|---|
FDStackFrameImpl(FDThreadImpl thread,
PageContextImpl pc,
PageSource ps,
int line)
|
|
FDStackFrameImpl(FDThreadImpl thread,
PageContextImpl pc,
StackTraceElement trace,
PageSource ps)
|
Uses of PageSource in railo.runtime |
---|
Classes in railo.runtime that implement PageSource | |
---|---|
class |
PageSourceImpl
represent a cfml file on the runtime system |
Methods in railo.runtime that return PageSource | |
---|---|
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.getCurrentTemplatePageSource()
|
abstract PageSource |
PageContext.getCurrentTemplatePageSource()
|
PageSource |
MappingImpl.getCustomTagPath(String name,
boolean doCustomTagDeepSearch)
|
PageSource |
PagePlus.getPageSource()
|
PageSource |
ComponentWrap.getPageSource()
|
PageSource |
ComponentPro.getPageSource()
|
PageSource |
SuperComponent.getPageSource()
|
PageSource |
InterfaceImpl.getPageSource()
|
PageSource |
ComponentImpl.getPageSource()
|
PageSource |
Page.getPageSource()
|
PageSource |
PageSourcePool.getPageSource(Object key,
boolean updateAccesTime)
return pages matching to key |
PageSource |
MappingImpl.getPageSource(String realPath)
|
PageSource |
PageContextImpl.getPageSource(String realPath)
|
abstract PageSource |
PageContext.getPageSource(String realPath)
get PageSource of the first Mapping that match the given realPath |
PageSource |
Mapping.getPageSource(String realPath)
pagesoucre matching given realpath |
PageSource |
MappingImpl.getPageSource(String path,
boolean isOut)
|
PageSource |
Mapping.getPageSource(String path,
boolean isOut)
|
PageSource |
PageContextImpl.getPageSourceExisting(String realPath)
|
PageSource[] |
PageContextImpl.getPageSources(String realPath)
|
PageSource |
PageSourceImpl.getRealPage(String realPath)
|
PageSource |
PageSource.getRealPage(String realPath)
get an new Pagesoure from ralpath |
PageSource |
PageContextImpl.getRelativePageSource(String realPath)
|
abstract PageSource |
PageContext.getRelativePageSource(String realPath)
Deprecated. use instead getRelativePageSources or getRelativePageSourceExisting |
PageSource |
PageContextImpl.getRelativePageSourceExisting(String realPath)
|
PageSource[] |
PageContextImpl.getRelativePageSources(String realPath)
|
static PageSource |
MappingImpl.isOK(PageSource[] arr)
|
PageSource |
PageContextImpl.toPageSource(Resource res,
PageSource defaultValue)
|
abstract PageSource |
PageContext.toPageSource(Resource res,
PageSource defaultValue)
|
Methods in railo.runtime that return types with arguments of type PageSource | |
---|---|
List<PageSource> |
PageContextImpl.getPageSourceList()
|
Methods in railo.runtime with parameters of type PageSource | |
---|---|
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)
includes a path from a absolute path |
void |
PageContextImpl.doInclude(PageSource[] sources)
|
boolean |
PageSourceImpl.equals(PageSource other)
is given object equal to this |
void |
PageContextImpl.include(PageSource ps)
|
abstract void |
PageContext.include(PageSource source)
Deprecated. replaced with
|
static boolean |
MappingImpl.isOK(PageSource ps)
|
static PageSource |
MappingImpl.isOK(PageSource[] arr)
|
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)
|
Constructors in railo.runtime with parameters of type PageSource | |
---|---|
InterfaceImpl(PageSource pageSource,
String extend,
String hint,
String dspName,
String callPath,
boolean realPath,
Map interfacesUDFs)
|
|
InterfaceImpl(PageSource pageSource,
String extend,
String hint,
String dspName,
String callPath,
boolean realPath,
Map interfacesUDFs,
Map meta)
|
Uses of PageSource in railo.runtime.compiler |
---|
Methods in railo.runtime.compiler with parameters of type PageSource | |
---|---|
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 cold fusion source file |
Uses of PageSource in railo.runtime.component |
---|
Methods in railo.runtime.component with parameters of type PageSource | |
---|---|
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 InterfaceImpl |
ComponentLoader.loadInterface(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath,
Map interfaceUDFs)
|
static Page |
ComponentLoader.loadPage(PageContext pc,
PageSource ps)
|
Uses of PageSource in railo.runtime.config |
---|
Methods in railo.runtime.config that return PageSource | |
---|---|
PageSource |
ConfigImpl.getBaseComponentPageSource()
|
PageSource |
Config.getBaseComponentPageSource()
|
PageSource |
ConfigImpl.getBaseComponentPageSource(PageContext pc)
|
PageSource |
ConfigImpl.getPageSource(Mapping[] mappings,
String realPath,
boolean onlyTopLevel)
|
PageSource |
Config.getPageSource(Mapping[] mappings,
String realPath,
boolean onlyTopLevel)
get PageSource of the first Mapping that match the given criteria |
PageSource |
ConfigImpl.getPageSourceExisting(PageContext pc,
Mapping[] mappings,
String realPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping,
boolean onlyPhysicalExisting)
|
PageSource[] |
ConfigImpl.getPageSources(PageContext pc,
Mapping[] mappings,
String realPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
|
PageSource |
ConfigImpl.toPageSource(Mapping[] mappings,
Resource res,
PageSource defaultValue)
|
Methods in railo.runtime.config with parameters of type PageSource | |
---|---|
void |
ConfigImpl.putCachedPageSource(String pathWithCFC,
PageSource ps)
|
PageSource |
ConfigImpl.toPageSource(Mapping[] mappings,
Resource res,
PageSource defaultValue)
|
Uses of PageSource in railo.runtime.customtag |
---|
Methods in railo.runtime.customtag that return PageSource | |
---|---|
PageSource |
InitFile.getPageSource()
|
Constructors in railo.runtime.customtag with parameters of type PageSource | |
---|---|
InitFile(PageSource ps,
String filename,
boolean isCFC)
|
Uses of PageSource in railo.runtime.debug |
---|
Methods in railo.runtime.debug that return PageSource | |
---|---|
PageSource |
DebugEntryImpl.getPageSource()
|
PageSource |
DebugEntry.getPageSource()
|
Methods in railo.runtime.debug with parameters of type PageSource | |
---|---|
void |
DebuggerImpl.addQuery(Query query,
String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
|
void |
DebuggerImpl.addQueryExecutionTime(String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
|
void |
Debugger.addQueryExecutionTime(String datasource,
String name,
SQL sql,
int recordcount,
PageSource src,
int time)
add new query execution 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 |
DebugEntry |
DebuggerImpl.getEntry(PageContext pc,
PageSource source)
|
DebugEntry |
Debugger.getEntry(PageContext pc,
PageSource source)
|
DebugEntry |
DebuggerImpl.getEntry(PageContext pc,
PageSource source,
String key)
|
DebugEntry |
Debugger.getEntry(PageContext pc,
PageSource source,
String key)
|
static String |
DebugEntryImpl.getSrc(PageSource source,
String key)
|
Uses of PageSource in railo.runtime.engine |
---|
Methods in railo.runtime.engine that return PageSource | |
---|---|
static PageSource |
ThreadLocalPageSource.get()
returns Config registered for the current thread |
Methods in railo.runtime.engine with parameters of type PageSource | |
---|---|
static void |
ThreadLocalPageSource.register(PageSource ps)
register a Config for he current thread |
Uses of PageSource in railo.runtime.err |
---|
Methods in railo.runtime.err that return PageSource | |
---|---|
PageSource |
ErrorPageImpl.getTemplate()
|
PageSource |
ErrorPage.getTemplate()
|
Methods in railo.runtime.err with parameters of type PageSource | |
---|---|
void |
ErrorPageImpl.setTemplate(PageSource template)
|
void |
ErrorPage.setTemplate(PageSource template)
sets the template attribute |
Uses of PageSource in railo.runtime.exp |
---|
Methods in railo.runtime.exp that return PageSource | |
---|---|
PageSource |
TemplateException.getPageSource()
|
PageSource |
MissingIncludeException.getPageSource()
|
Methods in railo.runtime.exp with parameters of type PageSource | |
---|---|
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 |
Constructors in railo.runtime.exp with parameters of type PageSource | |
---|---|
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 |
Uses of PageSource in railo.runtime.listener |
---|
Methods in railo.runtime.listener that return PageSource | |
---|---|
static PageSource |
AppListenerUtil.getApplicationPageSource(PageContext pc,
PageSource requestedPage,
int mode,
RefBoolean isCFC)
|
static PageSource |
AppListenerUtil.getApplicationPageSource(PageContext pc,
PageSource requestedPage,
String filename,
int mode)
|
static PageSource |
AppListenerUtil.getApplicationPageSourceCurr2Root(PageContext pc,
PageSource requestedPage,
RefBoolean isCFC)
|
static PageSource |
AppListenerUtil.getApplicationPageSourceCurr2Root(PageContext pc,
PageSource requestedPage,
String filename)
|
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrent(PageSource requestedPage,
RefBoolean isCFC)
|
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrent(PageSource requestedPage,
String filename)
|
static PageSource |
AppListenerUtil.getApplicationPageSourceRoot(PageContext pc,
RefBoolean isCFC)
|
static PageSource |
AppListenerUtil.getApplicationPageSourceRoot(PageContext pc,
String filename)
|
Methods in railo.runtime.listener with parameters of type PageSource | |
---|---|
void |
ModernAppListenerException.addContext(PageSource pageSource,
int line,
int column,
StackTraceElement ste)
|
static PageSource |
AppListenerUtil.getApplicationPageSource(PageContext pc,
PageSource requestedPage,
int mode,
RefBoolean isCFC)
|
static PageSource |
AppListenerUtil.getApplicationPageSource(PageContext pc,
PageSource requestedPage,
String filename,
int mode)
|
static PageSource |
AppListenerUtil.getApplicationPageSourceCurr2Root(PageContext pc,
PageSource requestedPage,
RefBoolean isCFC)
|
static PageSource |
AppListenerUtil.getApplicationPageSourceCurr2Root(PageContext pc,
PageSource requestedPage,
String filename)
|
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrent(PageSource requestedPage,
RefBoolean isCFC)
|
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrent(PageSource requestedPage,
String filename)
|
void |
MixedAppListener.onRequest(PageContext pc,
PageSource requestedPage)
|
void |
ModernAppListener.onRequest(PageContext pc,
PageSource requestedPage)
|
void |
ClassicAppListener.onRequest(PageContext pc,
PageSource requestedPage)
|
void |
NoneAppListener.onRequest(PageContext pc,
PageSource requestedPage)
|
void |
ApplicationListener.onRequest(PageContext pc,
PageSource requestedPage)
this method will be called the application self |
Uses of PageSource in railo.runtime.op |
---|
Methods in railo.runtime.op with parameters of type PageSource | |
---|---|
PageException |
ExceptonImpl.createMissingIncludeException(PageSource ps)
|
Uses of PageSource in railo.runtime.orm.hibernate |
---|
Methods in railo.runtime.orm.hibernate with parameters of type PageSource | |
---|---|
void |
HibernateRuntimeException.addContext(PageSource template,
int line,
int column,
StackTraceElement ste)
|
Uses of PageSource in railo.runtime.type |
---|
Fields in railo.runtime.type declared as PageSource | |
---|---|
PageSource |
UDFProperties.pageSource
|
Methods in railo.runtime.type that return PageSource | |
---|---|
PageSource |
UDFImpl.getPageSource()
|
Constructors in railo.runtime.type with parameters of type PageSource | |
---|---|
UDFProperties(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
boolean async,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
StructImpl meta)
|
|
UDFProperties(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
boolean async,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
StructImpl meta)
|
Uses of PageSource in railo.runtime.type.cfc |
---|
Methods in railo.runtime.type.cfc that return PageSource | |
---|---|
PageSource |
ComponentProProxy.getPageSource()
|
Uses of PageSource in railo.runtime.type.util |
---|
Methods in railo.runtime.type.util that return PageSource | |
---|---|
static PageSource |
ComponentUtil.getPageSource(Component cfc)
|
Methods in railo.runtime.type.util with parameters of type PageSource | |
---|---|
static long |
ComponentUtil.getCompileTime(PageContext pc,
PageSource ps)
|
static long |
ComponentUtil.getCompileTime(PageContext pc,
PageSource ps,
long defaultValue)
|
static Page |
ComponentUtil.getPage(PageContext pc,
PageSource ps)
|
Uses of PageSource in railo.runtime.util |
---|
Methods in railo.runtime.util with parameters of type PageSource | |
---|---|
PageException |
Excepton.createMissingIncludeException(PageSource ps)
create exception "LockException" |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |