|
||||||||||
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)
Deprecated. use instead PageSource.getResourceTranslated(PageContext) |
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 |
ComponentWrap.getPageSource()
|
PageSource |
SuperComponent.getPageSource()
|
PageSource |
InterfaceImpl.getPageSource()
|
PageSource |
ComponentImpl.getPageSource()
|
PageSource |
Page.getPageSource()
|
PageSource |
Interface.getPageSource()
|
PageSource |
Component.getPageSource()
|
PageSource |
PageSourcePool.getPageSource(Object key,
boolean updateAccesTime)
return pages matching to key |
PageSource |
MappingImpl.getPageSource(String realPath)
|
PageSource |
PageContextImpl.getPageSource(String 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.getParent()
|
PageSource |
PageSourceImpl.getRealPage(String realPath)
|
PageSource |
PageSource.getRealPage(String realPath)
get an new Pagesoure from ralpath |
PageSource |
PageContextImpl.getRelativePageSource(String realPath)
|
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)
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 |
void |
PageContextImpl.include(PageSource ps)
|
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 CFML 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,
boolean forceReload)
|
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)
Deprecated. use instead getPageSources or getPageSourceExisting |
PageSource |
ConfigImpl.getPageSourceExisting(PageContext pc,
Mapping[] mappings,
String realPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping,
boolean onlyPhysicalExisting)
|
PageSource |
Config.getPageSourceExisting(PageContext pc,
Mapping[] mappings,
String realPath,
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 realPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
|
PageSource[] |
Config.getPageSources(PageContext pc,
Mapping[] mappings,
String realPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
get all PageSources that match the given criteria |
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 with parameters of type PageSource | |
---|---|
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)
|
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 with parameters of type PageSource | |
---|---|
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,
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,
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 |
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.rest |
---|
Methods in railo.runtime.rest that return PageSource | |
---|---|
PageSource |
RestRequestListener.execute(PageContext pc,
PageSource requestedPage)
|
PageSource |
Source.getPageSource()
|
Methods in railo.runtime.rest with parameters of type PageSource | |
---|---|
PageSource |
RestRequestListener.execute(PageContext pc,
PageSource requestedPage)
|
Constructors in railo.runtime.rest with parameters of type PageSource | |
---|---|
Source(Mapping mapping,
PageSource pageSource,
String path)
|
Uses of PageSource in railo.runtime.type |
---|
Fields in railo.runtime.type declared as PageSource | |
---|---|
PageSource |
UDFPropertiesImpl.pageSource
|
Methods in railo.runtime.type that return PageSource | |
---|---|
PageSource |
UDFImpl.getPageSource()
|
PageSource |
UDF.getPageSource()
|
Constructors in railo.runtime.type with parameters of type PageSource | |
---|---|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access)
Deprecated. only supported for very 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,
long 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)
|
|
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 |
Uses of PageSource in railo.runtime.type.cfc |
---|
Methods in railo.runtime.type.cfc that return PageSource | |
---|---|
PageSource |
ComponentProxy.getPageSource()
|
Uses of PageSource in railo.runtime.type.trace |
---|
Methods in railo.runtime.type.trace that return PageSource | |
---|---|
PageSource |
TOUDF.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 Object |
UDFUtil.getDefaultValue(PageContext pc,
PageSource ps,
int udfIndex,
int index,
Object 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 |