|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PageException in coldfusion.server |
---|
Subclasses of PageException in coldfusion.server | |
---|---|
class |
ServiceException
|
Uses of PageException in railo.commons.date |
---|
Subclasses of PageException in railo.commons.date | |
---|---|
class |
DateTimeException
|
Uses of PageException in railo.commons.io.res.type.datasource |
---|
Methods in railo.commons.io.res.type.datasource that throw PageException | |
---|---|
Attr[] |
DatasourceResourceProvider.getAttrs(DatasourceResourceProvider.ConnectionData data,
int pathHash,
String path)
|
Uses of PageException in railo.commons.io.res.type.s3 |
---|
Methods in railo.commons.io.res.type.s3 that throw PageException | |
---|---|
static AccessControl |
AccessControl.toAccessControl(Struct sct)
|
static List<AccessControl> |
AccessControl.toAccessControlList(Object objACL)
|
static DateTime |
S3.toDate(String strDate,
TimeZone tz)
|
Uses of PageException in railo.commons.io.res.util |
---|
Methods in railo.commons.io.res.util that throw PageException | |
---|---|
boolean |
ModeObjectWrap.castToBooleanValue()
|
DateTime |
ModeObjectWrap.castToDateTime()
|
double |
ModeObjectWrap.castToDoubleValue()
|
String |
ModeObjectWrap.castToString()
|
int |
ModeObjectWrap.compareTo(boolean b)
|
int |
ModeObjectWrap.compareTo(DateTime dt)
|
int |
ModeObjectWrap.compareTo(double d)
|
int |
ModeObjectWrap.compareTo(String str)
|
Resource |
ResourceUtilImpl.toResourceExisting(PageContext pc,
String path)
|
Resource |
ResourceUtilImpl.toResourceExistingParent(PageContext pc,
String destination)
|
Uses of PageException in railo.commons.lang |
---|
Methods in railo.commons.lang that return PageException | |
---|---|
static PageException |
ExceptionUtil.addHint(PageExceptionImpl pe,
String hint)
|
Uses of PageException in railo.commons.lock |
---|
Subclasses of PageException in railo.commons.lock | |
---|---|
class |
LockInterruptedException
|
Uses of PageException in railo.commons.net |
---|
Methods in railo.commons.net that throw PageException | |
---|---|
static org.apache.commons.httpclient.methods.RequestEntity |
HTTPUtil.toRequestEntity(Object value)
|
Uses of PageException in railo.commons.pdf |
---|
Methods in railo.commons.pdf that throw PageException | |
---|---|
void |
PDF.adjustHtmlWidth()
|
void |
PDF.enableTableBreaks(boolean b)
|
void |
PDF.generateOutlines(boolean flag)
|
void |
PDF.interpolateImages(boolean b)
|
byte[] |
PDFDocument.render(Dimension dimension,
double unitFactor,
PageContext pc,
boolean generateOutlines)
|
void |
PDF.render(InputStreamReader reader,
OutputStream os)
|
void |
PDF.render(String str,
OutputStream os,
URL base)
|
void |
PDF.setPageFooter(PDFPageMark footer)
|
void |
PDF.setPageHeader(PDFPageMark header)
|
void |
PDF.setPageInsets(Insets insets)
|
void |
PDF.setPageSize(Dimension dimension)
|
void |
PDF.useTTF(String pathToFontDirs,
boolean embed)
|
Constructors in railo.commons.pdf that throw PageException | |
---|---|
PDF(Config config)
|
Uses of PageException in railo.commons.sql |
---|
Methods in railo.commons.sql that throw PageException | |
---|---|
static Blob |
SQLUtil.toBlob(Connection conn,
Object value)
create a blog Object |
static Clob |
SQLUtil.toClob(Connection conn,
Object value)
create a clob Object |
Uses of PageException in railo.intergral.fusiondebug.server |
---|
Methods in railo.intergral.fusiondebug.server with parameters of type PageException | |
---|---|
static List |
FDSignal.createExceptionStack(PageException pe)
|
static String |
FDSignal.createRuntimeExceptionExpression(PageException pe)
|
static void |
FDSignal.signal(PageException pe,
boolean caught)
|
Uses of PageException in railo.intergral.fusiondebug.server.util |
---|
Methods in railo.intergral.fusiondebug.server.util that throw PageException | |
---|---|
static void |
FDDump.main(String[] args)
|
Uses of PageException in railo.runtime |
---|
Methods in railo.runtime that return PageException | |
---|---|
PageException |
PageContextImpl.getCatch()
|
PageException |
PageContextImpl.setCatch(Throwable t)
|
abstract PageException |
PageContext.setCatch(Throwable t)
sets a excption |
Methods in railo.runtime with parameters of type PageException | |
---|---|
void |
PageContextImpl.handlePageException(PageException pe)
|
abstract void |
PageContext.handlePageException(PageException pe)
specialised method for handlePageException with argument Exception or Throwable |
void |
PageContextImpl.setCatch(PageException pe)
|
void |
PageContextImpl.setCatch(PageException pe,
boolean caught,
boolean store)
|
Methods in railo.runtime that throw PageException | |
---|---|
DatasourceConnection |
PageContextImpl._getConnection(DataSource ds,
String user,
String pass)
|
DatasourceConnection |
PageContextImpl._getConnection(String datasource,
String user,
String pass)
|
Application |
PageContextImpl.applicationScope()
|
abstract Application |
PageContext.applicationScope()
|
void |
ComponentPage.call(PageContext pc)
|
void |
InterfacePage.call(PageContext pc)
|
Object |
ComponentScopeShadow.call(PageContext pc,
Collection.Key key,
Object[] arguments)
|
Object |
ComponentWrap.call(PageContext pc,
Collection.Key key,
Object[] args)
|
Object |
SuperComponent.call(PageContext pc,
Collection.Key name,
Object[] args)
|
Object |
ComponentScopeThis.call(PageContext pc,
Collection.Key key,
Object[] arguments)
|
Object |
ComponentImpl.call(PageContext pc,
Collection.Key name,
Object[] args)
|
Object |
ComponentImpl.call(PageContext pc,
int access,
Collection.Key name,
Object[] args)
|
Object |
ComponentScopeShadow.call(PageContext pc,
String key,
Object[] arguments)
|
Object |
ComponentWrap.call(PageContext pc,
String key,
Object[] args)
|
Object |
SuperComponent.call(PageContext pc,
String name,
Object[] args)
|
Object |
ComponentScopeThis.call(PageContext pc,
String key,
Object[] arguments)
|
Object |
ComponentImpl.call(PageContext pc,
String name,
Object[] args)
|
Object |
Component.call(PageContext pc,
String key,
Object[] args)
call a method of the component with no named arguments |
Object |
ComponentScopeShadow.callWithNamedValues(PageContext pc,
Collection.Key key,
Struct args)
|
Object |
ComponentWrap.callWithNamedValues(PageContext pc,
Collection.Key key,
Struct args)
|
Object |
SuperComponent.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
ComponentScopeThis.callWithNamedValues(PageContext pc,
Collection.Key key,
Struct args)
|
Object |
ComponentImpl.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
ComponentImpl.callWithNamedValues(PageContext pc,
int access,
Collection.Key name,
Struct args)
|
Object |
ComponentScopeShadow.callWithNamedValues(PageContext pc,
String key,
Struct args)
|
Object |
ComponentWrap.callWithNamedValues(PageContext pc,
String key,
Struct args)
|
Object |
SuperComponent.callWithNamedValues(PageContext pc,
String name,
Struct args)
|
Object |
ComponentScopeThis.callWithNamedValues(PageContext pc,
String key,
Struct args)
|
Object |
ComponentImpl.callWithNamedValues(PageContext pc,
String name,
Struct args)
|
Object |
Component.callWithNamedValues(PageContext pc,
String key,
Struct args)
call a method of the component with named arguments |
boolean |
ComponentScopeShadow.castToBooleanValue()
|
boolean |
ComponentWrap.castToBooleanValue()
|
boolean |
SuperComponent.castToBooleanValue()
|
boolean |
ComponentScopeThis.castToBooleanValue()
|
boolean |
ComponentImpl.castToBooleanValue()
|
DateTime |
ComponentScopeShadow.castToDateTime()
|
DateTime |
ComponentWrap.castToDateTime()
|
DateTime |
SuperComponent.castToDateTime()
|
DateTime |
ComponentScopeThis.castToDateTime()
|
DateTime |
ComponentImpl.castToDateTime()
|
double |
ComponentScopeShadow.castToDoubleValue()
|
double |
ComponentWrap.castToDoubleValue()
|
double |
SuperComponent.castToDoubleValue()
|
double |
ComponentScopeThis.castToDoubleValue()
|
double |
ComponentImpl.castToDoubleValue()
|
String |
ComponentScopeShadow.castToString()
|
String |
ComponentWrap.castToString()
|
String |
SuperComponent.castToString()
|
String |
ComponentScopeThis.castToString()
|
String |
ComponentImpl.castToString()
|
void |
ComponentImpl.checkInterface(PageContext pc,
ComponentPage componentPage)
|
Client |
PageContextImpl.clientScope()
|
abstract Client |
PageContext.clientScope()
|
Cluster |
PageContextImpl.clusterScope()
|
abstract Cluster |
PageContext.clusterScope()
|
Cluster |
PageContextImpl.clusterScope(boolean create)
|
abstract Cluster |
PageContext.clusterScope(boolean create)
cluster scope |
int |
ComponentScopeShadow.compareTo(boolean b)
|
int |
ComponentWrap.compareTo(boolean b)
|
int |
SuperComponent.compareTo(boolean b)
|
int |
ComponentScopeThis.compareTo(boolean b)
|
int |
ComponentImpl.compareTo(boolean b)
|
int |
ComponentScopeShadow.compareTo(DateTime dt)
|
int |
ComponentWrap.compareTo(DateTime dt)
|
int |
SuperComponent.compareTo(DateTime dt)
|
int |
ComponentScopeThis.compareTo(DateTime dt)
|
int |
ComponentImpl.compareTo(DateTime dt)
|
int |
ComponentScopeShadow.compareTo(double d)
|
int |
ComponentWrap.compareTo(double d)
|
int |
SuperComponent.compareTo(double d)
|
int |
ComponentScopeThis.compareTo(double d)
|
int |
ComponentImpl.compareTo(double d)
|
int |
ComponentScopeShadow.compareTo(String str)
|
int |
ComponentWrap.compareTo(String str)
|
int |
SuperComponent.compareTo(String str)
|
int |
ComponentScopeThis.compareTo(String str)
|
int |
ComponentImpl.compareTo(String str)
|
void |
PageContextImpl.compile(PageSource pageSource)
|
abstract void |
PageContext.compile(PageSource pageSource)
compile a CFML Template |
void |
PageContextImpl.compile(String realPath)
|
abstract void |
PageContext.compile(String templatePath)
Deprecated. use instead compile(PageSource pageSource) |
static String |
ComponentPage.convertResult(PageContext pc,
Component component,
String methodName,
Object returnFormat,
Object queryFormat,
Object rtn)
|
void |
PageContextImpl.doInclude(PageSource source)
|
abstract void |
PageContext.doInclude(PageSource source)
includes a path from a absolute path |
void |
PageContextImpl.doInclude(PageSource[] sources)
|
void |
PageContextImpl.doInclude(String realPath)
|
abstract void |
PageContext.doInclude(String source)
includes a path from a absolute path |
Object |
PageContextImpl.evaluate(String expression)
|
abstract Object |
PageContext.evaluate(String expression)
evaluate given expression |
void |
PageContextImpl.execute(String realPath,
boolean throwExcpetion)
|
abstract void |
PageContext.execute(String realPath,
boolean throwException)
execute a request n the pageConext |
void |
PageContextImpl.execute(String realPath,
boolean throwExcpetion,
boolean onlyTopLevel)
|
Object |
ComponentScopeShadow.get(Collection.Key key)
|
Object |
ComponentWrap.get(Collection.Key key)
|
Object |
SuperComponent.get(Collection.Key key)
|
Object |
ComponentScopeThis.get(Collection.Key key)
|
Object |
ComponentImpl.get(Collection.Key key)
|
Object |
ComponentImpl.get(int access,
Collection.Key key)
|
Object |
ComponentImpl.get(int access,
String name)
return element that has at least given access or null |
Object |
PageContextImpl.get(Object coll,
Collection.Key key)
|
abstract Object |
PageContext.get(Object coll,
Collection.Key key)
|
Object |
PageContextImpl.get(Object coll,
String key)
|
abstract Object |
PageContext.get(Object coll,
String key)
Deprecated. use instead
|
Object |
ComponentScopeShadow.get(PageContext pc,
Collection.Key key)
|
Object |
ComponentWrap.get(PageContext pc,
Collection.Key key)
|
Object |
SuperComponent.get(PageContext pc,
Collection.Key key)
|
Object |
ComponentScopeThis.get(PageContext pc,
Collection.Key key)
|
Object |
ComponentImpl.get(PageContext pc,
Collection.Key key)
|
Object |
ComponentScopeShadow.get(PageContext pc,
String key)
|
Object |
ComponentWrap.get(PageContext pc,
String key)
|
Object |
SuperComponent.get(PageContext pc,
String name)
|
Object |
ComponentScopeThis.get(PageContext pc,
String key)
|
Object |
ComponentImpl.get(PageContext pc,
String name)
|
Object |
SuperComponent.get(String name)
|
Object |
PageContextImpl.getCollection(Object coll,
Collection.Key key)
|
abstract Object |
PageContext.getCollection(Object coll,
Collection.Key key)
same like getProperty but return a collection object (QueryColumn) if return object is a Query |
Object |
PageContextImpl.getCollection(Object coll,
String key)
|
abstract Object |
PageContext.getCollection(Object coll,
String key)
Deprecated. use instead
|
Object |
PageContextImpl.getFunction(Object coll,
Collection.Key key,
Object[] args)
|
abstract Object |
PageContext.getFunction(Object coll,
Collection.Key key,
Object[] args)
call a UDF Function and return "return value" of the function |
Object |
PageContextImpl.getFunction(Object coll,
String key,
Object[] args)
|
abstract Object |
PageContext.getFunction(Object coll,
String key,
Object[] args)
call a UDF Function and return "return value" of the function |
Object |
PageContextImpl.getFunctionWithNamedValues(Object coll,
Collection.Key key,
Object[] args)
|
abstract Object |
PageContext.getFunctionWithNamedValues(Object coll,
Collection.Key key,
Object[] args)
call a UDF Function and return "return value" of the function |
Object |
PageContextImpl.getFunctionWithNamedValues(Object coll,
String key,
Object[] args)
|
abstract Object |
PageContext.getFunctionWithNamedValues(Object coll,
String key,
Object[] args)
call a UDF Function and return "return value" of the function |
Iterator |
PageContextImpl.getIterator(String key)
|
abstract Iterator |
PageContext.getIterator(String key)
get variable from string definition and cast ist to a Iterator Object |
Class |
ComponentWrap.getJavaAccessClass(RefBoolean isNew)
|
Class |
SuperComponent.getJavaAccessClass(RefBoolean isNew)
|
Class |
ComponentImpl.getJavaAccessClass(RefBoolean isNew)
|
Class |
Component.getJavaAccessClass(RefBoolean isNew)
returns java class to the component interface (all UDFs), this class is generated dynamic when used |
Class |
ComponentImpl.getJavaAccessClass(RefBoolean isNew,
boolean writeLog,
boolean takeTop,
boolean create)
|
Struct |
ComponentWrap.getMetaData(PageContext pc)
|
Struct |
SuperComponent.getMetaData(PageContext pc)
|
Struct |
InterfaceImpl.getMetaData(PageContext pc)
|
Struct |
ComponentImpl.getMetaData(PageContext pc)
|
Struct |
Component.getMetaData(PageContext pc)
returns Meta Data to the Component |
ORMSession |
PageContextImpl.getORMSession(boolean create)
|
Query |
PageContextImpl.getQuery(String key)
|
abstract Query |
PageContext.getQuery(String key)
get variable from string definition and cast ist to a Query Object |
Reference |
PageContextImpl.getReference(Object coll,
Collection.Key key)
|
abstract Reference |
PageContext.getReference(Object coll,
Collection.Key key)
|
Reference |
PageContextImpl.getReference(Object coll,
String key)
|
abstract Reference |
PageContext.getReference(Object coll,
String key)
Deprecated. use instead
|
Credential |
PageContextImpl.getRemoteUser()
|
abstract Credential |
PageContext.getRemoteUser()
|
abstract Array |
PageContext.getTemplatePath()
array of current template stack |
Object |
PageContextImpl.getVariable(String var)
|
abstract Object |
PageContext.getVariable(String var)
|
VariableReference |
PageContextImpl.getVariableReference(String var)
a variable reference, references to variable, to modifed it, with global effect. |
void |
ComponentImpl.init(PageContext pageContext,
ComponentPage componentPage)
initalize the Component |
boolean |
PageContextImpl.initApplicationContext()
|
abstract void |
ComponentPage.initComponent(PageContext pc,
ComponentImpl c)
|
abstract void |
InterfacePage.initInterface(InterfaceImpl i)
|
Component |
PageContextImpl.loadComponent(String compPath)
|
abstract Component |
PageContext.loadComponent(String compPath)
|
static InterfaceImpl[] |
InterfaceImpl.loadImplements(PageContext pc,
String lstExtend,
Map interfaceUdfs)
|
Page |
PageSourceImpl.loadPage(ConfigWeb config)
|
Page |
PageSource.loadPage(ConfigWeb config)
loads the Page from this PageSource |
Page |
PageSourceImpl.loadPage(ConfigWeb config,
Page defaultValue)
|
Page |
PageSource.loadPage(ConfigWeb config,
Page defaultValue)
loads the Page from this PageSource |
Page |
PageSourceImpl.loadPage(PageContext pc,
ConfigWeb config)
|
Page |
PageSourceImpl.loadPage(PageContext pc,
ConfigWeb config,
Page defaultValue)
|
static Page |
PageSourceImpl.loadPage(PageContext pc,
PageSource[] arr)
|
static Page |
PageSourceImpl.loadPage(PageContext pc,
PageSource[] arr,
Page defaultValue)
|
Object |
PageContextImpl.localGet()
|
Object |
PageContextImpl.localGet(boolean bind)
|
Object |
PageContextImpl.localTouch()
|
Object |
PageContextImpl.localTouch(boolean bind)
|
abstract ComponentImpl |
ComponentPage.newInstance(PageContext pc,
String callPath,
boolean isRealPath)
|
abstract InterfaceImpl |
InterfacePage.newInstance(String callPath,
boolean isRealPath,
Map interfaceUDFs)
|
Object |
ComponentImpl.onMissingMethod(PageContext pc,
int access,
Member member,
String name,
Object[] _args,
Struct _namedArgs,
boolean superAccess)
|
void |
PageContextImpl.param(String type,
String name,
Object defaultValue)
|
abstract void |
PageContext.param(String type,
String name,
Object defaultValue)
|
void |
PageContextImpl.param(String type,
String name,
Object defaultValue,
double min,
double max)
|
abstract void |
PageContext.param(String type,
String name,
Object defaultValue,
double min,
double max)
|
void |
PageContextImpl.param(String type,
String name,
Object defaultValue,
String regex)
|
abstract void |
PageContext.param(String type,
String name,
Object defaultValue,
String pattern)
|
Object |
ComponentScopeShadow.remove(Collection.Key key)
|
Object |
ComponentWrap.remove(Collection.Key key)
|
Object |
SuperComponent.remove(Collection.Key key)
|
Object |
ComponentScopeThis.remove(Collection.Key key)
|
Object |
ComponentImpl.remove(Collection.Key key)
|
Object |
PageContextImpl.removeVariable(String var)
|
abstract Object |
PageContext.removeVariable(String var)
|
void |
PageContextImpl.reuse(javax.servlet.jsp.tagext.Tag tag)
|
abstract void |
PageContext.reuse(javax.servlet.jsp.tagext.Tag tag)
puts a tag back to pool |
Scope |
PageContextImpl.scope(int type)
Deprecated. use instead VariableInterpreter.scope(...) |
abstract Scope |
PageContext.scope(int type)
returns matching scope |
Scope |
PageContextImpl.scope(String strScope,
Scope defaultValue)
|
abstract Server |
PageContext.serverScope()
|
Session |
PageContextImpl.sessionScope()
|
abstract Session |
PageContext.sessionScope()
|
Session |
PageContextImpl.sessionScope(boolean checkExpires)
|
Object |
ComponentWrap.set(Collection.Key key,
Object value)
|
Object |
SuperComponent.set(Collection.Key key,
Object value)
|
Object |
ComponentScopeThis.set(Collection.Key key,
Object value)
|
Object |
ComponentImpl.set(Collection.Key key,
Object value)
|
Object |
PageContextImpl.set(Object coll,
Collection.Key key,
Object value)
|
abstract Object |
PageContext.set(Object coll,
Collection.Key key,
Object value)
set property at a collection object |
Object |
PageContextImpl.set(Object coll,
String key,
Object value)
|
abstract Object |
PageContext.set(Object coll,
String key,
Object value)
Deprecated. use instead
|
Object |
ComponentScopeShadow.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
ComponentWrap.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
SuperComponent.set(PageContext pc,
Collection.Key key,
Object value)
|
Object |
ComponentScopeThis.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
ComponentImpl.set(PageContext pc,
Collection.Key key,
Object value)
|
Object |
ComponentScopeShadow.set(PageContext pc,
String propertyName,
Object value)
|
Object |
ComponentWrap.set(PageContext pc,
String propertyName,
Object value)
|
Object |
SuperComponent.set(PageContext pc,
String name,
Object value)
|
Object |
ComponentScopeThis.set(PageContext pc,
String propertyName,
Object value)
|
Object |
ComponentImpl.set(PageContext pc,
String name,
Object value)
|
Object |
SuperComponent.set(String name,
Object value)
|
abstract void |
PageContext.setLocale(String strLocale)
Deprecated. use instead
|
void |
ComponentWrap.setProperty(Property property)
|
void |
ComponentPro.setProperty(Property property)
|
void |
SuperComponent.setProperty(Property property)
|
void |
ComponentImpl.setProperty(Property property)
|
Object |
PageContextImpl.setVariable(String var,
Object value)
|
abstract Object |
PageContext.setVariable(String var,
Object value)
sets a value by string syntax ("scopename.key.key" -> "url.name") |
Scope |
PageContextImpl.SymTab_findBuiltinScope(String name)
|
void |
PageContextImpl.throwCatch()
|
abstract void |
PageContext.throwCatch()
return throwed exception |
Object |
PageContextImpl.touch(Object coll,
Collection.Key key)
|
abstract Object |
PageContext.touch(Object coll,
Collection.Key key)
touch a new property, if property doesn't existset a Struct, otherwise do nothing |
Object |
PageContextImpl.touch(Object coll,
String key)
|
abstract Object |
PageContext.touch(Object coll,
String key)
Deprecated. use instead
|
javax.servlet.jsp.tagext.Tag |
PageContextImpl.use(Class clazz)
|
abstract javax.servlet.jsp.tagext.Tag |
PageContext.use(Class tagClass)
returns a tag from tag handler pool |
javax.servlet.jsp.tagext.Tag |
PageContextImpl.use(String tagClassName)
|
abstract javax.servlet.jsp.tagext.Tag |
PageContext.use(String tagClassName)
returns a tag from tag handler pool |
void |
PageContextImpl.writePSQ(Object o)
|
abstract void |
PageContext.writePSQ(Object o)
Writes a String to the Response Buffer,also when cfoutputonly is true and execution is outside of a cfoutput |
Uses of PageException in railo.runtime.cfx |
---|
Methods in railo.runtime.cfx that throw PageException | |
---|---|
void |
QueryWrap.sort(Collection.Key column)
|
void |
QueryWrap.sort(Collection.Key keyColumn,
int order)
|
void |
QueryWrap.sort(String column)
|
void |
QueryWrap.sort(String strColumn,
int order)
|
Constructors in railo.runtime.cfx that throw PageException | |
---|---|
RequestImpl(PageContext pc,
Struct attributes)
constructor of the class |
Uses of PageException in railo.runtime.com |
---|
Methods in railo.runtime.com that throw PageException | |
---|---|
Object |
COMObject.call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
|
Object |
COMObject.call(PageContext pc,
String methodName,
Object[] args)
|
Object |
COMObject.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
COMObject.callWithNamedValues(PageContext pc,
String methodName,
Struct args)
|
int |
COMObject.compareTo(DateTime dt)
|
int |
COMObject.compareTo(double d)
|
int |
COMObject.compareTo(String str)
|
Object |
COMObject.get(PageContext pc,
Collection.Key key)
|
Object |
COMObject.get(PageContext pc,
String propertyName)
|
Object |
COMObject.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Uses of PageException in railo.runtime.component |
---|
Methods in railo.runtime.component that throw PageException | |
---|---|
org.objectweb.asm.Type |
Property.getASMType()
|
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,
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,
String rawPath,
Map interfaceUDFs)
|
static Page |
ComponentLoader.loadPage(PageContext pc,
PageSource ps)
|
static PagePlus |
ComponentLoader.loadPage(PageContext pc,
String rawPath,
Boolean searchLocal,
Boolean searchRoot)
|
Constructors in railo.runtime.component that throw PageException | |
---|---|
InterfaceCollection(PageContextImpl pc,
String implement)
|
Uses of PageException in railo.runtime.config |
---|
Methods in railo.runtime.config that throw PageException | |
---|---|
static Cluster |
ConfigServerImpl.createClusterScope(Config config)
|
Page |
ConfigWebImpl.getBaseComponentPage(PageContext pc)
|
Page |
ConfigImpl.getCachedPage(PageContext pc,
String pathWithCFC)
|
CFXTagPool |
Config.getCFXTagPool()
|
ConfigServer |
Config.getConfigServer(String password)
|
InitFile |
ConfigImpl.getCTInitFile(PageContext pc,
String key)
|
DataSource |
Config.getDataSource(String datasource)
|
DumpWriter |
Config.getDumpWriter(String key)
Deprecated. use instead getDumpWriter(String key,int defaultType) |
DumpWriter |
Config.getDumpWriter(String key,
int defaultType)
returns the DumpWriter matching key |
String[] |
ConfigImpl.getInstalledPatches()
|
ORMEngine |
ConfigImpl.getORMEngine(PageContext pc)
|
Query |
ConfigWebAdmin.getResourceProviders()
|
static void |
ConfigWebFactory.load(ConfigServerImpl configServer,
ConfigImpl config,
Document doc,
boolean isReload,
boolean doNew)
|
static ConfigServerImpl |
ConfigServerFactory.newInstance(CFMLEngineImpl engine,
Map initContextes,
Map contextes,
Resource configDir)
creates a new ServletConfig Impl Object |
static ConfigWebImpl |
ConfigWebFactory.newInstance(CFMLFactoryImpl factory,
ConfigServerImpl configServer,
Resource configDir,
javax.servlet.ServletConfig servletConfig)
creates a new ServletConfig Impl Object |
static void |
ConfigWebFactory.reloadInstance(ConfigImpl config,
boolean force)
reloads the Config Object |
static void |
ConfigServerFactory.reloadInstance(ConfigServerImpl configServer)
reloads the Config Object |
void |
ConfigWebAdmin.removeCacheDefaultConnection(int type)
|
void |
ConfigWebAdmin.removeCacheGatewayEntry(String name)
|
void |
ConfigWebAdmin.removeLatestUpdate()
run update from cfml engine |
void |
ConfigWebAdmin.removeMonitor(String name)
|
void |
ConfigWebAdmin.removeResourceProvider(Class clazz)
|
void |
ConfigWebAdmin.removeUpdate()
|
void |
ConfigWebAdmin.resetId()
|
ORMEngine |
ConfigImpl.resetORMEngine(PageContext pc,
boolean force)
|
void |
ConfigWebAdmin.restart()
run update from cfml engine |
void |
ConfigWebAdmin.runUpdate()
run update from cfml engine |
void |
ConfigWebAdmin.setMailDefaultCharset(String charset)
sets the charset for the mail |
void |
ConfigWebAdmin.setMailLog(String logFile,
String level)
sets Mail Logger to Config |
static void |
ConfigWebAdmin.setPassword(ConfigImpl config,
boolean isServer,
String passwordOld,
String passwordNew)
|
void |
ConfigWebAdmin.setPassword(String contextPath,
String password)
|
void |
ConfigWebAdmin.store()
store changes back to railo xml |
void |
ConfigWebAdmin.updateAdminSyncClass(String classname)
|
void |
ConfigWebAdmin.updateCacheConnection(String name,
String classname,
int _default,
Struct custom,
boolean readOnly,
boolean storage)
|
void |
ConfigWebAdmin.updateCacheDefaultConnection(int type,
String name)
|
void |
ConfigWebAdmin.updateClusterClass(String classname)
|
void |
ConfigWebAdmin.updateCPPCFX(String name,
String procedure,
String strServerLibrary,
boolean keepAlive)
|
void |
ConfigWebAdmin.updateCustomTagExtensions(String extensions)
|
void |
ConfigWebAdmin.updateDefaultResourceProvider(Class clazz,
String arguments)
|
void |
ConfigWebAdmin.updateExtension(Extension extension)
|
void |
ConfigWebAdmin.updateGatewayEntry(String id,
String className,
String cfcPath,
String listenerCfcPath,
int startupMode,
Struct custom,
boolean readOnly)
|
void |
ConfigWebAdmin.updateJavaCFX(String name,
String strClass)
insert or update a Java CFX Tag |
void |
ConfigWebAdmin.updateMailServer(String hostName,
String username,
String password,
int port,
boolean tls,
boolean ssl)
insert or update a mailserver on system |
void |
ConfigWebAdmin.updateMonitor(String className,
String type,
String name,
boolean logEnabled)
|
void |
ConfigWebAdmin.updateRemoteClient(String label,
String url,
String type,
String securityKey,
String usage,
String adminPassword,
String serverUsername,
String serverPassword,
String proxyServer,
String proxyUsername,
String proxyPassword,
String proxyPort)
|
void |
ConfigWebAdmin.updateResourceCharset(String charset)
|
void |
ConfigWebAdmin.updateResourceProvider(String scheme,
Class clazz,
String arguments)
|
void |
ConfigWebAdmin.updateResourceProvider(String scheme,
Class clazz,
Struct arguments)
|
void |
ConfigWebAdmin.updateSerial(String serial)
|
void |
ConfigWebAdmin.updateTemplateCharset(String charset)
|
void |
ConfigWebAdmin.updateTimeServer(String timeServer,
Boolean useTimeServer)
update the timeServer |
void |
ConfigWebAdmin.updateVideoExecuterClass(String classname)
|
void |
ConfigWebAdmin.updateWebCharset(String charset)
|
void |
ConfigWebAdmin.verifyCFX(String name)
|
void |
ConfigWebAdmin.verifyExtensionProvider(String strUrl)
|
void |
ConfigWebAdmin.verifyJavaCFX(String name,
String strClass)
|
Uses of PageException in railo.runtime.customtag |
---|
Methods in railo.runtime.customtag that throw PageException | |
---|---|
static InitFile |
CustomTagUtil.loadInitFile(PageContext pc,
String name)
|
static InitFile |
CustomTagUtil.loadInitFile(PageContext pc,
String name,
InitFile defaultValue)
|
Uses of PageException in railo.runtime.db |
---|
Methods in railo.runtime.db that throw PageException | |
---|---|
static QueryImpl |
HSQLDBHandler.__execute(PageContext pc,
SQL sql,
int maxrows,
int fetchsize,
int timeout,
Stopwatch stopwatch,
Set<String> tables,
boolean doSimpleTypes)
|
void |
DatasourceManagerImpl.add(PageContext pc,
ORMSession session)
|
void |
DataSourceManager.commit()
commit hanging transaction |
Query |
QoQ.execute(PageContext pc,
SQL sql,
int maxrows)
|
Query |
HSQLDBHandler.execute(PageContext pc,
SQL sql,
int maxrows,
int fetchsize,
int timeout)
executes a query on the queries inside the cld fusion enviroment |
Query |
QoQ.execute(PageContext pc,
SQL sql,
Selects selects,
int maxrows)
execute a SQL Statement against CFML Scopes |
Query |
Executer.execute(PageContext pc,
SQL sql,
String prettySQL,
int maxrows)
|
Query |
Executer.execute(Vector statements,
PageContext pc,
SQL sql,
int maxrows)
execute a SQL Statement against CFML Scopes |
DatasourceConnection |
DatasourceManagerImpl.getConnection(PageContext pc,
DataSource ds,
String user,
String pass)
|
DatasourceConnection |
DatasourceManagerImpl.getConnection(PageContext pc,
String _datasource,
String user,
String pass)
FUTURE deprecated |
DatasourceConnection |
DataSourceManager.getConnection(PageContext pc,
String datasource,
String user,
String pass)
return a database connection matching to datsource name |
DatasourceConnection |
DatasourceConnectionPool.getDatasourceConnection(PageContext pc,
DataSource datasource,
String user,
String pass)
|
Object |
SQLItemImpl.getValueForCF()
|
Object |
SQLItem.getValueForCF()
|
static boolean |
LikeCompare.like(SQL sql,
String haystack,
String needle)
|
static boolean |
LikeCompare.like(SQL sql,
String haystack,
String needle,
String escape)
|
void |
DataSourceManager.releaseConnection(PageContext pc,
DatasourceConnection dc)
|
void |
DataSourceManager.rollback()
rollback hanging transaction |
static void |
SQLCaster.setValue(PreparedStatement stat,
int parameterIndex,
SQLItem item)
|
static Object |
SQLCaster.toCFType(Object value)
|
static Object |
SQLCaster.toCFType(Object value,
int type)
|
static Object |
SQLCaster.toCFTypex(SQLItem item)
cast a Value to a correspondance CF Type |
static Object |
SQLCaster.toSqlType(SQLItem item)
sets a Value to a PreparedStatement |
Uses of PageException in railo.runtime.debug |
---|
Methods in railo.runtime.debug with parameters of type PageException | |
---|---|
void |
DebuggerImpl.addException(Config config,
PageException pe)
|
Uses of PageException in railo.runtime.dump |
---|
Methods in railo.runtime.dump that throw PageException | |
---|---|
boolean |
SimpleDumpData.castToBooleanValue()
|
DateTime |
SimpleDumpData.castToDateTime()
|
double |
SimpleDumpData.castToDoubleValue()
|
String |
SimpleDumpData.castToString()
|
int |
SimpleDumpData.compareTo(DateTime dt)
|
int |
SimpleDumpData.compareTo(double d)
|
int |
SimpleDumpData.compareTo(String str)
|
Uses of PageException in railo.runtime.engine |
---|
Methods in railo.runtime.engine that throw PageException | |
---|---|
static Struct |
Surveillance.getInfo(ConfigImpl config)
|
Uses of PageException in railo.runtime.err |
---|
Methods in railo.runtime.err with parameters of type PageException | |
---|---|
ErrorPage |
ErrorPagePool.getErrorPage(PageException pe,
short type)
returns the error page |
void |
ErrorPagePool.removeErrorPage(PageException pe)
remove this error page |
Uses of PageException in railo.runtime.exp |
---|
Subclasses of PageException in railo.runtime.exp | |
---|---|
class |
Abort
This Exception will be Throwed, when page Excecution will be aborted (tag abort). |
class |
AbortException
|
class |
ApplicationException
Application Exception Object |
class |
CasterException
|
class |
CustomTypeException
Exception throwed by Cold Fusion Code |
class |
DatabaseException
Database Exception Object |
class |
DeprecatedException
|
class |
ExpressionException
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments |
class |
FTPException
|
class |
FunctionException
specified exception for Built-In Function |
class |
FunctionNotSupported
|
class |
HTTPException
Exception class for the HTTP Handling |
class |
LockException
|
class |
MissingIncludeException
Exception throwed when missing include |
class |
NativeException
Box a Native Exception, Native = !PageException |
class |
PageExceptionImpl
Railo Runtime Page Exception, all runtime Exception are sub classes of this class |
class |
RemoteAccessException
|
class |
RemoteException
|
class |
RequestTimeoutException
|
class |
SecurityException
|
class |
TagAttributeException
exception to throw invalid attributes of tags |
class |
TagNotSupported
|
class |
TemplateException
Template Exception Object |
class |
UDFCasterException
|
class |
XMLException
XmL Exception |
Methods in railo.runtime.exp that return PageException | |
---|---|
PageException |
CatchBlock.getPageException()
FUTURE add to interface |
PageException |
PageRuntimeException.getPageException()
|
PageException |
PageServletException.getPageException()
|
PageException |
PageExceptionBox.getPageException()
|
Methods in railo.runtime.exp that throw PageException | |
---|---|
Object |
CatchBlock.call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
|
Object |
CatchBlock.call(PageContext pc,
String methodName,
Object[] arguments)
|
Object |
CatchBlock.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
CatchBlock.callWithNamedValues(PageContext pc,
String methodName,
Struct args)
|
Object |
CatchBlock.get(Collection.Key key)
|
Object |
CatchBlock.get(PageContext pc,
Collection.Key key)
|
Object |
CatchBlock.get(PageContext pc,
String key)
|
Object |
CatchBlock.remove(Collection.Key key)
|
Object |
CatchBlock.remove(String key)
|
Object |
CatchBlock.set(Collection.Key key,
Object value)
|
Object |
CatchBlock.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
CatchBlock.set(PageContext pc,
String propertyName,
Object value)
|
Constructors in railo.runtime.exp with parameters of type PageException | |
---|---|
AlwaysThrow(PageException pe)
|
|
PageRuntimeException(PageException pe)
constructor of the class |
|
PageServletException(PageException pe)
constructor of the class |
|
RemoteAccessException(RemoteClient client,
PageException pe)
|
Uses of PageException in railo.runtime.ext.tag |
---|
Methods in railo.runtime.ext.tag that throw PageException | |
---|---|
void |
TagSupport.required(String tagName,
String actionName,
String attributeName,
Object attribute)
check if value is not empty |
Uses of PageException in railo.runtime.functions.arrays |
---|
Methods in railo.runtime.functions.arrays that throw PageException | |
---|---|
static void |
ArrayMerge.append(Array target,
Array source)
|
static Object |
ArrayLast.call(PageContext pc,
Array array)
|
static Object |
ArrayFirst.call(PageContext pc,
Array array)
|
static double |
ArrayMax.call(PageContext pc,
Array array)
|
static Struct |
ArrayToStruct.call(PageContext pc,
Array arr)
|
static double |
ArrayMin.call(PageContext pc,
Array array)
|
static Array |
ArrayMerge.call(PageContext pc,
Array arr1,
Array arr2)
|
static Array |
ArrayMerge.call(PageContext pc,
Array arr1,
Array arr2,
boolean leaveIndex)
|
static Array |
ArraySlice.call(PageContext pc,
Array arr,
double offset)
|
static boolean |
ArrayDeleteAt.call(PageContext pc,
Array array,
double number)
|
static Array |
ArraySlice.call(PageContext pc,
Array arr,
double offset,
double length)
|
static boolean |
ArraySet.call(PageContext pc,
Array array,
double from,
double to,
Object value)
|
static boolean |
ArrayInsertAt.call(PageContext pc,
Array array,
double number,
Object object)
|
static boolean |
ArrayPrepend.call(PageContext pc,
Array array,
Object object)
|
static boolean |
ArrayAppend.call(PageContext pc,
Array array,
Object object)
|
static double |
ArrayFindNoCase.call(PageContext pc,
Array array,
Object value)
|
static boolean |
ArrayDelete.call(PageContext pc,
Array array,
Object value)
|
static double |
ArrayFind.call(PageContext pc,
Array array,
Object value)
|
static boolean |
ArrayDelete.call(PageContext pc,
Array array,
Object value,
String scope)
|
static boolean |
ArraySort.call(PageContext pc,
Array array,
String sorttype)
|
static boolean |
ArraySort.call(PageContext pc,
Array array,
String sorttype,
String sortorder)
|
static int |
ArrayFind.find(Array array,
Object value,
boolean caseSensitive)
|
static void |
ArrayMerge.set(Array target,
Array source)
|
Uses of PageException in railo.runtime.functions.cache |
---|
Methods in railo.runtime.functions.cache that throw PageException | |
---|---|
static double |
CacheClear.call(PageContext pc)
|
static Array |
CacheGetAllIds.call(PageContext pc)
|
static double |
CacheCount.call(PageContext pc)
|
static Struct |
CacheGetAll.call(PageContext pc)
|
static Array |
CacheGetProperties.call(PageContext pc)
|
static String |
CacheRemove.call(PageContext pc,
Object ids)
|
static String |
CacheRemove.call(PageContext pc,
Object ids,
boolean throwOnError)
|
static String |
CacheRemove.call(PageContext pc,
Object ids,
boolean throwOnError,
String cacheName)
|
static Struct |
CacheGetMetadata.call(PageContext pc,
String id)
|
static String |
CacheDelete.call(PageContext pc,
String id)
|
static double |
CacheClear.call(PageContext pc,
String strFilter)
|
static Object |
CacheGet.call(PageContext pc,
String key)
|
static Array |
CacheGetAllIds.call(PageContext pc,
String filter)
|
static double |
CacheCount.call(PageContext pc,
String cacheName)
|
static String |
CacheGetDefaultCacheName.call(PageContext pc,
String strType)
|
static Struct |
CacheGetAll.call(PageContext pc,
String filter)
|
static Array |
CacheGetProperties.call(PageContext pc,
String cacheName)
|
static boolean |
CacheKeyExists.call(PageContext pc,
String key)
|
static String |
CacheDelete.call(PageContext pc,
String id,
boolean throwOnError)
|
static Object |
CacheGet.call(PageContext pc,
String key,
boolean throwWhenNotExist)
|
static String |
CacheDelete.call(PageContext pc,
String id,
boolean throwOnError,
String cacheName)
|
static Object |
CacheGet.call(PageContext pc,
String key,
boolean throwWhenNotExist,
String cacheName)
|
static String |
CachePut.call(PageContext pc,
String key,
Object value)
|
static String |
CachePut.call(PageContext pc,
String key,
Object value,
TimeSpan timeSpan)
|
static String |
CachePut.call(PageContext pc,
String key,
Object value,
TimeSpan timeSpan,
TimeSpan idleTime)
|
static String |
CachePut.call(PageContext pc,
String key,
Object value,
TimeSpan timeSpan,
TimeSpan idleTime,
String cacheName)
|
static Struct |
CacheGetMetadata.call(PageContext pc,
String id,
String cacheName)
|
static double |
CacheClear.call(PageContext pc,
String strFilter,
String cacheName)
|
static Array |
CacheGetAllIds.call(PageContext pc,
String filter,
String cacheName)
|
static Struct |
CacheGetAll.call(PageContext pc,
String filter,
String cacheName)
|
static boolean |
CacheKeyExists.call(PageContext pc,
String key,
String cacheName)
|
static Object |
CacheSetProperties.call(PageContext pc,
Struct properties)
|
Uses of PageException in railo.runtime.functions.conversion |
---|
Methods in railo.runtime.functions.conversion that throw PageException | |
---|---|
static String |
BinaryEncode.call(PageContext pc,
byte[] binary,
String binaryencoding)
|
static String |
CharsetEncode.call(PageContext pc,
byte[] binary,
String encoding)
|
static String |
SerializeJSON.call(PageContext pc,
Object var)
|
static String |
SerializeJSON.call(PageContext pc,
Object var,
boolean serializeQueryByColumns)
|
static String |
ToScript.call(PageContext pc,
Object var,
String jsName)
|
static String |
ToScript.call(PageContext pc,
Object var,
String jsName,
boolean outputFormat)
|
static String |
ToScript.call(PageContext pc,
Object var,
String jsName,
boolean outputFormat,
boolean asFormat)
|
static String |
GenerateSecretKey.call(PageContext pc,
String algorithm)
|
static Object |
DeserializeJSON.call(PageContext pc,
String JSONVar)
|
static Object |
DeserializeJSON.call(PageContext pc,
String JSONVar,
boolean strictMapping)
|
static String |
GenerateSecretKey.call(PageContext pc,
String algorithm,
double keySize)
|
static byte[] |
CharsetDecode.call(PageContext pc,
String encoded_binary,
String encoding)
|
static byte[] |
BinaryDecode.call(PageContext pc,
String encoded_binary,
String binaryencoding)
|
Uses of PageException in railo.runtime.functions.dateTime |
---|
Methods in railo.runtime.functions.dateTime that throw PageException | |
---|---|
static double |
Beat.call(PageContext pc)
|
static double |
Beat.call(PageContext pc,
Object obj)
|
static String |
SetTimeZone.call(PageContext pc,
String strTimezone)
|
Uses of PageException in railo.runtime.functions.decision |
---|
Methods in railo.runtime.functions.decision that throw PageException | |
---|---|
static boolean |
IsUserLoggedIn.call(PageContext pc)
|
static boolean |
IsUserInAnyRole.call(PageContext pc)
|
static boolean |
IsIPv6.call(PageContext pc)
|
static boolean |
IsUserInRole.call(PageContext pc,
Object object)
|
static boolean |
IsInstanceOf.call(PageContext pc,
Object obj,
String typeName)
|
static boolean |
IsUserInAnyRole.call(PageContext pc,
String strRoles)
|
static boolean |
IsIPv6.call(PageContext pc,
String hostName)
|
static boolean |
IsValid.call(PageContext pc,
String type,
Object value,
Object objPattern)
regex check |
static boolean |
IsValid.call(PageContext pc,
String type,
Object value,
Object objMin,
Object objMax)
|
Uses of PageException in railo.runtime.functions.displayFormatting |
---|
Methods in railo.runtime.functions.displayFormatting that throw PageException | |
---|---|
static String |
DecimalFormat.call(PageContext pc,
Object object)
|
static String |
YesNoFormat.call(PageContext pc,
Object object)
|
static String |
DateFormat.call(PageContext pc,
Object object)
|
static String |
TrueFalseFormat.call(PageContext pc,
Object object)
|
static String |
NumberFormat.call(PageContext pc,
Object object)
|
static String |
DateFormat.call(PageContext pc,
Object object,
String mask)
|
static String |
NumberFormat.call(PageContext pc,
Object object,
String mask)
|
static String |
DateFormat.call(PageContext pc,
Object object,
String mask,
String strTimezone)
|
static String |
AjaxOnLoad.call(PageContext pc,
String functionName)
|
static String |
AjaxLink.call(PageContext pc,
String url)
|
static double |
NumberFormat.toNumber(PageContext pc,
Object object)
|
Uses of PageException in railo.runtime.functions.dynamicEvaluation |
---|
Methods in railo.runtime.functions.dynamicEvaluation that throw PageException | |
---|---|
static Object |
IIf.call(PageContext pc,
boolean bool,
String str1,
String str2)
|
static String |
Serialize.call(PageContext pc,
Object o)
|
static Object |
PrecisionEvaluate.call(PageContext pc,
Object[] objs)
|
static Object |
Evaluate.call(PageContext pc,
Object[] objs)
|
static Object |
Evaluate.call(PageContext pc,
Object[] objs,
boolean preciseMath)
|
static Object |
EvaluateJava.call(PageContext pc,
String string)
|
static Object |
UnserializeJava.call(PageContext pc,
String string)
Deprecated. |
static Object |
GetVariable.call(PageContext pc,
String name)
|
static Object |
SetVariable.call(PageContext pc,
String name,
Object value)
|
static Object |
EvaluateComponent.call(PageContext pc,
String name,
String md5,
Struct sctThis)
|
static Object |
EvaluateComponent.call(PageContext pc,
String name,
String md5,
Struct sctThis,
Struct sctVariables)
|
static void |
EvaluateComponent.setInternalState(Component comp,
Struct sctThis,
Struct sctVariables)
|
Uses of PageException in railo.runtime.functions.file |
---|
Methods in railo.runtime.functions.file that throw PageException | |
---|---|
static double |
GetTotalSpace.call(PageContext pc,
Object obj)
|
static boolean |
FileIsEOF.call(PageContext pc,
Object fileObj)
|
static String |
FileDelete.call(PageContext pc,
Object oSrc)
|
static String |
FileClose.call(PageContext pc,
Object fileObj)
|
static Object |
FileReadBinary.call(PageContext pc,
Object oSrc)
|
static double |
GetFreeSpace.call(PageContext pc,
Object obj)
|
static Object |
FileRead.call(PageContext pc,
Object path)
|
static String |
FileReadLine.call(PageContext pc,
Object fileObj)
|
static Struct |
GetFileInfo.call(PageContext pc,
Object oSrc)
|
static boolean |
FileExists.call(PageContext pc,
Object obj)
|
static String |
FileSetLastModified.call(PageContext pc,
Object oSrc,
DateTime date)
|
static String |
FileSeek.call(PageContext pc,
Object fileObj,
double pos)
|
static String |
FileSkipBytes.call(PageContext pc,
Object fileObj,
double len)
|
static String |
FileMove.call(PageContext pc,
Object oSrc,
Object oDst)
|
static String |
FileWrite.call(PageContext pc,
Object obj,
Object data)
|
static Object |
FileRead.call(PageContext pc,
Object obj,
Object charsetOrSize)
|
static boolean |
FileExists.call(PageContext pc,
Object obj,
Object oAllowRealPath)
|
static String |
FileCopy.call(PageContext pc,
Object oSrc,
Object oDst)
|
static String |
FileWrite.call(PageContext pc,
Object obj,
Object data,
String charset)
|
static String |
FileWriteLine.call(PageContext pc,
Object obj,
String text)
|
static String |
FileSetAttribute.call(PageContext pc,
Object oSrc,
String attr)
|
static String |
FileSetAccessMode.call(PageContext pc,
Object oSrc,
String strMode)
|
static Struct |
GetVFSMetaData.call(PageContext pc,
String scheme)
|
static Struct |
FileUpload.call(PageContext pc,
String destination)
|
static String |
DirectoryDelete.call(PageContext pc,
String path)
|
static Object |
DirectoryList.call(PageContext pc,
String path)
|
static Array |
FileUploadAll.call(PageContext pc,
String destination)
|
static Object |
FileOpen.call(PageContext pc,
String path)
|
static String |
DirectoryCreate.call(PageContext pc,
String path)
|
static String |
DirectoryDelete.call(PageContext pc,
String path,
boolean recurse)
|
static Object |
DirectoryList.call(PageContext pc,
String path,
boolean recurse)
|
static String |
DirectoryCreate.call(PageContext pc,
String path,
boolean doParent)
|
static Object |
DirectoryList.call(PageContext pc,
String path,
boolean recurse,
String strListInfo)
|
static Object |
DirectoryList.call(PageContext pc,
String path,
boolean recurse,
String strListInfo,
Object oFilter)
|
static Object |
DirectoryList.call(PageContext pc,
String path,
boolean recurse,
String strListInfo,
Object oFilter,
String sort)
|
static Struct |
FileUpload.call(PageContext pc,
String destination,
String fileField)
|
static Array |
FileUploadAll.call(PageContext pc,
String destination,
String accept)
|
static Object |
FileOpen.call(PageContext pc,
String path,
String mode)
|
static String |
DirectoryRename.call(PageContext pc,
String oldPath,
String newPath)
|
static Struct |
FileUpload.call(PageContext pc,
String destination,
String fileField,
String accept)
|
static Array |
FileUploadAll.call(PageContext pc,
String destination,
String accept,
String nameConflict)
|
static Object |
FileOpen.call(PageContext pc,
String path,
String strMode,
String charset)
|
static Object |
FileOpen.call(PageContext pc,
String path,
String strMode,
String charset,
boolean seekable)
|
static Struct |
FileUpload.call(PageContext pc,
String destination,
String fileField,
String accept,
String nameConflict)
|
static Array |
FileUploadAll.call(PageContext pc,
String destination,
String accept,
String nameConflict,
String mode)
|
static Struct |
FileUpload.call(PageContext pc,
String destination,
String fileField,
String accept,
String nameConflict,
String mode)
|
static Array |
FileUploadAll.call(PageContext pc,
String destination,
String accept,
String nameConflict,
String mode,
String attributes)
|
static Array |
FileUploadAll.call(PageContext pc,
String destination,
String accept,
String nameConflict,
String mode,
String attributes,
Object acl)
|
static Struct |
FileUpload.call(PageContext pc,
String destination,
String fileField,
String accept,
String nameConflict,
String mode,
String attributes)
|
static Struct |
FileUpload.call(PageContext pc,
String destination,
String fileField,
String accept,
String nameConflict,
String mode,
String attributes,
Object acl)
|
boolean |
FileStreamWrapper.castToBooleanValue()
|
DateTime |
FileStreamWrapper.castToDateTime()
|
double |
FileStreamWrapper.castToDoubleValue()
|
String |
FileStreamWrapper.castToString()
|
int |
FileStreamWrapper.compareTo(boolean b)
|
int |
FileStreamWrapper.compareTo(DateTime dt)
|
int |
FileStreamWrapper.compareTo(double d)
|
int |
FileStreamWrapper.compareTo(String str)
|
Object |
FileStreamWrapper.get(Collection.Key key)
|
Object |
FileStreamWrapper.remove(Collection.Key key)
|
void |
FileStreamWrapperWrite.seek(long pos)
|
void |
FileStreamWrapperReadWrite.seek(long pos)
|
void |
FileStreamWrapperRead.seek(long pos)
|
abstract void |
FileStreamWrapper.seek(long pos)
|
void |
FileStreamWrapperReadBinary.seek(long pos)
|
Object |
FileStreamWrapper.set(Collection.Key key,
Object value)
|
void |
FileStreamWrapperWrite.skip(int len)
|
void |
FileStreamWrapperReadWrite.skip(int len)
|
void |
FileStreamWrapperRead.skip(int len)
|
abstract void |
FileStreamWrapper.skip(int len)
|
void |
FileStreamWrapperReadBinary.skip(int len)
|
Uses of PageException in railo.runtime.functions.gateway |
---|
Methods in railo.runtime.functions.gateway that throw PageException | |
---|---|
static String |
SendGatewayMessage.call(PageContext pc,
String gatewayID,
Struct data)
|
Uses of PageException in railo.runtime.functions.image |
---|
Methods in railo.runtime.functions.image that throw PageException | |
---|---|
static Object |
ImageFilterCurves.call(PageContext pc)
|
static Struct |
ImageFormats.call(PageContext pc)
|
static Object |
ImageFilterWarpGrid.call(PageContext pc,
double rows,
double cols,
double width,
double height)
|
static Object |
ImageFilterKernel.call(PageContext pc,
double width,
double height,
Object oData)
|
static String |
ImageNegative.call(PageContext pc,
Object name)
|
static String |
ImageWrite.call(PageContext pc,
Object name)
|
static Object |
ImageRead.call(PageContext pc,
Object source)
|
static Struct |
ImageInfo.call(PageContext pc,
Object source)
|
static String |
ImageBlur.call(PageContext pc,
Object name)
|
static String |
ImageFlip.call(PageContext pc,
Object name)
|
static String |
ImageSetDrawingTransparency.call(PageContext pc,
Object name)
|
static double |
ImageGetHeight.call(PageContext pc,
Object name)
|
static String |
ImageSharpen.call(PageContext pc,
Object name)
|
static String |
ImageSetAntialiasing.call(PageContext pc,
Object name)
|
static Struct |
ImageGetEXIFMetadata.call(PageContext pc,
Object name)
|
static Object |
ImageGetBufferedImage.call(PageContext pc,
Object name)
|
static double |
ImageGetWidth.call(PageContext pc,
Object name)
|
static String |
ImageAddBorder.call(PageContext pc,
Object name)
|
static Object |
ImageNew.call(PageContext pc,
Object source)
|
static Object |
ImageGetBlob.call(PageContext pc,
Object source)
|
static String |
ImageGrayscale.call(PageContext pc,
Object name)
|
static String |
ImageDrawLines.call(PageContext pc,
Object name,
Array xcoords,
Array ycoords)
|
static String |
ImageDrawLines.call(PageContext pc,
Object name,
Array xcoords,
Array ycoords,
boolean isPolygon)
|
static String |
ImageDrawLines.call(PageContext pc,
Object name,
Array xcoords,
Array ycoords,
boolean isPolygon,
boolean filled)
|
static String |
ImageShear.call(PageContext pc,
Object name,
double shear)
|
static String |
ImageBlur.call(PageContext pc,
Object name,
double blurFactor)
|
static String |
ImageSetDrawingTransparency.call(PageContext pc,
Object name,
double percent)
|
static String |
ImageSharpen.call(PageContext pc,
Object name,
double gain)
|
static String |
ImageRotateDrawingAxis.call(PageContext pc,
Object name,
double angle)
|
static String |
ImageAddBorder.call(PageContext pc,
Object name,
double thickness)
|
static String |
ImageSetDrawingAlpha.call(PageContext pc,
Object name,
double alpha)
|
static String |
ImageShearDrawingAxis.call(PageContext pc,
Object name,
double shx,
double shy)
|
static String |
ImageTranslate.call(PageContext pc,
Object name,
double xTrans,
double yTrans)
|
static String |
ImageRotateDrawingAxis.call(PageContext pc,
Object name,
double angle,
double x)
|
static String |
ImageTranslateDrawingAxis.call(PageContext pc,
Object name,
double x,
double y)
|
static String |
ImageDrawPoint.call(PageContext pc,
Object name,
double x,
double y)
|
static String |
ImageRotateDrawingAxis.call(PageContext pc,
Object name,
double angle,
double x,
double y)
|
static String |
ImageDrawLine.call(PageContext pc,
Object name,
double x1,
double y1,
double x2,
double y2)
|
static String |
ImageClearRect.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height)
|
static String |
ImageDrawOval.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height)
|
static String |
ImageCrop.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height)
|
static Object |
ImageCopy.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height)
|
static String |
ImageDrawBeveledRect.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height)
|
static String |
ImageDrawRect.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height)
|
static String |
ImageDrawOval.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height,
boolean filled)
|
static String |
ImageDrawBeveledRect.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height,
boolean raised)
|
static String |
ImageDrawRect.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height,
boolean filled)
|
static String |
ImageDrawBeveledRect.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height,
boolean raised,
boolean filled)
|
static Object |
ImageCopy.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height,
double dx)
|
static String |
ImageDrawRoundRect.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height,
double arcWidth,
double arcHeight)
|
static String |
ImageDrawArc.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height,
double startAngle,
double arcAngle)
|
static Object |
ImageCopy.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height,
double dx,
double dy)
|
static String |
ImageDrawQuadraticCurve.call(PageContext pc,
Object name,
double x1,
double y1,
double ctrlx,
double ctrly,
double x2,
double y2)
|
static String |
ImageDrawRoundRect.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height,
double arcWidth,
double arcHeight,
boolean filled)
|
static String |
ImageDrawArc.call(PageContext pc,
Object name,
double x,
double y,
double width,
double height,
double startAngle,
double arcAngle,
boolean filled)
|
static String |
ImageDrawCubicCurve.call(PageContext pc,
Object name,
double x1,
double y1,
double ctrlx1,
double ctrly1,
double ctrlx2,
double ctrly2,
double x2,
double y2)
|
static String |
ImageTranslate.call(PageContext pc,
Object name,
double xTrans,
double yTrans,
String strInterpolation)
|
static String |
ImageShear.call(PageContext pc,
Object name,
double shear,
String direction)
|
static String |
ImageAddBorder.call(PageContext pc,
Object name,
double thickness,
String color)
|
static String |
ImageShear.call(PageContext pc,
Object name,
double shear,
String strDirection,
String strInterpolation)
|
static String |
ImageAddBorder.call(PageContext pc,
Object name,
double thickness,
String color,
String strBorderType)
|
static String |
ImagePaste.call(PageContext pc,
Object src1,
Object src2)
|
static String |
ImageOverlay.call(PageContext pc,
Object src1,
Object src2)
|
static String |
ImagePaste.call(PageContext pc,
Object src1,
Object src2,
double x)
|
static String |
ImagePaste.call(PageContext pc,
Object src1,
Object src2,
double x,
double y)
|
static String |
ImageDrawImage.call(PageContext pc,
Object name,
Object image,
double x,
double y)
|
static Object |
ImageGetIPTCTag.call(PageContext pc,
Object name,
String tagName)
|
static String |
ImageWrite.call(PageContext pc,
Object name,
String destination)
|
static String |
ImageFlip.call(PageContext pc,
Object name,
String strTranspose)
|
static String |
ImageFilter.call(PageContext pc,
Object name,
String filterName)
|
static String |
ImageSetDrawingColor.call(PageContext pc,
Object name,
String strColor)
|
static String |
ImageSetAntialiasing.call(PageContext pc,
Object name,
String strAntialias)
|
static Object |
ImageGetEXIFTag.call(PageContext pc,
Object name,
String tagName)
|
static String |
ImageRotate.call(PageContext pc,
Object name,
String angle)
|
static String |
ImageSetBackgroundColor.call(PageContext pc,
Object name,
String strColor)
|
static Object |
ImageNew.call(PageContext pc,
Object source,
String width)
|
static String |
ImageXORDrawingMode.call(PageContext pc,
Object name,
String color)
|
static String |
ImageWrite.call(PageContext pc,
Object name,
String destination,
double quality)
|
static String |
ImageWrite.call(PageContext pc,
Object name,
String destination,
double quality,
boolean overwrite)
|
static String |
ImageDrawText.call(PageContext pc,
Object name,
String str,
double x,
double y)
|
static String |
ImageDrawText.call(PageContext pc,
Object name,
String str,
double x,
double y,
Struct ac)
|
static String |
ImageResize.call(PageContext pc,
Object name,
String width,
String height)
|
static String |
ImageWriteBase64.call(PageContext pc,
Object name,
String destination,
String format)
|
static String |
ImageScaleToFit.call(PageContext pc,
Object name,
String fitWidth,
String fitHeight)
|
static String |
ImageRotate.call(PageContext pc,
Object name,
String angle,
String strInterpolation)
|
static Object |
ImageNew.call(PageContext pc,
Object source,
String width,
String height)
|
static String |
ImageWriteBase64.call(PageContext pc,
Object name,
String destination,
String format,
boolean inHTMLFormat)
|
static String |
ImageResize.call(PageContext pc,
Object name,
String width,
String height,
String interpolation)
|
static String |
ImageScaleToFit.call(PageContext pc,
Object name,
String fitWidth,
String fitHeight,
String interpolation)
|
static String |
ImageRotate.call(PageContext pc,
Object name,
String x,
String y,
String angle)
|
static Object |
ImageNew.call(PageContext pc,
Object source,
String width,
String height,
String strImageType)
|
static String |
ImageResize.call(PageContext pc,
Object name,
String width,
String height,
String interpolation,
double blurFactor)
|
static String |
ImageScaleToFit.call(PageContext pc,
Object name,
String fitWidth,
String fitHeight,
String strInterpolation,
double blurFactor)
|
static String |
ImageRotate.call(PageContext pc,
Object name,
String x,
String y,
String angle,
String strInterpolation)
|
static Object |
ImageNew.call(PageContext pc,
Object source,
String width,
String height,
String strImageType,
String strCanvasColor)
|
static String |
ImageFilter.call(PageContext pc,
Object name,
String filterName,
Struct parameters)
|
static String |
ImageSetDrawingStroke.call(PageContext pc,
Object name,
Struct attributeCollection)
|
static Object |
ImageReadBase64.call(PageContext pc,
String source)
|
static Object |
ImageFilterColorMap.call(PageContext pc,
String type)
|
static Object |
ImageFilterColorMap.call(PageContext pc,
String type,
String lineColor1)
|
static Object |
ImageFilterColorMap.call(PageContext pc,
String type,
String lineColor1,
String lineColor2)
|
static Struct |
ImageGetEXIFMetadata.getData(Image img)
|
Uses of PageException in railo.runtime.functions.international |
---|
Methods in railo.runtime.functions.international that throw PageException | |
---|---|
static String |
LSTimeFormat.call(PageContext pc,
Object o)
|
static String |
LSCurrencyFormat.call(PageContext pc,
Object number)
|
static DateTime |
LSParseDateTime.call(PageContext pc,
Object oDate)
|
static String |
LSNumberFormat.call(PageContext pc,
Object object)
|
static String |
LSDateFormat.call(PageContext pc,
Object object)
|
static String |
LSEuroCurrencyFormat.call(PageContext pc,
Object number)
|
static String |
LSTimeFormat.call(PageContext pc,
Object o,
String mask)
|
static String |
LSCurrencyFormat.call(PageContext pc,
Object number,
String type)
|
static DateTime |
LSParseDateTime.call(PageContext pc,
Object oDate,
String strLocale)
|
static String |
LSNumberFormat.call(PageContext pc,
Object object,
String mask)
|
static String |
LSDateFormat.call(PageContext pc,
Object object,
String mask)
|
static String |
LSEuroCurrencyFormat.call(PageContext pc,
Object number,
String type)
|
static String |
LSTimeFormat.call(PageContext pc,
Object o,
String mask,
String strLocale)
|
static String |
LSCurrencyFormat.call(PageContext pc,
Object number,
String type,
String strLocale)
|
static DateTime |
LSParseDateTime.call(PageContext pc,
Object oDate,
String strLocale,
String strTimezone)
|
static String |
LSNumberFormat.call(PageContext pc,
Object object,
String mask,
String locale)
|
static String |
LSDateFormat.call(PageContext pc,
Object object,
String mask,
String strLocale)
|
static String |
LSEuroCurrencyFormat.call(PageContext pc,
Object number,
String type,
String locale)
|
static String |
LSTimeFormat.call(PageContext pc,
Object o,
String mask,
String strLocale,
String strTimezone)
|
static String |
LSDateFormat.call(PageContext pc,
Object object,
String mask,
String strLocale,
String strTimezone)
|
static double |
LSParseNumber.call(PageContext pc,
String string)
|
static String |
LSParseCurrency.call(PageContext pc,
String string)
|
static String |
SetLocale.call(PageContext pc,
String strLocale)
|
static String |
LSParseEuroCurrency.call(PageContext pc,
String string)
|
static double |
LSParseNumber.call(PageContext pc,
String string,
String strLocale)
|
static String |
LSParseCurrency.call(PageContext pc,
String string,
String strLocale)
|
static String |
SetEncoding.call(PageContext pc,
String scope,
String charset)
|
static String |
LSParseEuroCurrency.call(PageContext pc,
String string,
String strLocale)
|
static double |
LSCurrencyFormat.toDouble(Object number)
|
static double |
LSParseNumber.toDoubleValue(Locale locale,
String str)
|
static double |
LSParseCurrency.toDoubleValue(Locale locale,
String str)
|
static double |
LSParseCurrency.toDoubleValue(Locale locale,
String str,
boolean strict)
|
Uses of PageException in railo.runtime.functions.list |
---|
Methods in railo.runtime.functions.list that throw PageException | |
---|---|
static String |
ArrayToList.call(PageContext pc,
Array array)
|
static String |
ArrayToList.call(PageContext pc,
Array array,
char delimeter)
|
static String |
ArrayToList.call(PageContext pc,
Array array,
String delimeter)
|
static String |
ListItemTrim.call(PageContext pc,
String list)
|
static String |
ListGetAt.call(PageContext pc,
String list,
double posNumber)
|
static String |
ListGetAt.call(PageContext pc,
String list,
double posNumber,
String delimeter)
|
static String |
ListGetAt.call(PageContext pc,
String list,
double posNumber,
String delimeter,
boolean includeEmptyFields)
|
static String |
ListChangeDelims.call(PageContext pc,
String list,
String newDel)
|
static String |
ListSort.call(PageContext pc,
String list,
String sortType)
|
static double |
ListValueCountNoCase.call(PageContext pc,
String list,
String value)
|
static String |
ListItemTrim.call(PageContext pc,
String list,
String delimeter)
|
static double |
ListValueCount.call(PageContext pc,
String list,
String value)
|
static String |
ListItemTrim.call(PageContext pc,
String list,
String delimeter,
boolean includeEmptyFields)
|
static String |
ListChangeDelims.call(PageContext pc,
String list,
String newDel,
String oldDel)
|
static String |
ListSort.call(PageContext pc,
String list,
String sortType,
String sortOrder)
|
static double |
ListValueCountNoCase.call(PageContext pc,
String list,
String value,
String delimeter)
|
static double |
ListValueCount.call(PageContext pc,
String list,
String value,
String delimeter)
|
static String |
ListChangeDelims.call(PageContext pc,
String list,
String newDel,
String oldDel,
boolean includeEmptyFields)
|
static double |
ListValueCountNoCase.call(PageContext pc,
String list,
String value,
String delimeter,
boolean includeEmptyFields)
|
static double |
ListValueCount.call(PageContext pc,
String list,
String value,
String delimeter,
boolean includeEmptyFields)
|
static String |
ListSort.call(PageContext pc,
String list,
String sortType,
String sortOrder,
String delimiter)
|
static String |
ListSort.call(PageContext pc,
String list,
String sortType,
String sortOrder,
String delimiter,
boolean includeEmptyFields)
|
Uses of PageException in railo.runtime.functions.orm |
---|
Methods in railo.runtime.functions.orm that throw PageException | |
---|---|
static String |
ORMCloseSession.call(PageContext pc)
|
static String |
ORMFlush.call(PageContext pc)
|
static Object |
ORMGetSessionFactory.call(PageContext pc)
|
static Array |
EntityNameArray.call(PageContext pc)
|
static Object |
ORMGetSession.call(PageContext pc)
|
static String |
ORMReload.call(PageContext pc)
|
static String |
EntityNameList.call(PageContext pc)
|
static String |
ORMEvictQueries.call(PageContext pc)
|
static String |
ORMClearSession.call(PageContext pc)
|
static String |
EntitySave.call(PageContext pc,
Object obj)
|
static Object |
EntityMerge.call(PageContext pc,
Object obj)
|
static String |
EntityDelete.call(PageContext pc,
Object obj)
|
static String |
EntityReload.call(PageContext pc,
Object obj)
|
static Object |
EntityLoadByExample.call(PageContext pc,
Object sampleEntity)
|
static Query |
EntityToQuery.call(PageContext pc,
Object obj)
|
static String |
EntitySave.call(PageContext pc,
Object obj,
boolean forceInsert)
|
static Object |
EntityLoadByExample.call(PageContext pc,
Object sampleEntity,
boolean unique)
|
static Query |
EntityToQuery.call(PageContext pc,
Object obj,
String name)
|
static Object |
ORMExecuteQuery.call(PageContext pc,
String hql)
|
static String |
ORMEvictEntity.call(PageContext pc,
String entityName)
|
static String |
EntityNameList.call(PageContext pc,
String delimeter)
|
static Object |
EntityNew.call(PageContext pc,
String name)
|
static String |
ORMEvictQueries.call(PageContext pc,
String cacheName)
|
static Object |
EntityLoad.call(PageContext pc,
String name)
|
static Object |
ORMExecuteQuery.call(PageContext pc,
String hql,
Object paramsOrUnique)
|
static Object |
EntityLoad.call(PageContext pc,
String name,
Object idOrFilter)
|
static Object |
ORMExecuteQuery.call(PageContext pc,
String hql,
Object paramsOrUnique,
Object uniqueOrQueryOptions)
|
static Object |
EntityLoad.call(PageContext pc,
String name,
Object idOrFilter,
Object uniqueOrOptions)
|
static Object |
ORMExecuteQuery.call(PageContext pc,
String hql,
Object params,
Object unique,
Object queryOptions)
|
static Object |
EntityLoad.call(PageContext pc,
String name,
Object filter,
Object order,
Object options)
|
static String |
ORMEvictCollection.call(PageContext pc,
String entityName,
String collectionName)
|
static Object |
EntityLoadByPK.call(PageContext pc,
String name,
String id)
|
static String |
ORMEvictEntity.call(PageContext pc,
String entityName,
String primaryKey)
|
static String |
ORMEvictCollection.call(PageContext pc,
String entityName,
String collectionName,
String primaryKey)
|
static Object |
EntityNew.call(PageContext pc,
String name,
Struct properties)
|
Uses of PageException in railo.runtime.functions.other |
---|
Methods in railo.runtime.functions.other that throw PageException | |
---|---|
static String |
GetClientVariablesList.call(PageContext pc)
|
static Struct |
IntergralContext.call(PageContext pc)
|
static Struct |
GetFunctionList.call(PageContext pc)
|
static Object |
GetMetaData.call(PageContext pc)
|
static Struct |
GetRailoId.call(PageContext pc)
|
static Struct |
GetTagList.call(PageContext pc)
|
static String |
GetAuthUser.call(PageContext pc)
|
static Struct |
GetHTTPRequestData.call(PageContext pc)
|
static double |
ToNumeric.call(PageContext pc,
Object value)
|
static Struct |
GetComponentMetaData.call(PageContext pc,
Object obj)
|
static Object |
GetMetaData.call(PageContext pc,
Object object)
|
static boolean |
SystemOutput.call(PageContext pc,
Object obj)
|
static Object |
ObjectSave.call(PageContext pc,
Object input)
|
static byte[] |
ToBinary.call(PageContext pc,
Object data)
|
static String |
Dump.call(PageContext pc,
Object object)
|
static Object |
ObjectLoad.call(PageContext pc,
Object input)
|
static double |
GetNumericDate.call(PageContext pc,
Object object)
|
static Object |
_CreateComponent.call(PageContext pc,
Object[] objArr)
|
static Object |
GetMetaData.call(PageContext pc,
Object object,
boolean source)
|
static boolean |
SystemOutput.call(PageContext pc,
Object obj,
boolean addNewLine)
|
static boolean |
SystemOutput.call(PageContext pc,
Object obj,
boolean addNewLine,
boolean doErrorStream)
|
static double |
ToNumeric.call(PageContext pc,
Object value,
Object oRadix)
|
static Object |
DecryptBinary.call(PageContext pc,
Object oBytes,
String key)
|
static Object |
EncryptBinary.call(PageContext pc,
Object oBytes,
String key)
|
static Object |
ObjectSave.call(PageContext pc,
Object input,
String filepath)
|
static String |
Dump.call(PageContext pc,
Object object,
String label)
|
static String |
Dump.call(PageContext pc,
Object object,
String label,
boolean expand)
|
static String |
Dump.call(PageContext pc,
Object object,
String label,
boolean expand,
double maxLevel)
|
static String |
Dump.call(PageContext pc,
Object object,
String label,
boolean expand,
double maxLevel,
String show)
|
static String |
Dump.call(PageContext pc,
Object object,
String label,
boolean expand,
double maxLevel,
String show,
String hide)
|
static String |
Dump.call(PageContext pc,
Object object,
String label,
boolean expand,
double maxLevel,
String show,
String hide,
String output)
|
static String |
Dump.call(PageContext pc,
Object object,
String label,
boolean expand,
double maxLevel,
String show,
String hide,
String output,
String format)
|
static String |
Dump.call(PageContext pc,
Object object,
String label,
boolean expand,
double maxLevel,
String show,
String hide,
String output,
String format,
double keys)
|
static String |
Dump.call(PageContext pc,
Object object,
String label,
boolean expand,
double maxLevel,
String show,
String hide,
String output,
String format,
double keys,
boolean metainfo)
|
static String |
Dump.call(PageContext pc,
Object object,
String label,
boolean expand,
double maxLevel,
String show,
String hide,
String output,
String format,
double keys,
boolean metainfo,
boolean showUDFs)
|
static Object |
DecryptBinary.call(PageContext pc,
Object oBytes,
String key,
String algorithm)
|
static Object |
EncryptBinary.call(PageContext pc,
Object oBytes,
String key,
String algorithm)
|
static Struct |
GetFunctionData.call(PageContext pc,
String strFunctionName)
|
static String |
URLEncodedFormat.call(PageContext pc,
String str)
|
static boolean |
DeleteClientVariable.call(PageContext pc,
String variableName)
|
static Query |
SSLCertificateList.call(PageContext pc,
String host)
|
static String |
SSLCertificateInstall.call(PageContext pc,
String host)
|
static String |
QuotedValueList.call(PageContext pc,
String strQueryColumn)
|
static Object |
CreateObject.call(PageContext pc,
String cfcName)
|
static Struct |
GetBaseTagData.call(PageContext pc,
String tagName)
|
static Struct |
GetProfileSections.call(PageContext pc,
String fileName)
|
static String |
URLEncode.call(PageContext pc,
String str)
|
static boolean |
WriteOutput.call(PageContext pc,
String string)
|
static Query |
SSLCertificateList.call(PageContext pc,
String host,
double port)
|
static String |
SSLCertificateInstall.call(PageContext pc,
String host,
double port)
|
static Struct |
GetBaseTagData.call(PageContext pc,
String tagName,
double minLevel)
|
static Struct |
GetTagData.call(PageContext pc,
String nameSpace,
String strTagName)
|
static String |
Encrypt.call(PageContext pc,
String string,
String key)
|
static String |
URLEncodedFormat.call(PageContext pc,
String str,
String encoding)
|
static Object |
CreatePageContext.call(PageContext pc,
String serverName,
String scriptName)
|
static String |
QuotedValueList.call(PageContext pc,
String strQueryColumn,
String delimeter)
|
static Object |
CreateObject.call(PageContext pc,
String type,
String className)
|
static String |
CFusionDecrypt.call(PageContext pc,
String string,
String key)
|
static String |
CFusionEncrypt.call(PageContext pc,
String string,
String key)
|
static String |
Decrypt.call(PageContext pc,
String string,
String key)
|
static String |
URLEncode.call(PageContext pc,
String str,
String encoding)
|
static String |
URLEncodedFormat.call(PageContext pc,
String str,
String encoding,
boolean force)
|
static String |
URLEncode.call(PageContext pc,
String str,
String encoding,
boolean force)
|
static Object |
CreateObject.call(PageContext pc,
String type,
String className,
Object context)
|
static Object |
CreateObject.call(PageContext pc,
String type,
String className,
Object context,
Object serverName)
|
static String |
Encrypt.call(PageContext pc,
String string,
String key,
String algorithm)
|
static Object |
CreatePageContext.call(PageContext pc,
String serverName,
String scriptName,
String queryString)
|
static String |
Decrypt.call(PageContext pc,
String string,
String key,
String algorithm)
|
static String |
Encrypt.call(PageContext pc,
String string,
String key,
String algorithm,
String encoding)
|
static String |
Decrypt.call(PageContext pc,
String string,
String key,
String algorithm,
String encoding)
|
static Object |
CreatePageContext.call(PageContext pc,
String serverName,
String scriptName,
String queryString,
Struct cookies)
|
static Object |
CreatePageContext.call(PageContext pc,
String serverName,
String scriptName,
String queryString,
Struct cookies,
Struct headers)
|
static Object |
CreatePageContext.call(PageContext pc,
String serverName,
String scriptName,
String queryString,
Struct cookies,
Struct headers,
Struct parameters)
|
static Object |
CreatePageContext.call(PageContext pc,
String serverName,
String scriptName,
String queryString,
Struct cookies,
Struct headers,
Struct parameters,
Struct attributes)
|
static Component |
CreateObject.doComponent(PageContext pc,
String className)
|
static Object |
CreateObject.doJava(PageContext pc,
String className,
String pathes,
String delimeter)
|
static Object |
CreateObject.doWebService(PageContext pc,
String wsdlUrl)
|
static Object |
CreateObject.doWebService(PageContext pc,
String wsdlUrl,
String username,
String password,
ProxyData proxy)
|
static Struct |
GetMetaData.getMetaData(ComponentPro cfc,
PageContext pc)
|
static byte[] |
Encrypt.invoke(byte[] input,
String key,
String algorithm)
|
static String |
Encrypt.invoke(String input,
String key,
String algorithm,
String encoding)
|
Uses of PageException in railo.runtime.functions.query |
---|
Methods in railo.runtime.functions.query that throw PageException | |
---|---|
static boolean |
QueryDeleteRow.call(PageContext pc,
Query query)
|
static boolean |
QueryDeleteRow.call(PageContext pc,
Query query,
double row)
|
static Query |
QuerySlice.call(PageContext pc,
Query qry,
double offset)
|
static Struct |
QueryConvertForGrid.call(PageContext pc,
Query query,
double page,
double pageSize)
|
static Query |
QuerySlice.call(PageContext pc,
Query qry,
double offset,
double length)
|
static double |
QueryAddRow.call(PageContext pc,
Query query,
Object numberOrData)
|
static boolean |
QuerySort.call(PageContext pc,
Query query,
String columnName)
|
static String |
QueryValueList.call(PageContext pc,
Query query,
String columnName)
|
static double |
QueryAddColumn.call(PageContext pc,
Query query,
String string)
|
static Object |
QueryGetCell.call(PageContext pc,
Query query,
String columnName)
|
static Array |
QueryDeleteColumn.call(PageContext pc,
Query query,
String strColumn)
|
static Array |
QueryValueArray.call(PageContext pc,
Query query,
String columnName)
|
static Object |
QueryGetCell.call(PageContext pc,
Query query,
String columnName,
double rowNumber)
|
static double |
QueryAddColumn.call(PageContext pc,
Query query,
String string,
Object array)
|
static boolean |
QuerySetCell.call(PageContext pc,
Query query,
String columnName,
Object value)
|
static boolean |
QuerySetCell.call(PageContext pc,
Query query,
String columnName,
Object value,
double rowNumber)
|
static double |
QueryAddColumn.call(PageContext pc,
Query query,
String string,
Object datatype,
Object array)
|
static boolean |
QuerySort.call(PageContext pc,
Query query,
String columnNames,
String directions)
|
static String |
QueryValueList.call(PageContext pc,
Query query,
String columnName,
String delimeter)
|
static String |
QuerySetColumn.call(PageContext pc,
Query query,
String columnName,
String newColumnName)
|
static String |
ValueList.call(PageContext pc,
String strQueryColumn)
|
static Array |
ValueArray.call(PageContext pc,
String strQueryColumn)
|
static Struct |
SelectParse.call(PageContext pc,
String sql)
|
static String |
ValueList.call(PageContext pc,
String strQueryColumn,
String delimeter)
|
static Query |
QueryNew.call(PageContext pc,
String columnList,
String columnTypeList)
|
static Query |
QueryNew.call(PageContext pc,
String strColumnList,
String strColumnTypeList,
Object data)
|
static void |
QueryNew.populateRow(Query qry,
Struct data)
|
static Array |
QueryDeleteColumn.toArray(QueryColumn column)
|
Uses of PageException in railo.runtime.functions.s3 |
---|
Methods in railo.runtime.functions.s3 that throw PageException | |
---|---|
static String |
StoreGetMetaData._call(PageContext pc,
String url)
|
static String |
StoreAddACL._call(PageContext pc,
String url,
Object objACL)
|
static String |
StoreSetACL._call(PageContext pc,
String url,
Object objACL)
|
static String |
StoreSetMetaData._call(PageContext pc,
String url,
Struct metadata)
|
static String |
StoreGetMetaData.call(PageContext pc,
String url)
|
static Object |
StoreGetACL.call(PageContext pc,
String url)
|
static String |
StoreAddACL.call(PageContext pc,
String url,
Object objACL)
|
static String |
StoreSetACL.call(PageContext pc,
String url,
Object objACL)
|
static String |
StoreSetMetaData.call(PageContext pc,
String url,
Struct metadata)
|
static void |
StoreSetACL.invoke(S3Resource res,
Object objACL)
|
Uses of PageException in railo.runtime.functions.string |
---|
Methods in railo.runtime.functions.string that throw PageException | |
---|---|
static double |
Val.call(PageContext pc,
Object value)
|
static DateTime |
ParseDateTime.call(PageContext pc,
Object oDate)
|
static String |
ToString.call(PageContext pc,
Object object)
|
static String |
ToBase64.call(PageContext pc,
Object object)
|
static Object |
StringAppend.call(PageContext pc,
Object left,
Object right)
|
static DateTime |
ParseDateTime.call(PageContext pc,
Object oDate,
String popConversion)
|
static String |
ToString.call(PageContext pc,
Object object,
String encoding)
|
static String |
ToBase64.call(PageContext pc,
Object object,
String encoding)
|
static DateTime |
ParseDateTime.call(PageContext pc,
Object oDate,
String popConversion,
String strTimezone)
|
static double |
ParseNumber.call(PageContext pc,
String strNumber)
|
static String |
Hash.call(PageContext pc,
String str)
|
static Object |
JavaCast.call(PageContext pc,
String type,
Object obj)
|
static double |
ParseNumber.call(PageContext pc,
String strNumber,
String strRadix)
|
static String |
Hash.call(PageContext pc,
String string,
String algorithm)
|
static String |
Hash.call(PageContext pc,
String string,
String algorithm,
String encoding)
|
static Object |
JavaCast.calls(PageContext pc,
String string,
Object object)
|
static String |
Hash.invoke(Config config,
String string,
String algorithm,
String encoding)
|
static double |
ParseNumber.invoke(String strNumber,
String strRadix)
|
static Object |
JavaCast.toArray(PageContext pc,
String type,
String lcType,
Object obj)
|
Uses of PageException in railo.runtime.functions.struct |
---|
Methods in railo.runtime.functions.struct that throw PageException | |
---|---|
static Struct |
Struct_.call(PageContext pc,
Object[] objArr)
|
static Struct |
JsonStruct.call(PageContext pc,
Object[] objArr)
|
static Object |
StructGet.call(PageContext pc,
String string)
|
static double |
StructKeyTranslate.call(PageContext pc,
Struct sct)
|
static Object |
StructCopy.call(PageContext pc,
Struct src)
|
static Array |
StructSort.call(PageContext pc,
Struct base)
|
static double |
StructKeyTranslate.call(PageContext pc,
Struct sct,
boolean deepTranslation)
|
static double |
StructKeyTranslate.call(PageContext pc,
Struct sct,
boolean deepTranslation,
boolean leaveOriginalKey)
|
static Object |
StructFind.call(PageContext pc,
Struct struct,
Collection.Key key)
|
static Array |
StructFindKey.call(PageContext pc,
Struct struct,
String value)
|
static Object |
StructFind.call(PageContext pc,
Struct struct,
String key)
|
static Array |
StructSort.call(PageContext pc,
Struct base,
String sortType)
|
static Array |
StructFindValue.call(PageContext pc,
Struct struct,
String value)
|
static boolean |
StructUpdate.call(PageContext pc,
Struct struct,
String key,
Object object)
|
static boolean |
StructInsert.call(PageContext pc,
Struct struct,
String key,
Object value)
|
static boolean |
StructInsert.call(PageContext pc,
Struct struct,
String strKey,
Object value,
boolean allowoverwrite)
|
static Array |
StructFindKey.call(PageContext pc,
Struct struct,
String value,
String scope)
|
static Array |
StructSort.call(PageContext pc,
Struct base,
String sortType,
String sortOrder)
|
static Array |
StructFindValue.call(PageContext pc,
Struct struct,
String value,
String scope)
|
static Array |
StructSort.call(PageContext pc,
Struct base,
String sortType,
String sortOrder,
String pathToSubElement)
|
static boolean |
StructAppend.call(PageContext pc,
Struct struct1,
Struct struct2)
|
static boolean |
StructAppend.call(PageContext pc,
Struct struct1,
Struct struct2,
boolean overwrite)
|
static int |
StructKeyTranslate.translate(Collection coll,
boolean deep,
boolean leaveOrg)
|
Uses of PageException in railo.runtime.functions.system |
---|
Methods in railo.runtime.functions.system that throw PageException | |
---|---|
static Object |
GetTemplatePath.call(PageContext pc)
|
static String |
GetUserRoles.call(PageContext pc)
|
static Array |
GetClassPath.call(PageContext pc)
|
static Query |
GetMemoryUsage.call(PageContext pc)
|
static Struct |
GetSystemInfo.call(PageContext pc)
|
static Array |
PagePoolList.call(PageContext pc)
|
static Object |
DotNetToCFType.call(PageContext pc,
Object input)
|
static Object |
CFFunction.call(PageContext pc,
Object[] objArr)
|
static Query |
GetMemoryUsage.call(PageContext pc,
String type)
|
static boolean |
FileExists.call(PageContext pc,
String string)
Deprecated. |
static Struct |
GetPrinterInfo.call(PageContext pc,
String printer)
|
static boolean |
DirectoryExists.call(PageContext pc,
String path)
|
static boolean |
FileExists.call(PageContext pc,
String string,
boolean allowRealPath)
Deprecated. |
static boolean |
DirectoryExists.call(PageContext pc,
String path,
Object oAllowRealPath)
|
static String |
GetTempFile.call(PageContext pc,
String strDir,
String prefix)
|
static String |
GetProfileString.call(PageContext pc,
String fileName,
String section,
String key)
|
static boolean |
Extract.call(PageContext pc,
String strFormat,
String strSource,
String srcTarget)
|
static boolean |
Compress.call(PageContext pc,
String strFormat,
String strSource,
String srcTarget)
|
static boolean |
Compress.call(PageContext pc,
String strFormat,
String strSource,
String srcTarget,
boolean includeBaseFolder)
|
static boolean |
Compress.call(PageContext pc,
String strFormat,
String strSource,
String srcTarget,
boolean includeBaseFolder,
String strMode)
|
static String |
SetProfileString.call(PageContext pc,
String fileName,
String section,
String key,
String value)
|
static UDF |
CFFunction.loadUDF(PageContext pc,
String filename,
Collection.Key name,
boolean isweb)
|
Uses of PageException in railo.runtime.functions.video |
---|
Methods in railo.runtime.functions.video that throw PageException | |
---|---|
static boolean |
IsVideoFile.call(PageContext pc,
String path)
|
Uses of PageException in railo.runtime.functions.xml |
---|
Methods in railo.runtime.functions.xml that throw PageException | |
---|---|
static Object |
XmlSearch._call(Node node,
String expr,
boolean caseSensitive)
|
static Object |
GetSOAPRequest.call(PageContext pc)
|
static Node |
XmlNew.call(PageContext pc)
|
static Node |
XmlNew.call(PageContext pc,
boolean caseSensitive)
|
static Object |
XmlSearch.call(PageContext pc,
Node node,
String expr)
|
static Object |
GetSOAPRequest.call(PageContext pc,
Object webservice)
|
static Object |
GetSOAPResponse.call(PageContext pc,
Object webservice)
|
static String |
XmlTransform.call(PageContext pc,
Object oXml,
String xsl)
|
static String |
XmlTransform.call(PageContext pc,
Object oXml,
String xsl,
Array parameters)
|
static Object |
GetSOAPResponseHeader.call(PageContext pc,
Object webservice,
String namespace,
String name)
|
static Object |
GetSOAPResponseHeader.call(PageContext pc,
Object webservice,
String namespace,
String name,
boolean asXML)
|
static boolean |
AddSOAPRequestHeader.call(PageContext pc,
Object client,
String nameSpace,
String name,
Object value)
|
static boolean |
AddSOAPRequestHeader.call(PageContext pc,
Object client,
String nameSpace,
String name,
Object value,
boolean mustUnderstand)
|
static Node |
XmlParse.call(PageContext pc,
String string)
|
static Struct |
XmlValidate.call(PageContext pc,
String strXml)
|
static Node |
HtmlParse.call(PageContext pc,
String string)
|
static Node |
XmlParse.call(PageContext pc,
String string,
boolean caseSensitive)
|
static Node |
HtmlParse.call(PageContext pc,
String strHTML,
boolean caseSensitive)
|
static Node |
XmlParse.call(PageContext pc,
String strXML,
boolean caseSensitive,
String strValidator)
|
static Object |
GetSOAPRequestHeader.call(PageContext pc,
String namespace,
String name)
|
static Struct |
XmlValidate.call(PageContext pc,
String strXml,
String strValidator)
|
static Object |
GetSOAPRequestHeader.call(PageContext pc,
String namespace,
String name,
boolean asXML)
|
static boolean |
AddSOAPResponseHeader.call(PageContext pc,
String nameSpace,
String name,
Object value)
|
static boolean |
AddSOAPResponseHeader.call(PageContext pc,
String nameSpace,
String name,
Object value,
boolean mustUnderstand)
|
Uses of PageException in railo.runtime.gateway |
---|
Methods in railo.runtime.gateway that return PageException | |
---|---|
PageException |
PageGatewayException.getPageException()
|
Methods in railo.runtime.gateway that throw PageException | |
---|---|
void |
GatewayEngineImpl.addEntries(Config config,
Map<String,GatewayEntry> entries)
|
void |
GatewayEngineImpl.addEntry(Config config,
GatewayEntry ge)
|
Object |
GatewayEngineImpl.call(String cfcPath,
String id,
String functionName,
Struct arguments,
boolean cfcPeristent,
Object defaultValue)
|
boolean |
GatewayEngineImpl.callOneWay(String cfcPath,
String id,
String functionName,
Struct arguments,
boolean cfcPeristent)
|
void |
GatewayEngineImpl.clear()
|
void |
GatewayEntryImpl.createGateway(Config config)
|
void |
GatewayEntry.createGateway(Config config)
|
Object |
GatewayEngineImpl.getComponent(String cfcPath,
String id)
|
Object |
GatewayEngineImpl.getHelper(String gatewayId)
get helper object |
int |
GatewayEngineImpl.getState(String gatewayId)
get the state of gateway |
void |
GatewayEngineImpl.reset()
|
void |
GatewayEngineImpl.restart(String gatewayId)
restart the gateway |
String |
GatewayEngineImpl.sendMessage(String gatewayId,
Struct data)
send the message to the gateway |
void |
GatewayEngineImpl.start(String gatewayId)
start the gateway |
void |
GatewayEngineImpl.stop(String gatewayId)
stop the gateway |
Constructors in railo.runtime.gateway with parameters of type PageException | |
---|---|
PageGatewayException(PageException pe)
|
Uses of PageException in railo.runtime.helpers |
---|
Methods in railo.runtime.helpers that throw PageException | |
---|---|
void |
XMLEventParser.start(Resource xmlFile)
start execution of the parser |
void |
XMLEventParser.start(Resource xmlFile,
String saxParserCass)
start execution of the parser |
Uses of PageException in railo.runtime.img |
---|
Subclasses of PageException in railo.runtime.img | |
---|---|
class |
ImageException
|
Methods in railo.runtime.img that throw PageException | |
---|---|
boolean |
Image.castToBooleanValue()
|
DateTime |
Image.castToDateTime()
|
double |
Image.castToDoubleValue()
|
String |
Image.castToString()
|
int |
Image.compareTo(boolean b)
|
int |
Image.compareTo(DateTime dt)
|
int |
Image.compareTo(double d)
|
int |
Image.compareTo(String str)
|
static Image |
Image.createImage(PageContext pc,
Object obj,
boolean check4Var,
boolean clone,
boolean checkAccess)
|
void |
Image.drawString(String text,
int x,
int y,
Struct attr)
|
Object |
Image.get(Collection.Key key)
|
String |
Image.getBase64String(String format)
|
byte[] |
Image.getImageBytes(String format)
|
byte[] |
Image.getImageBytes(String format,
boolean noMeta)
|
Object |
Image.remove(Collection.Key key)
|
void |
Image.resize(int scale,
String interpolation,
double blurFactor)
|
void |
Image.resize(String strWidth,
String strHeight,
String interpolation,
double blurFactor)
|
void |
Image.scaleToFit(String fitWidth,
String fitHeight,
String interpolation,
double blurFactor)
|
Object |
Image.set(Collection.Key key,
Object value)
|
void |
Image.setDrawingStroke(Struct attr)
|
static Image |
Image.toImage(Object obj)
|
String |
Image.writeBase64(Resource destination,
String format,
boolean inHTMLFormat)
|
Uses of PageException in railo.runtime.img.filter |
---|
Uses of PageException in railo.runtime.interpreter |
---|
Subclasses of PageException in railo.runtime.interpreter | |
---|---|
class |
InterpreterException
|
Methods in railo.runtime.interpreter that throw PageException | |
---|---|
static Object |
VariableInterpreter._variable(PageContext pc,
String str,
Object value,
Scope scope)
|
static Object |
VariableInterpreter.getVariable(PageContext pc,
Collection collection,
String var)
reads a subelement from a struct |
static Object |
VariableInterpreter.getVariable(PageContext pc,
String var)
get a variable from page context |
static Object |
VariableInterpreter.getVariable(PageContext pc,
String str,
Scope scope)
|
static VariableReference |
VariableInterpreter.getVariableReference(PageContext pc,
String var)
return a variable reference by string syntax ("scopename.key.key" -> "url.name") a variable reference, references to variable, to modifed it, with global effect. |
Object |
CFMLExpressionInterpreter.interpret(PageContext pc,
String str)
|
Object |
CFMLExpressionInterpreter.interpret(PageContext pc,
String str,
boolean preciseMath)
|
static Object |
VariableInterpreter.removeVariable(PageContext pc,
String var)
removes a variable eith matching name from page context |
static Object |
VariableInterpreter.scope(PageContext pc,
int scope,
boolean touch)
|
static Object |
VariableInterpreter.setVariable(PageContext pc,
String var,
Object value)
sets a variable to page Context |
static Object |
VariableInterpreter.setVariable(PageContext pc,
String str,
Object value,
Scope scope)
|
Uses of PageException in railo.runtime.interpreter.ref |
---|
Methods in railo.runtime.interpreter.ref that throw PageException | |
---|---|
boolean |
RefSupport.eeq(Ref other)
|
boolean |
Ref.eeq(Ref other)
|
Object |
RefSupport.getCollection()
|
Object |
Ref.getCollection()
return the value for that the reference is for |
Ref |
Set.getKey()
|
String |
Set.getKeyAsString()
|
Ref |
Set.getParent()
|
Object |
Ref.getValue()
return the value for that the reference is for |
Object |
Set.setValue(Object obj)
|
Object |
RefSupport.touchValue()
|
Object |
Ref.touchValue()
return the value for that the reference is for |
Uses of PageException in railo.runtime.interpreter.ref.cast |
---|
Methods in railo.runtime.interpreter.ref.cast that throw PageException | |
---|---|
Object |
Casting.getValue()
|
Uses of PageException in railo.runtime.interpreter.ref.func |
---|
Methods in railo.runtime.interpreter.ref.func that throw PageException | |
---|---|
Object |
BIFCall.getValue()
|
Object |
UDFCall.getValue()
|
Uses of PageException in railo.runtime.interpreter.ref.literal |
---|
Methods in railo.runtime.interpreter.ref.literal that throw PageException | |
---|---|
boolean |
LStringBuffer.eeq(Ref other)
|
boolean |
LBigDecimal.eeq(Ref other)
|
boolean |
LString.eeq(Ref other)
|
boolean |
LBoolean.eeq(Ref other)
|
boolean |
LNumber.eeq(Ref other)
|
String |
LStringBuffer.getString()
|
String |
Literal.getString()
cast literal to a string |
Object |
LStringBuffer.getValue()
|
Object |
LFunctionValue.getValue()
|
Constructors in railo.runtime.interpreter.ref.literal that throw PageException | |
---|---|
LBigDecimal(String literal)
constructor of the class |
|
LBoolean(String str)
constructor with boolean |
|
LNumber(String literal)
constructor of the class |
Uses of PageException in railo.runtime.interpreter.ref.op |
---|
Methods in railo.runtime.interpreter.ref.op that throw PageException | |
---|---|
Object |
Multi.getValue()
|
Object |
Div.getValue()
|
Object |
NCT.getValue()
|
Object |
LT.getValue()
|
Object |
BigMinus.getValue()
|
Object |
BigMulti.getValue()
|
Object |
GTE.getValue()
|
Object |
Not.getValue()
|
Object |
CT.getValue()
|
Object |
BigMod.getValue()
|
Object |
Cont.getValue()
|
Object |
EQ.getValue()
|
Object |
IntDiv.getValue()
|
Object |
Mod.getValue()
|
Object |
BigDiv.getValue()
|
Object |
Exp.getValue()
|
Object |
Concat.getValue()
|
Object |
EEQ.getValue()
|
Object |
Plus.getValue()
|
Object |
Minus.getValue()
|
Object |
EQV.getValue()
|
Object |
And.getValue()
|
Object |
GT.getValue()
|
Object |
Negate.getValue()
|
Object |
BigPlus.getValue()
|
Object |
Xor.getValue()
|
Object |
NEEQ.getValue()
|
Object |
LTE.getValue()
|
Object |
BigIntDiv.getValue()
|
Object |
Or.getValue()
|
Object |
Imp.getValue()
|
Object |
NEQ.getValue()
|
Uses of PageException in railo.runtime.interpreter.ref.util |
---|
Methods in railo.runtime.interpreter.ref.util that throw PageException | |
---|---|
static boolean |
RefUtil.eeq(Ref left,
Ref right)
|
static Object[] |
RefUtil.getValue(Ref[] refs)
transalte a Ref array to a Object array |
Uses of PageException in railo.runtime.interpreter.ref.var |
---|
Methods in railo.runtime.interpreter.ref.var that throw PageException | |
---|---|
Object |
Variable.getCollection()
|
Ref |
Bind.getKey()
|
Ref |
Variable.getKey()
|
Ref |
ArgumentBind.getKey()
|
Ref |
Scope.getKey()
|
String |
Bind.getKeyAsString()
|
String |
Variable.getKeyAsString()
|
String |
ArgumentBind.getKeyAsString()
|
String |
Scope.getKeyAsString()
|
Ref |
Bind.getParent()
|
Ref |
Variable.getParent()
|
Ref |
ArgumentBind.getParent()
|
Ref |
Scope.getParent()
|
Object |
Bind.getValue()
|
Object |
Assign.getValue()
|
Object |
DynAssign.getValue()
|
Object |
Variable.getValue()
|
Object |
ArgumentBind.getValue()
|
Object |
Scope.getValue()
|
Object |
Bind.setValue(Object obj)
|
Object |
Variable.setValue(Object obj)
|
Object |
ArgumentBind.setValue(Object obj)
|
Object |
Scope.setValue(Object obj)
|
Object |
Bind.touchValue()
|
Object |
Variable.touchValue()
|
Object |
ArgumentBind.touchValue()
|
Object |
Scope.touchValue()
|
Uses of PageException in railo.runtime.java |
---|
Methods in railo.runtime.java that throw PageException | |
---|---|
Object |
JavaObject.call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
|
Object |
JavaObject.call(PageContext pc,
String methodName,
Object[] arguments)
|
Object |
JavaObject.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
JavaObject.callWithNamedValues(PageContext pc,
String methodName,
Struct args)
|
boolean |
JavaObject.castToBooleanValue()
|
DateTime |
JavaObject.castToDateTime()
|
double |
JavaObject.castToDoubleValue()
|
String |
JavaObject.castToString()
|
int |
JavaObject.compareTo(boolean b)
|
int |
JavaObject.compareTo(DateTime dt)
|
int |
JavaObject.compareTo(double d)
|
int |
JavaObject.compareTo(String str)
|
Object |
JavaObject.get(PageContext pc,
Collection.Key key)
|
Object |
JavaObject.get(PageContext pc,
String propertyName)
|
Object |
JavaObject.getEmbededObject()
|
Object |
JavaObject.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
JavaObject.set(PageContext pc,
String propertyName,
Object value)
|
Uses of PageException in railo.runtime.listener |
---|
Subclasses of PageException in railo.runtime.listener | |
---|---|
class |
ModernAppListenerException
|
Methods in railo.runtime.listener that return PageException | |
---|---|
PageException |
ModernAppListenerException.getPageException()
|
Methods in railo.runtime.listener with parameters of type PageException | |
---|---|
void |
ModernAppListener.onError(PageContext pc,
PageException pe)
|
void |
ClassicAppListener.onError(PageContext pc,
PageException pe)
|
void |
NoneAppListener.onError(PageContext pc,
PageException pe)
|
void |
ApplicationListener.onError(PageContext pc,
PageException pe)
this method will be called if server has a error (exception) not throwed by a try-catch block |
Methods in railo.runtime.listener that throw PageException | |
---|---|
void |
ModernAppListener.onApplicationEnd(CFMLFactory factory,
String applicationName)
|
void |
ClassicAppListener.onApplicationEnd(CFMLFactory factory,
String applicationName)
|
void |
NoneAppListener.onApplicationEnd(CFMLFactory factory,
String applicationName)
|
void |
ApplicationListener.onApplicationEnd(CFMLFactory cfmlFactory,
String applicationName)
this method will be called when a application scope ends |
boolean |
ModernAppListener.onApplicationStart(PageContext pc)
|
boolean |
ClassicAppListener.onApplicationStart(PageContext pc)
|
boolean |
NoneAppListener.onApplicationStart(PageContext pc)
|
boolean |
ApplicationListener.onApplicationStart(PageContext pc)
this method will be called when a new application context starts |
void |
ModernAppListener.onDebug(PageContext pc)
|
void |
ClassicAppListener.onDebug(PageContext pc)
|
void |
NoneAppListener.onDebug(PageContext pc)
|
void |
ApplicationListener.onDebug(PageContext pc)
called after "onRequestEnd" to generate debugging output, will only be called when debugging is enabled |
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 |
void |
ModernAppListener.onSessionEnd(CFMLFactory factory,
String applicationName,
String cfid)
|
void |
ClassicAppListener.onSessionEnd(CFMLFactory cfmlFactory,
String applicationName,
String cfid)
|
void |
NoneAppListener.onSessionEnd(CFMLFactory cfmlFactory,
String applicationName,
String cfid)
|
void |
ApplicationListener.onSessionEnd(CFMLFactory cfmlFactory,
String applicationName,
String cfid)
this method will be called when a session ends |
void |
ModernAppListener.onSessionStart(PageContext pc)
|
void |
ClassicAppListener.onSessionStart(PageContext pc)
|
void |
NoneAppListener.onSessionStart(PageContext pc)
|
void |
ApplicationListener.onSessionStart(PageContext pc)
this method will be called when a new session starts |
void |
ModernApplicationContext.reinitORM(PageContext pc)
|
void |
ApplicationContextPro.reinitORM(PageContext pc)
|
void |
ClassicApplicationContext.reinitORM(PageContext pc)
|
static void |
AppListenerUtil.setORMConfiguration(PageContext pc,
ApplicationContextPro ac,
Struct sct)
|
static Mapping[] |
AppListenerUtil.toCustomTagMappings(ConfigWeb cw,
Object o)
|
static Mapping[] |
AppListenerUtil.toMappings(ConfigWeb cw,
Object o)
|
Constructors in railo.runtime.listener with parameters of type PageException | |
---|---|
ModernAppListenerException(PageException pe,
String eventName)
Constructor of the class |
Uses of PageException in railo.runtime.monitor |
---|
Methods in railo.runtime.monitor that throw PageException | |
---|---|
Query |
RequestMonitorWrap.getData(ConfigWeb config,
Map<String,Object> arguments)
|
Query |
RequestMonitor.getData(ConfigWeb config,
Map<String,Object> arguments)
|
Query |
IntervallMonitor.getData(Map<String,Object> arguments)
|
Query |
IntervallMonitorWrap.getData(Map<String,Object> arguments)
|
Uses of PageException in railo.runtime.net.amf |
---|
Methods in railo.runtime.net.amf that throw PageException | |
---|---|
Object |
CFMLProxy.invokeBody(AMFCaster caster,
flex.messaging.config.ConfigMap configMap,
javax.servlet.ServletContext context,
javax.servlet.ServletConfig config,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
String serviceName,
String serviceMethodName,
List rawParams)
|
Object |
ModernAMFCaster.toAMFObject(Object cf)
|
Object |
OpenAMFCaster.toAMFObject(Object o)
cast cfml Object to AMF Object |
Object |
ClassicAMFCaster.toAMFObject(Object cf)
|
Object |
AMFCaster.toAMFObject(Object o)
cast cfml Object to AMF Object |
Object |
OpenAMFCaster.toCFMLObject(Object amf)
|
Object |
ClassicAMFCaster.toCFMLObject(Object amf)
|
Object |
AMFCaster.toCFMLObject(Object amf)
cast a amf Object to cfml Object |
Uses of PageException in railo.runtime.net.ftp |
---|
Methods in railo.runtime.net.ftp that throw PageException | |
---|---|
org.apache.commons.net.ftp.FTPClient |
FTPPool.get(FTPConnection conn)
returns a FTPClient from the pool, if no matching exist, create a new one |
Constructors in railo.runtime.net.ftp that throw PageException | |
---|---|
FTPPath(String current,
String realpath)
|
Uses of PageException in railo.runtime.net.ldap |
---|
Methods in railo.runtime.net.ldap that throw PageException | |
---|---|
void |
LDAPClient.add(String dn,
String attributes,
String delimiter,
String seperator)
adds LDAP entries to LDAP server |
void |
LDAPClient.modify(String dn,
int modifytype,
String strAttributes,
String delimiter,
String separator)
|
Query |
LDAPClient.query(String strAttributes,
int scope,
int startrow,
int maxrows,
int timeout,
String[] sort,
int sortType,
int sortDirection,
String start,
String separator,
String filter)
|
Uses of PageException in railo.runtime.net.mail |
---|
Methods in railo.runtime.net.mail that throw PageException | |
---|---|
static javax.mail.internet.InternetAddress |
EmailNamePair.toInternetAddress(Object emails)
|
static javax.mail.internet.InternetAddress[] |
EmailNamePair.toInternetAddresses(Object emails)
|
Uses of PageException in railo.runtime.net.rpc |
---|
Subclasses of PageException in railo.runtime.net.rpc | |
---|---|
class |
RPCException
|
Methods in railo.runtime.net.rpc that throw PageException | |
---|---|
static Object |
AxisCaster.toAxisType(javax.xml.rpc.encoding.TypeMapping tm,
Object value,
Class targetClass)
|
static Object |
AxisCaster.toAxisType(javax.xml.rpc.encoding.TypeMapping tm,
TimeZone tz,
QName type,
Object value,
Class targetClass)
cast a value to a Axis Compatible Type |
static Object |
AxisCaster.toRailoType(PageContext pc,
Object value)
|
Uses of PageException in railo.runtime.net.rpc.client |
---|
Methods in railo.runtime.net.rpc.client that throw PageException | |
---|---|
Object |
RPCClient.call(Config config,
String methodName,
Object[] arguments)
|
Object |
RPCClient.call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
|
Object |
RPCClient.call(PageContext pc,
String methodName,
Object[] arguments)
|
Object |
RPCClient.callWithNamedValues(Config config,
String methodName,
Struct arguments)
|
Object |
RPCClient.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
RPCClient.callWithNamedValues(PageContext pc,
String methodName,
Struct arguments)
|
int |
RPCClient.compareTo(DateTime dt)
|
int |
RPCClient.compareTo(double d)
|
int |
RPCClient.compareTo(String str)
|
Object |
RPCClient.get(PageContext pc,
Collection.Key key)
|
Object |
RPCClient.get(PageContext pc,
String propertyName)
|
Object |
RPCClient.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
RPCClient.set(PageContext pc,
String propertyName,
Object value)
|
Constructors in railo.runtime.net.rpc.client that throw PageException | |
---|---|
RPCClient(String wsdlUrl)
|
|
RPCClient(String wsdlUrl,
ProxyData proxyData)
|
|
RPCClient(String wsdlUrl,
String username,
String password)
|
|
RPCClient(String wsdlUrl,
String username,
String password,
ProxyData proxyData)
|
Uses of PageException in railo.runtime.net.rpc.server |
---|
Methods in railo.runtime.net.rpc.server that throw PageException | |
---|---|
static Object |
ComponentController._invoke(String name,
Object[] args)
|
Uses of PageException in railo.runtime.net.smtp |
---|
Methods in railo.runtime.net.smtp that throw PageException | |
---|---|
void |
SMTPClient.addBCC(Object bcc)
|
void |
SMTPClient.addCC(Object cc)
|
void |
SMTPClient.addFailTo(Object ft)
|
void |
SMTPClient.addReplyTo(Object rt)
|
void |
SMTPClient.addTo(Object to)
|
void |
SMTPClient.setFrom(Object from)
|
void |
SMTPClient.setHost(String host)
|
Uses of PageException in railo.runtime.op |
---|
Methods in railo.runtime.op that throw PageException | |
---|---|
static Object |
Caster.castTo(PageContext pc,
Class trgClass,
Object obj)
|
static Object |
Caster.castTo(PageContext pc,
short type,
Object o)
cast a value to a value defined by type argument |
Object |
CastImpl.castTo(PageContext pc,
short type,
Object o)
|
static Object |
Caster.castTo(PageContext pc,
short type,
String strType,
Object o)
cast a value to a value defined by type argument |
Object |
CastImpl.castTo(PageContext pc,
short type,
String strType,
Object o)
|
Object |
CastImpl.castTo(PageContext pc,
String type,
Object o)
|
static Object |
Caster.castTo(PageContext pc,
String type,
Object o,
boolean alsoPattern)
cast a value to a value defined by type argument |
Object |
CastImpl.castTo(PageContext pc,
String type,
Object o,
boolean alsoPattern)
|
boolean |
Castable.castToBooleanValue()
cast the castable value to a boolean value |
DateTime |
Castable.castToDateTime()
cast the castable value to a date time object |
double |
Castable.castToDoubleValue()
cast the castable value to a double value |
String |
Castable.castToString()
cast the castable value to a string, other than the Method toString, this Method can throw a Exception |
static Class |
Caster.cfTypeToClass(String type)
|
static int |
Operator.compare(boolean left,
Object right)
compares a boolean with a Object |
int |
OperationImpl.compare(boolean left,
Object right)
|
static int |
Operator.compare(Castable left,
Object right)
|
static int |
Operator.compare(Date left,
Object right)
compares a Date with a Object |
int |
OperationImpl.compare(Date left,
Object right)
|
static int |
Operator.compare(Date left,
String right)
compares a Date with a String |
int |
OperationImpl.compare(Date left,
String right)
|
static int |
Operator.compare(double left,
Object right)
compares a double with a Object |
int |
OperationImpl.compare(double left,
Object right)
|
static int |
Operator.compare(Locale left,
Object right)
|
static int |
Operator.compare(Object left,
boolean right)
compares a Object with a boolean |
int |
OperationImpl.compare(Object left,
boolean right)
|
static int |
Operator.compare(Object left,
Castable right)
|
static int |
Operator.compare(Object left,
Date right)
compares a Object with a Date |
int |
OperationImpl.compare(Object left,
Date right)
|
static int |
Operator.compare(Object left,
double right)
compares a Object with a double |
int |
OperationImpl.compare(Object left,
double right)
|
static int |
Operator.compare(Object left,
Locale right)
|
static int |
Operator.compare(Object left,
Object right)
compares two Objects |
int |
OperationImpl.compare(Object left,
Object right)
|
static int |
Operator.compare(Object left,
String right)
compares a Object with a String |
int |
OperationImpl.compare(Object left,
String right)
|
static int |
Operator.compare(String left,
Date right)
compares a String with a Date |
int |
OperationImpl.compare(String left,
Date right)
|
static int |
Operator.compare(String left,
Object right)
compares a String with a Object |
int |
OperationImpl.compare(String left,
Object right)
|
int |
Castable.compareTo(boolean b)
|
int |
Castable.compareTo(DateTime dt)
|
int |
Castable.compareTo(double d)
|
int |
Castable.compareTo(String str)
|
Array |
CreationImpl.createArray(int dimension)
|
Document |
CreationImpl.createDocument()
|
Document |
CreationImpl.createDocument(InputStream is,
boolean isHTML)
|
Document |
CreationImpl.createDocument(Resource res,
boolean isHTML)
|
Document |
CreationImpl.createDocument(String xml,
boolean isHTML)
|
Query |
CreationImpl.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name)
|
Query |
CreationImpl.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
String name)
|
Resource |
CreationImpl.createResource(String path,
boolean existing)
|
static boolean |
Operator.ct(Object left,
Object right)
check if left is inside right (String-> ignore case) |
boolean |
OperationImpl.ct(Object left,
Object right)
|
BigDecimal |
NumericOpBigDecimal.divideRef(Object left,
Object right)
|
Double |
NumericOpDouble.divideRef(Object left,
Object right)
|
Number |
NumericOp.divideRef(Object left,
Object right)
|
static Double |
Operator.divideRef(Object left,
Object right)
|
static Double |
Operator.divRef(Object left,
Object right)
|
static Map |
Duplicator.duplicateMap(Map map,
boolean doKeysLower,
boolean deepCopy)
duplicate a map |
static boolean |
Operator.eeq(Object left,
Object right)
simple reference compersion |
static boolean |
Operator.equals(Object left,
Object right,
boolean caseSensitive)
Method to compare to different values, return true of objects are same otherwise false |
boolean |
OperationImpl.equals(Object left,
Object right,
boolean caseSensitive)
|
static boolean |
Operator.equals(Object left,
Object right,
boolean caseSensitive,
boolean allowComplexValues)
|
static boolean |
Operator.eqv(Object left,
Object right)
Equivalence: Return True if both operands are True or both are False. |
boolean |
OperationImpl.eqv(Object left,
Object right)
|
static double |
Operator.exponent(Object left,
Object right)
calculate the exponent of the left value |
double |
OperationImpl.exponent(Object left,
Object right)
|
BigDecimal |
NumericOpBigDecimal.exponentRef(Object left,
Object right)
|
Double |
NumericOpDouble.exponentRef(Object left,
Object right)
|
Number |
NumericOp.exponentRef(Object left,
Object right)
|
static Double |
Operator.exponentRef(Object left,
Object right)
|
static boolean |
Operator.imp(Object left,
Object right)
Implication: The statement A IMP B is the equivalent of the logical statement "If A Then B." A IMP B is False only if A is True and B is False. |
boolean |
OperationImpl.imp(Object left,
Object right)
|
BigDecimal |
NumericOpBigDecimal.intdivRef(Object left,
Object right)
|
Double |
NumericOpDouble.intdivRef(Object left,
Object right)
|
Number |
NumericOp.intdivRef(Object left,
Object right)
|
static Double |
Operator.intdivRef(Object left,
Object right)
|
BigDecimal |
NumericOpBigDecimal.minusRef(Object left,
Object right)
|
Double |
NumericOpDouble.minusRef(Object left,
Object right)
|
Number |
NumericOp.minusRef(Object left,
Object right)
|
static Double |
Operator.minusRef(Object left,
Object right)
|
BigDecimal |
NumericOpBigDecimal.modulusRef(Object left,
Object right)
|
Double |
NumericOpDouble.modulusRef(Object left,
Object right)
|
Number |
NumericOp.modulusRef(Object left,
Object right)
|
static Double |
Operator.modulusRef(Object left,
Object right)
|
BigDecimal |
NumericOpBigDecimal.multiplyRef(Object left,
Object right)
|
Double |
NumericOpDouble.multiplyRef(Object left,
Object right)
|
Number |
NumericOp.multiplyRef(Object left,
Object right)
|
static Double |
Operator.multiplyRef(Object left,
Object right)
|
static boolean |
Operator.nct(Object left,
Object right)
check if left is not inside right (String-> ignore case) |
boolean |
OperationImpl.nct(Object left,
Object right)
|
static boolean |
Operator.neeq(Object left,
Object right)
simple reference compersion |
BigDecimal |
NumericOpBigDecimal.plusRef(Object left,
Object right)
|
Double |
NumericOpDouble.plusRef(Object left,
Object right)
|
Number |
NumericOp.plusRef(Object left,
Object right)
|
static Double |
Operator.plusRef(Object left,
Object right)
|
Object |
CastImpl.to(String type,
Object o,
boolean alsoPattern)
|
static Array |
Caster.toArray(Object o)
cast a Object to a Array Object |
Array |
CastImpl.toArray(Object obj)
|
String |
CastImpl.toBase64(Object o)
|
static String |
Caster.toBase64(Object o,
String charset)
cast a Object to a Base64 value |
static BigDecimal |
Caster.toBigDecimal(Object o)
|
static byte[] |
Caster.toBinary(Object o)
cast a Object to a Binary |
byte[] |
CastImpl.toBinary(Object obj)
|
static InputStream |
Caster.toBinaryStream(Object obj)
|
static Boolean |
Caster.toBoolean(Object o)
cast a Object to a Boolean Object(reference type) |
Boolean |
CastImpl.toBoolean(Object o)
|
static Boolean |
Caster.toBoolean(String str)
cast a Object to a Boolean Object(reference type) |
Boolean |
CastImpl.toBoolean(String str)
|
static boolean |
Caster.toBooleanValue(Object o)
cast a Object to a boolean value (primitive value type) |
boolean |
CastImpl.toBooleanValue(Object o)
|
static boolean |
Caster.toBooleanValue(String str)
cast a Object to a boolean value (primitive value type) |
boolean |
CastImpl.toBooleanValue(String str)
|
static Byte |
Caster.toByte(Object o)
cast a Object to a Byte Object(reference type) |
Byte |
CastImpl.toByte(Object o)
|
static Byte |
Caster.toByte(String str)
cast a Object to a Byte Object(reference type) |
static byte[] |
Caster.toBytes(Object obj)
|
static byte |
Caster.toByteValue(Object o)
cast a Object to a byte value (primitive value type) |
byte |
CastImpl.toByteValue(Object o)
|
static byte |
Caster.toByteValue(String str)
cast a Object to a byte value (primitive value type) |
static Character |
Caster.toCharacter(Object o)
cast a Object to a Character Object(reference type) |
Character |
CastImpl.toCharacter(Object o)
|
static Character |
Caster.toCharacter(String str)
cast a Object to a Character Object(reference type) |
static CharSequence |
Caster.toCharSequence(Object obj)
|
static char |
Caster.toCharValue(Object o)
cast a Object to a char value (primitive value type) |
char |
CastImpl.toCharValue(Object o)
|
static char |
Caster.toCharValue(String str)
cast a Object to a char value (primitive value type) |
static Collection |
Caster.toCollection(Object o)
cast a Object to a Collection |
Collection |
CastImpl.toCollection(Object o)
|
Color |
CastImpl.toColor(Object o)
|
static Component |
Caster.toComponent(Object o)
cast a Object to a Component |
static Object |
Caster.toCreditCard(Object o)
|
static Object |
PatternCaster.toCreditCard(String str)
|
DateTime |
CastImpl.toDate(Locale locale,
String str,
TimeZone tz)
|
static DateTime |
Caster.toDate(Object o,
boolean alsoNumbers,
TimeZone tz)
cast a Object to a DateTime Object |
static DateTime |
Caster.toDate(Object o,
TimeZone tz)
cast a Object to a DateTime Object |
DateTime |
CastImpl.toDate(Object o,
TimeZone tz)
|
static DateTime |
Caster.toDate(String str,
TimeZone tz)
cast a Object to a DateTime Object |
DateTime |
CastImpl.toDate(String str,
TimeZone tz)
|
static DateTime |
Caster.toDateTime(Locale locale,
String str,
TimeZone tz,
boolean useCommomDateParserAsWell)
parse a string to a Datetime Object |
static DateTime |
Caster.toDatetime(Object o,
TimeZone tz)
cast a Object to a DateTime Object (alias for toDateTime) |
DateTime |
CastImpl.toDatetime(Object o,
TimeZone tz)
|
static DateTime |
Caster.toDateTime(Object o,
TimeZone tz)
cast a Object to a DateTime Object |
DateTime |
CastImpl.toDateTime(Object o,
TimeZone tz)
|
static String |
Caster.toDecimal(Object value)
cast a double to a decimal value (String:xx.xx) |
String |
CastImpl.toDecimal(Object value)
|
static String |
Caster.toDecimal(String value)
cast a double to a decimal value (String:xx.xx) |
static Double |
Caster.toDouble(Object o)
cast a Object to a Double Object (reference Type) |
Double |
CastImpl.toDouble(Object o)
|
static Double |
Caster.toDouble(String str)
cast a Object to a Double Object (reference Type) |
Double |
CastImpl.toDouble(String str)
|
static double |
Caster.toDoubleValue(Double d)
|
static double |
Caster.toDoubleValue(Object o)
cast a Object to a double value (primitive value Type) |
double |
CastImpl.toDoubleValue(Object o)
|
double |
CastImpl.toDoubleValue(String str)
|
static String |
Caster.toEmail(Object o)
|
static File |
Caster.toFile(Object obj)
convert a object to a File |
File |
CastImpl.toFile(Object obj)
|
static Float |
Caster.toFloat(Object o)
cast a Object to a Float Object(reference type) |
static Float |
Caster.toFloat(String str)
cast a Object to a Float Object(reference type) |
static float |
Caster.toFloatValue(Object o)
cast a Object to a long value (primitive value type) |
static float |
Caster.toFloatValue(String str)
cast a Object to a long value (primitive value type) |
static Object |
Caster.toGUId(Object o)
cast a Object to a GUID |
static Hashtable |
Caster.toHashtable(Object obj)
|
static Integer |
Caster.toInteger(Object o)
casts a Object to a Integer |
Integer |
CastImpl.toInteger(Object o)
|
static Integer |
Caster.toInteger(String str)
casts a Object to a Integer |
static int |
Caster.toIntValue(Object o)
cast a Object to a int value (primitive value type) |
int |
CastImpl.toIntValue(Object o)
|
int |
CastImpl.toIntValue(String str)
|
static Iterator |
Caster.toIterator(Object o)
cast a Object to a Iterator or get Iterator from Object |
Iterator |
CastImpl.toIterator(Object o)
|
static Collection |
Caster.toJavaCollection(Object o)
|
Collection.Key |
DecisionImpl.toKey(Object obj)
|
static List |
Caster.toList(Object o)
cast a Object to a Array Object |
List |
CastImpl.toList(Object o)
|
static List |
Caster.toList(Object o,
boolean duplicate)
cast a Object to a Array Object |
List |
CastImpl.toList(Object o,
boolean duplicate)
|
Locale |
CastImpl.toLocale(String strLocale)
|
static Long |
Caster.toLong(Object o)
cast a Object to a Long Object(reference type) |
Long |
CastImpl.toLong(Object o)
|
static Long |
Caster.toLong(String str)
cast a Object to a Long Object(reference type) |
static long |
Caster.toLongValue(Object o)
cast a Object to a long value (primitive value type) |
long |
CastImpl.toLongValue(Object o)
|
static long |
Caster.toLongValue(String str)
cast a Object to a long value (primitive value type) |
static Map |
Caster.toMap(Object o)
cast a Object to a Map Object |
Map |
CastImpl.toMap(Object o)
|
static Map |
Caster.toMap(Object o,
boolean duplicate)
cast a Object to a Map Object |
Map |
CastImpl.toMap(Object o,
boolean duplicate)
|
static Object[] |
Caster.toNativeArray(Object o)
|
static Node |
Caster.toNode(Object o)
casts a Object to a XML Node |
Node |
CastImpl.toNode(Object o)
|
static NodeList |
Caster.toNodeList(Object o)
casts a Object to a Node List |
NodeList |
CastImpl.toNodeList(Object o)
|
static Object |
Caster.toNull(Object value)
casts a Object to null |
Object |
CastImpl.toNull(Object value)
|
static Objects |
Caster.toObjects(PageContext pc,
Object obj)
|
static String |
Caster.toPhone(Object o)
|
static Query |
Caster.toQuery(Object o)
cast a Object to a Query Object |
Query |
CastImpl.toQuery(Object o)
|
static Query |
Caster.toQuery(Object o,
boolean duplicate)
cast a Object to a Query Object |
Query |
CastImpl.toQuery(Object o,
boolean duplicate)
|
Resource |
CastImpl.toResource(Object obj)
|
Serializable |
CastImpl.toSerializable(Object obj)
|
static Short |
Caster.toShort(Object o)
cast a Object to a Byte Object(reference type) |
Short |
CastImpl.toShort(Object o)
|
static Short |
Caster.toShort(String str)
cast a Object to a Byte Object(reference type) |
static short |
Caster.toShortValue(Object o)
cast a Object to a short value (primitive value type) |
short |
CastImpl.toShortValue(Object o)
|
static short |
Caster.toShortValue(String str)
cast a Object to a short value (primitive value type) |
static String |
Caster.toSSN(Object o)
|
static String |
Caster.toString(Object o)
cast a Object to a String |
String |
CastImpl.toString(Object o)
|
static StringBuffer |
Caster.toStringBuffer(Object obj)
|
static Struct |
Caster.toStruct(Object o)
cast a Object to a Struct Object |
Struct |
CastImpl.toStruct(Object o)
|
static Struct |
Caster.toStruct(Object o,
boolean caseSensitive)
|
static TimeSpan |
Caster.toTimespan(Object o)
cast a Object to a TimeSpan Object (alias for toTimeSpan) |
TimeSpan |
CastImpl.toTimespan(Object o)
|
static TimeSpan |
Caster.toTimeSpan(Object o)
cast a Object to a TimeSpan Object |
static String |
Caster.toURL(Object o)
|
static Object |
Caster.toUUId(Object o)
cast a Object to a UUID |
Object |
CastImpl.toUUId(Object o)
|
static String |
Caster.toVariableName(Object o)
cast a Object to a Variable Name |
Object |
CastImpl.toVariableName(Object o)
|
static Vector |
Caster.toVetor(Object obj)
|
Object |
CastImpl.toVoid(Object o)
|
static Node |
Caster.toXML(Object value)
cast Object to a XML Node |
Node |
CastImpl.toXML(Object value)
|
static String |
Caster.toZip(Object o)
|
static Object |
Caster.unwrap(Object value)
|
Uses of PageException in railo.runtime.op.date |
---|
Methods in railo.runtime.op.date that throw PageException | |
---|---|
static DateTime |
DateCaster.toDateAdvanced(Object o,
boolean alsoNumbers,
TimeZone timeZone)
|
static DateTime |
DateCaster.toDateAdvanced(Object o,
TimeZone timezone)
converts a Object to a DateTime Object (Advanced but slower) |
static DateTime |
DateCaster.toDateAdvanced(String str,
TimeZone timezone)
converts a Object to a DateTime Object (Advanced but slower) |
static DateTime |
DateCaster.toDateSimple(Object o,
boolean alsoNumbers,
TimeZone timeZone)
converts a Object to a DateTime Object, returns null if invalid string |
static DateTime |
DateCaster.toDateSimple(Object o,
TimeZone timeZone)
converts a Object to a DateTime Object, returns null if invalid string |
static DateTime |
DateCaster.toDateSimple(String str,
TimeZone timeZone)
converts a Object to a DateTime Object, returns null if invalid string |
static String |
DateCaster.toEuroDate(Object o,
TimeZone timeZone)
|
static Time |
DateCaster.toTime(TimeZone timeZone,
Object o)
converts a Object to a Time Object, returns null if invalid string |
static String |
DateCaster.toUSDate(Object o,
TimeZone timeZone)
|
Uses of PageException in railo.runtime.orm |
---|
Subclasses of PageException in railo.runtime.orm | |
---|---|
class |
ORMException
|
Methods in railo.runtime.orm that return PageException | |
---|---|
static PageException |
ORMException.toPageException(ORMEngine engine,
Throwable t)
|
Methods in railo.runtime.orm with parameters of type PageException | |
---|---|
static void |
ORMException.setAddional(ORMEngine engine,
PageException pe)
|
Methods in railo.runtime.orm that throw PageException | |
---|---|
void |
ORMSession.clear(PageContext pc)
clear the session |
void |
ORMSession.close(PageContext pc)
close the session |
Component |
ORMSession.create(PageContext pc,
String entityName)
creates a entity matching the given name |
ORMSession |
ORMEngine.createSession(PageContext pc)
|
ORMSession |
ORMEngineDummy.createSession(PageContext pc)
|
void |
ORMSession.delete(PageContext pc,
Object obj)
delete elememt from datasource |
void |
ORMSession.evictCollection(PageContext pc,
String entity,
String collection)
|
void |
ORMSession.evictCollection(PageContext pc,
String entity,
String collection,
String id)
|
void |
ORMSession.evictEntity(PageContext pc,
String entity)
|
void |
ORMSession.evictEntity(PageContext pc,
String entity,
String id)
|
void |
ORMSession.evictQueries(PageContext pc)
|
void |
ORMSession.evictQueries(PageContext pc,
String cacheName)
|
Object |
ORMSession.executeQuery(PageContext pc,
String hql,
Array params,
boolean unique,
Struct queryOptions)
|
Object |
ORMSession.executeQuery(PageContext pc,
String hql,
Struct params,
boolean unique,
Struct queryOptions)
|
void |
ORMSession.flush(PageContext pc)
flush all elements in session |
static ORMEngine |
ORMUtil.getEngine(PageContext pc)
|
static ORMSession |
ORMUtil.getSession(PageContext pc)
|
static ORMSession |
ORMUtil.getSession(PageContext pc,
boolean create)
|
Object |
ORMEngine.getSessionFactory(PageContext pc)
|
Object |
ORMEngineDummy.getSessionFactory(PageContext pc)
|
void |
ORMEngine.init(PageContext pc)
|
void |
ORMEngineDummy.init(PageContext pc)
|
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 |
Array |
ORMSession.loadAsArray(PageContext pc,
String name,
String id)
load and return a array of Objects matching given id |
Array |
ORMSession.loadAsArray(PageContext pc,
String name,
String id,
String order)
|
Array |
ORMSession.loadAsArray(PageContext pc,
String name,
Struct filter)
load and return a array of Objects matching given filter |
Array |
ORMSession.loadAsArray(PageContext pc,
String name,
Struct filter,
Struct options)
load and return a array of Objects matching given filter |
Array |
ORMSession.loadAsArray(PageContext pc,
String name,
Struct filter,
Struct options,
String order)
|
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 |
Array |
ORMSession.loadByExampleAsArray(PageContext pc,
Object obj)
load and return a array of Objects matching given sampleEntity |
Component |
ORMSession.merge(PageContext pc,
Object obj)
Attaches the specified entity to the current ORM session. |
boolean |
ORMEngine.reload(PageContext pc,
boolean force)
|
boolean |
ORMEngineDummy.reload(PageContext pc,
boolean force)
|
void |
ORMSession.reload(PageContext pc,
Object obj)
Reloads data for an entity that is already loaded. |
static void |
ORMUtil.resetEngine(PageContext pc,
boolean force)
|
void |
ORMSession.save(PageContext pc,
Object obj,
boolean forceInsert)
insert entity into datasource, even the entry already exist |
Query |
ORMSession.toQuery(PageContext pc,
Object obj,
String name)
|
Uses of PageException in railo.runtime.orm.hibernate |
---|
Subclasses of PageException in railo.runtime.orm.hibernate | |
---|---|
class |
HibernateException
|
Methods in railo.runtime.orm.hibernate that return PageException | |
---|---|
PageException |
HibernateRuntimeException.getPageException()
|
Methods in railo.runtime.orm.hibernate that throw PageException | |
---|---|
void |
HibernateORMSession._delete(PageContext pc,
Component cfc)
|
Object |
HibernateORMSession._executeQuery(PageContext pc,
String hql,
Object params,
boolean unique,
Struct queryOptions)
|
void |
HibernateORMSession.clear(PageContext pc)
|
void |
HibernateORMSession.close(PageContext pc)
|
Component |
HibernateORMEngine.create(PageContext pc,
HibernateORMSession session,
String entityName,
boolean unique)
|
Component |
HibernateORMSession.create(PageContext pc,
String entityName)
|
static org.hibernate.cfg.Configuration |
HibernateSessionFactory.createConfiguration(HibernateORMEngine engine,
String mappings,
DatasourceConnection dc,
ORMConfiguration ormConf)
|
void |
HibernateORMEngine.createMapping(PageContext pc,
Component cfc,
DatasourceConnection dc,
ORMConfiguration ormConf)
|
static Mapping[] |
HibernateSessionFactory.createMappings(PageContext pc,
Resource[] resources)
|
static Property[] |
HibernateUtil.createPropertiesFromTable(DatasourceConnection dc,
String tableName)
|
ORMSession |
HibernateORMEngine.createSession(PageContext pc)
|
static void |
HBMCreator.createXMLMapping(PageContext pc,
DatasourceConnection dc,
Component cfc,
ORMConfiguration ormConf,
Element hibernateMapping,
HibernateORMEngine engine)
|
void |
HibernateORMSession.delete(PageContext pc,
Object obj)
|
void |
HibernateORMSession.evictCollection(PageContext pc,
String entityName,
String collectionName)
|
void |
HibernateORMSession.evictCollection(PageContext pc,
String entityName,
String collectionName,
String id)
|
void |
HibernateORMSession.evictEntity(PageContext pc,
String entityName)
|
void |
HibernateORMSession.evictEntity(PageContext pc,
String entityName,
String id)
|
void |
HibernateORMSession.evictQueries(PageContext pc)
|
void |
HibernateORMSession.evictQueries(PageContext pc,
String cacheName)
|
Object |
HibernateORMSession.executeQuery(PageContext pc,
String hql,
Array params,
boolean unique,
Struct queryOptions)
|
Object |
HibernateORMSession.executeQuery(PageContext pc,
String hql,
Struct params,
boolean unique,
Struct queryOptions)
|
void |
HibernateORMSession.flush(PageContext pc)
|
Component |
HibernateORMEngine.getEntityByCFCName(String cfcName,
boolean unique)
|
Component |
HibernateORMEngine.getEntityByEntityName(String entityName,
boolean unique)
|
org.hibernate.SessionFactory |
HibernateORMEngine.getSessionFactory(PageContext pc)
|
Struct |
HibernateORMEngine.getTableInfo(DatasourceConnection dc,
String tableName,
ORMEngine engine)
|
void |
HibernateORMEngine.init(PageContext pc)
|
Component |
HibernateORMSession.load(PageContext pc,
String cfcName,
String id)
|
Component |
HibernateORMSession.load(PageContext pc,
String name,
Struct filter)
|
Array |
HibernateORMSession.loadAsArray(PageContext pc,
String name,
String id)
|
Array |
HibernateORMSession.loadAsArray(PageContext pc,
String name,
String id,
String order)
|
Array |
HibernateORMSession.loadAsArray(PageContext pc,
String name,
Struct filter)
|
Array |
HibernateORMSession.loadAsArray(PageContext pc,
String name,
Struct filter,
Struct options)
|
Array |
HibernateORMSession.loadAsArray(PageContext pc,
String name,
Struct filter,
Struct options,
String order)
|
Component |
HibernateORMSession.loadByExample(PageContext pc,
Object obj)
|
Array |
HibernateORMSession.loadByExampleAsArray(PageContext pc,
Object obj)
|
static List<ComponentPro> |
HibernateSessionFactory.loadComponents(PageContext pc,
HibernateORMEngine engine,
ORMConfiguration ormConf)
|
Component |
HibernateORMSession.merge(PageContext pc,
Object obj)
|
boolean |
HibernateORMEngine.reload(PageContext pc,
boolean force)
|
void |
HibernateORMSession.reload(PageContext pc,
Object obj)
|
void |
HibernateORMSession.save(PageContext pc,
Object obj,
boolean forceInsert)
|
static Component |
HibernateCaster.toComponent(Object obj)
|
static Query |
HibernateCaster.toQuery(PageContext pc,
HibernateORMSession session,
Object obj,
String name)
|
Query |
HibernateORMSession.toQuery(PageContext pc,
Object obj,
String name)
|
static Object |
HibernateCaster.toSQL(HibernateORMEngine engine,
ColumnInfo ci,
Object value,
RefBoolean isArray)
translate CFMl specific types to Hibernate/SQL specific types |
static Object |
HibernateCaster.toSQL(HibernateORMEngine engine,
org.hibernate.type.Type type,
Object value,
RefBoolean isArray)
translate CFMl specific types to Hibernate/SQL specific types |
Constructors in railo.runtime.orm.hibernate with parameters of type PageException | |
---|---|
HibernateRuntimeException(PageException pe)
constructor of the class |
Uses of PageException in railo.runtime.orm.naming |
---|
Constructors in railo.runtime.orm.naming that throw PageException | |
---|---|
CFCNamingStrategy(String cfcName)
|
Uses of PageException in railo.runtime.query |
---|
Methods in railo.runtime.query that throw PageException | |
---|---|
boolean |
QueryCacheQuery.addColumn(Collection.Key columnName,
Array content)
|
Object |
QueryCacheQuery.call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
|
Object |
QueryCacheQuery.call(PageContext pc,
String methodName,
Object[] arguments)
|
Object |
QueryCacheQuery.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
QueryCacheQuery.callWithNamedValues(PageContext pc,
String methodName,
Struct args)
|
boolean |
QueryCacheQueryColumn.castToBooleanValue()
|
DateTime |
QueryCacheQueryColumn.castToDateTime()
|
double |
QueryCacheQueryColumn.castToDoubleValue()
|
String |
QueryCacheQueryColumn.castToString()
|
int |
QueryCacheQueryColumn.compareTo(boolean b)
|
int |
QueryCacheQueryColumn.compareTo(DateTime dt)
|
int |
QueryCacheQuery.compareTo(DateTime dt)
|
int |
QueryCacheQueryColumn.compareTo(double d)
|
int |
QueryCacheQuery.compareTo(double d)
|
int |
QueryCacheQueryColumn.compareTo(String str)
|
int |
QueryCacheQuery.compareTo(String str)
|
Object |
QueryCacheQueryColumn.get(Collection.Key key)
|
Object |
QueryCacheQuery.get(Collection.Key key)
|
Object |
QueryCacheQueryColumn.get(int row)
|
Object |
QueryCacheQueryColumn.get(PageContext pc)
|
Object |
QueryCacheQuery.get(PageContext pc,
Collection.Key key)
|
Object |
QueryCacheQuery.get(PageContext pc,
String key)
|
Object |
QueryCacheQueryColumn.get(String key)
|
Object |
QueryCacheQuery.get(String key)
|
Object |
QueryCacheQuery.getAt(Collection.Key key,
int row)
|
Object |
QueryCacheQuery.getAt(String key,
int row)
|
Collection.Key |
QueryCacheQueryColumn.getKey()
|
String |
QueryCacheQueryColumn.getKeyAsString()
|
Object |
QueryCacheQueryColumn.remove(Collection.Key key)
|
Object |
QueryCacheQuery.remove(Collection.Key key)
|
Object |
QueryCacheQueryColumn.remove(int row)
|
Object |
QueryCacheQueryColumn.remove(PageContext pc)
|
Object |
QueryCacheQuery.remove(String key)
|
Object |
QueryCacheQueryColumn.removeRow(int row)
|
int |
QueryCacheQuery.removeRow(int row)
|
Object |
QueryCacheQueryColumn.set(Collection.Key key,
Object value)
|
Object |
QueryCacheQuery.set(Collection.Key key,
Object value)
|
Object |
QueryCacheQueryColumn.set(int row,
Object value)
|
Object |
QueryCacheQuery.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
QueryCacheQueryColumn.set(PageContext pc,
Object value)
|
Object |
QueryCacheQuery.set(PageContext pc,
String propertyName,
Object value)
|
Object |
QueryCacheQueryColumn.set(String key,
Object value)
|
Object |
QueryCacheQuery.set(String key,
Object value)
|
Object |
QueryCacheQuery.setAt(Collection.Key key,
int row,
Object value)
|
Object |
QueryCacheQuery.setAt(String key,
int row,
Object value)
|
void |
QueryCacheQuery.setColumnNames(Collection.Key[] trg)
|
void |
QueryCacheQuery.sort(Collection.Key column)
|
void |
QueryCacheQuery.sort(Collection.Key keyColumn,
int order)
|
void |
QueryCacheQuery.sort(String column)
|
void |
QueryCacheQuery.sort(String strColumn,
int order)
|
Object |
QueryCacheQueryColumn.touch(PageContext pc)
|
Uses of PageException in railo.runtime.reflection |
---|
Methods in railo.runtime.reflection that throw PageException | |
---|---|
static Object |
Reflector._convert(Object src,
Class trgClass)
|
static Object |
Reflector.callConstructor(Class clazz,
Object[] args)
call constructor of a class with matching arguments |
static Object |
Reflector.callGetter(Object obj,
String prop)
to invoke a getter Method of a Object |
static Object |
Reflector.callMethod(Object obj,
Collection.Key methodName,
Object[] args)
|
static Object |
Reflector.callMethod(Object obj,
String methodName,
Object[] args)
calls a Method of a Objct |
static void |
Reflector.callSetter(Object obj,
String prop,
Object value)
to invoke a setter Method of a Object |
static void |
Reflector.callSetterEL(Object obj,
String prop,
Object value)
do nothing when not exist |
static Object |
Invoker.callStaticMethod(Class staticClass,
String methodName,
Object[] values)
call of a static method of a Class |
static Object |
Reflector.callStaticMethod(Class clazz,
String methodName,
Object[] args)
calls a Static Method on the given CLass |
static Object |
Reflector.convert(Object src,
Class trgClass,
RefInteger rating)
convert Object from src to trg Type, if possible |
static Object |
Reflector.getField(Object obj,
String prop)
to get a visible Field of a object |
static MethodInstance |
Reflector.getGetter(Class clazz,
String prop)
to get a Getter Method of a Object |
static Object |
Reflector.getProperty(Object obj,
String prop)
to get a visible Propety (Field or Getter) of a object |
static boolean |
Reflector.setField(Object obj,
String prop,
Object value)
assign a value to a visible Field of a object |
static void |
Reflector.setProperty(Object obj,
String prop,
Object value)
assign a value to a visible Property (Field or Setter) of a object |
Uses of PageException in railo.runtime.schedule |
---|
Constructors in railo.runtime.schedule that throw PageException | |
---|---|
SchedulerImpl(CFMLEngine engine,
Config config,
Resource schedulerDir,
LogAndSource log,
String charset)
constructor of the sheduler |
Uses of PageException in railo.runtime.search |
---|
Methods in railo.runtime.search that throw PageException | |
---|---|
IndexResult |
SearchCollectionSupport.index(PageContext pc,
String key,
short type,
String urlpath,
String title,
String body,
String language,
String[] extensions,
String query,
boolean recurse,
String categoryTree,
String[] categories,
long timeout,
String custom1,
String custom2,
String custom3,
String custom4)
|
IndexResult |
SearchCollectionSupport2.index(PageContext pc,
String key,
short type,
String urlpath,
String title,
String body,
String language,
String[] extensions,
String query,
boolean recurse,
String categoryTree,
String[] categories,
long timeout,
String custom1,
String custom2,
String custom3,
String custom4)
|
IndexResult |
SearchCollectionSupport.index(PageContext pc,
String key,
short type,
String urlpath,
String title,
String body,
String language,
String[] extensions,
String query,
boolean recurse,
String categoryTree,
String[] categories,
String custom1,
String custom2,
String custom3,
String custom4)
|
IndexResult |
SearchCollectionSupport2.index(PageContext pc,
String key,
short type,
String urlpath,
String title,
String body,
String language,
String[] extensions,
String query,
boolean recurse,
String categoryTree,
String[] categories,
String custom1,
String custom2,
String custom3,
String custom4)
|
IndexResult |
SearchCollection.index(PageContext pc,
String key,
short type,
String urlpath,
String title,
String body,
String language,
String[] extensions,
String query,
boolean recurse,
String categoryTree,
String[] categories,
String custom1,
String custom2,
String custom3,
String custom4)
updates a index of a collection |
int |
SearchCollectionSupport.search(SearchData data,
Query qry,
String criteria,
String language,
short type,
int startrow,
int maxrow,
String categoryTree,
String[] categories)
|
int |
SearchCollectionSupport2.search(SearchData data,
Query qry,
String criteria,
String language,
short type,
int startrow,
int maxrow,
String categoryTree,
String[] categories)
|
int |
SearchCollection.search(SearchData data,
Query qry,
String criteria,
String language,
short type,
int startrow,
int maxrow,
String categoryTree,
String[] category)
search the collection |
Uses of PageException in railo.runtime.security |
---|
Methods in railo.runtime.security that throw PageException | |
---|---|
void |
SecurityManager.checkFileLocation(Config config,
Resource res,
String serverPassword)
|
void |
SecurityManager.checkFileLocation(Resource res)
|
static Credential |
CredentialImpl.decode(Object encoded,
Resource rolesDir)
decode the Credential form a Base64 String value |
String |
CredentialImpl.encode()
|
String |
Credential.encode()
encode rhe Credential to a Base64 String value |
short |
SecurityManager.getAccess(String access)
|
static String[] |
CredentialImpl.toRole(Object oRoles)
convert a Object to a String Array of Roles |
Constructors in railo.runtime.security that throw PageException | |
---|---|
CredentialImpl(String username,
String password,
Array roles,
Resource rolesDir)
credential constructor |
|
CredentialImpl(String username,
String password,
String roles,
Resource rolesDir)
credential constructor |
Uses of PageException in railo.runtime.spooler |
---|
Methods in railo.runtime.spooler that return PageException | |
---|---|
PageException |
SpoolerEngineImpl.execute(SpoolerTask task)
|
PageException |
SpoolerEngine.execute(SpoolerTask task)
execute task and return error throwed by task |
PageException |
SpoolerEngineImpl.execute(String id)
execute task by id and return eror throwd by task |
PageException |
SpoolerEngine.execute(String id)
execute task by id and return error throwed by task |
Methods in railo.runtime.spooler that throw PageException | |
---|---|
Object |
SpoolerTaskWS.execute(Config config)
|
Object |
SpoolerTask.execute(Config config)
execute Task |
Query |
SpoolerEngineImpl.getAllTasksAsQuery(int startrow,
int maxrow)
|
Query |
SpoolerEngineImpl.getClosedTasksAsQuery(int startrow,
int maxrow)
|
Query |
SpoolerEngineImpl.getOpenTasksAsQuery(int startrow,
int maxrow)
|
static RPCClient |
SpoolerTaskWS.getRPCClient(RemoteClient client)
|
Uses of PageException in railo.runtime.spooler.mail |
---|
Methods in railo.runtime.spooler.mail that throw PageException | |
---|---|
Object |
MailSpoolerTask.execute(Config config)
|
Uses of PageException in railo.runtime.spooler.test |
---|
Methods in railo.runtime.spooler.test that throw PageException | |
---|---|
Object |
TestTask.execute(Config config)
|
Uses of PageException in railo.runtime.sql.exp |
---|
Methods in railo.runtime.sql.exp that throw PageException | |
---|---|
Object |
Column.getValue(Query qry,
int row)
|
Object |
ColumnExpression.getValue(Query qr,
int row)
|
Uses of PageException in railo.runtime.sql.exp.value |
---|
Constructors in railo.runtime.sql.exp.value that throw PageException | |
---|---|
ValueDate(String strValue)
|
Uses of PageException in railo.runtime.tag |
---|
Methods in railo.runtime.tag that throw PageException | |
---|---|
static Object |
Query._call(PageContext pc,
String hql,
Object params,
boolean unique,
Struct queryOptions)
|
void |
CFTag._doCFCCatch(Throwable t,
String source)
|
void |
Trace._doEndTag()
|
void |
ObjectCache._doStartTag()
|
static void |
FileTag.actionCopy(PageContext pageContext,
SecurityManager securityManager,
Resource source,
String strDestination,
int nameconflict,
String serverPassword,
Object acl,
int mode,
String attributes)
copy source file to destination file or path |
static void |
Directory.actionCreate(PageContext pc,
Resource directory,
String serverPassword,
boolean doParent,
int mode,
Object acl,
int storage)
create a directory |
static void |
Directory.actionDelete(PageContext pc,
Resource dir,
boolean forceDelete,
String serverPassword)
delete directory |
static Object |
Directory.actionList(PageContext pageContext,
Resource directory,
String serverPassword,
int type,
ResourceFilter filter,
ResourceAndResourceNameFilter nameFilter,
int listInfo,
boolean recurse,
String sort)
list all files and directories inside a directory |
static void |
FileTag.actionMove(PageContext pageContext,
SecurityManager securityManager,
Resource source,
String strDestination,
int nameconflict,
String serverPassword,
Object acl,
int mode,
String attributes)
move source file to destination path or file |
void |
HtmlHead.actionRead()
|
static void |
Directory.actionRename(PageContext pc,
Resource directory,
String strNewdirectory,
String serverPassword,
Object acl,
int storage)
rename a directory to a new Name |
void |
FileTag.actionUpload()
read source file |
static Struct |
FileTag.actionUpload(PageContext pageContext,
SecurityManager securityManager,
String filefield,
String strDestination,
int nameconflict,
String accept,
int mode,
String attributes,
Object acl,
String serverPassword)
|
void |
FileTag.actionUploadAll()
|
static Array |
FileTag.actionUploadAll(PageContext pageContext,
SecurityManager securityManager,
String strDestination,
int nameconflict,
String accept,
int mode,
String attributes,
Object acl,
String serverPassword)
|
static ResourceAndResourceNameFilter |
Directory.createFilter(Object filter)
sets a filter |
static QueryCacheFilter |
ObjectCache.createFilter(Object filter,
boolean ignoreCase)
|
static ResourceAndResourceNameFilter |
Directory.createFilter(String pattern)
|
static QueryCacheFilter |
ObjectCache.createFilter(String pattern,
boolean ignoreCase)
|
static QueryCacheFilter |
ObjectCache.createFilter(UDF filter)
|
static ResourceAndResourceNameFilter |
Directory.createFilter(UDF filter)
|
static InitFile |
CFTagCore.createInitFile(PageContext pageContext,
boolean isweb,
String filename)
|
Struct |
Video.doActionInfo()
|
int |
Table.doAfterBody()
|
int |
CFTag.doAfterBody()
|
int |
SaveContent.doAfterBody()
|
int |
Chart.doEndTag()
|
int |
MailPart.doEndTag()
|
int |
VideoPlayerJW.doEndTag()
|
int |
Insert.doEndTag()
|
int |
Select.doEndTag()
|
int |
Div.doEndTag()
|
int |
Document.doEndTag()
|
int |
DocumentItem.doEndTag()
|
int |
Http.doEndTag()
|
int |
Trace.doEndTag()
|
int |
Invoke.doEndTag()
|
int |
Table.doEndTag()
|
int |
Ftp.doEndTag()
|
int |
Input.doEndTag()
|
int |
Mail.doEndTag()
|
int |
Stopwatch.doEndTag()
|
int |
Update.doEndTag()
|
int |
Timer.doEndTag()
|
int |
Xml.doEndTag()
|
int |
ThreadTag.doEndTag()
|
int |
PDF.doEndTag()
|
int |
Zip.doEndTag()
|
int |
Query.doEndTag()
|
int |
Form.doEndTag()
|
int |
Cache.doEndTag()
|
int |
Execute.doEndTag()
|
int |
Ldap.doStartTag()
|
int |
Wddx.doStartTag()
|
int |
VideoPlayerJW.doStartTag()
|
int |
Log.doStartTag()
|
int |
Sleep.doStartTag()
|
int |
Transaction.doStartTag()
|
int |
Location.doStartTag()
|
int |
Content.doStartTag()
|
int |
Search.doStartTag()
|
int |
AjaxImport.doStartTag()
|
int |
Document.doStartTag()
|
int |
Video.doStartTag()
|
int |
ObjectTag.doStartTag()
|
int |
ZipParam.doStartTag()
|
int |
AjaxProxy.doStartTag()
|
int |
HtmlHead.doStartTag()
|
int |
Login.doStartTag()
|
int |
Application.doStartTag()
|
int |
Registry.doStartTag()
|
int |
Invoke.doStartTag()
|
int |
Table.doStartTag()
|
int |
Param.doStartTag()
|
int |
CFTag.doStartTag()
|
int |
Feed.doStartTag()
|
int |
DBInfo.doStartTag()
|
int |
Header.doStartTag()
|
int |
Collection.doStartTag()
calls the specified methods depending on the value of the property action |
int |
Associate.doStartTag()
|
int |
Forward.doStartTag()
|
int |
ObjectCache.doStartTag()
|
int |
Flush.doStartTag()
|
int |
QueryParam.doStartTag()
|
int |
Slider.doStartTag()
|
int |
Lock.doStartTag()
|
int |
Sprite.doStartTag()
|
int |
MailParam.doStartTag()
|
int |
FileTag.doStartTag()
|
int |
Loginuser.doStartTag()
|
int |
Abort.doStartTag()
|
int |
ThreadTag.doStartTag()
|
int |
NTAuthenticate.doStartTag()
|
int |
Property.doStartTag()
|
int |
GridColumn.doStartTag()
|
int |
Throw.doStartTag()
|
int |
Directory.doStartTag()
|
int |
Dump.doStartTag()
|
int |
Admin.doStartTag()
|
int |
CFXTag.doStartTag()
|
int |
InvokeArgument.doStartTag()
|
int |
Cookie.doStartTag()
|
int |
Schedule.doStartTag()
|
int |
PDF.doStartTag()
|
int |
_Mail.doStartTag()
|
int |
Zip.doStartTag()
|
int |
Query.doStartTag()
|
int |
Form.doStartTag()
|
int |
VideoPlayerParam.doStartTag()
|
int |
Index.doStartTag()
|
int |
Cache.doStartTag()
|
int |
Execute.doStartTag()
|
static ProfileCollection |
Video.getProfileCollection(PageContext pc)
|
static Query |
Admin.getSSLCertificate(Config config,
String host,
int port)
|
String |
HttpParamBean.getValueAsString()
|
Object |
ProcParamBean.getValueForCF()
|
void |
CFImportTag.initFile()
|
InitFile |
CFTagCore.initFile(PageContext pageContext)
|
InitFile |
CFTag.initFile(PageContext pageContext)
|
void |
ThreadTag.register(Page currentPage,
int threadIndex)
|
void |
Video.setAction(String action)
|
void |
Invoke.setArgument(String name,
Object value)
|
void |
Video.setAspectratio(String strAspectRatio)
|
void |
_Mail.setAttachmentpath(String attachmentPath)
|
static void |
TagUtil.setAttributeCollection(PageContext pc,
javax.servlet.jsp.tagext.Tag tag,
MissingAttribute[] missingAttrs,
Struct attrs,
int attrType)
|
void |
Video.setAudiobitrate(String audioBitrate)
|
void |
Video.setAudiosamplerate(String sAudiosamplerate)
|
void |
VideoPlayerJW.setBackground(String color)
|
void |
VideoPlayerJW.setBackgroundcolor(String color)
|
void |
VideoPlayerJW.setBgcolor(String color)
|
void |
Search.setCollection(String collection)
set the value collection The logical collection name that is the target of the search operation or an external collection with fully qualified path. |
void |
Index.setCollection(String collection)
set the value collection Specifies a collection name. |
void |
Textarea.setCols(double cols)
|
void |
Http.setColumns(String columns)
set the value columns |
void |
Application.setComponentpaths(Object mappings)
|
void |
MailParam.setContent(Object content)
|
void |
Application.setCustomtagpaths(Object mappings)
|
void |
Application.setDatasource(Object datasource)
|
void |
Query.setDatasource(String datasource)
set the value datasource The name of the data source from which this query should retrieve data. |
void |
Zip.setDestination(String strDestination)
|
void |
Setting.setEnablecfoutputonly(Object enablecfoutputonly)
set the value enablecfoutputonly Yes or No. |
void |
Schedule.setEnddate(Object enddate)
set the value enddate The date when the scheduled task ends. |
void |
Schedule.setEndtime(Object endtime)
set the value endtime The time when the scheduled task ends. |
void |
Video.setExecution(String execution)
|
void |
Index.setExtensions(String extensions)
set the value extensions |
void |
VideoPlayerJW.setFgcolor(String color)
|
void |
MailParam.setFile(String strFile)
set the value file Attaches the specified file to the message. |
void |
Document.setFilename(String filename)
|
void |
ObjectCache.setFilter(Object filter)
|
void |
Directory.setFilter(Object filter)
|
void |
ObjectCache.setFilter(String filter)
|
void |
Directory.setFilter(String pattern)
|
void |
PDF.setFilter(String pattern)
sets a filter pattern |
void |
Zip.setFilter(String filter)
|
void |
Directory.setFilter(UDF filter)
|
void |
ObjectCache.setFilterignorecase(String filter)
|
void |
VideoPlayerParamBean.setFlash(PageContext pc,
String flash)
|
void |
VideoPlayerParamBean.setFlash(Resource flash,
String pathFlash)
|
void |
VideoPlayerParam.setFlash(String flash)
|
void |
Image.setFonts(String fontList)
|
void |
VideoPlayerJW.setForeground(String color)
|
void |
VideoPlayerJW.setForegroundcolor(String color)
|
void |
Mail.setFrom(Object from)
set the value from The sender of the e-mail message. |
void |
VideoPlayerJW.setId(String id)
|
void |
VideoPlayerParamBean.setImage(PageContext pc,
String image)
|
void |
VideoPlayerParam.setImage(String preview)
|
void |
VideoPlayerParam.setIndex(double dIndex)
|
void |
VideoPlayerParamBean.setIndex(int index)
|
void |
ChartDataBean.setItem(PageContext pc,
Object obj)
|
void |
VideoPlayerJW.setLightcolor(String color)
|
void |
Application.setMappings(Struct mappings)
|
void |
Video.setMax(String strMax)
|
void |
_Mail.setMessagenumber(String messageNumber)
|
void |
Mail.setMimeattach(String strMimeattach)
|
void |
Mail.setMimeattach(String strMimeattach,
String type,
String disposition,
String contentID,
boolean removeAfterSend)
set the value mimeattach Specifies the path of the file to be attached to the e-mail message. |
void |
FileTag.setMode(String mode)
set the value mode Applies only to Solaris and HP-UX. |
void |
Directory.setMode(String mode)
set the value mode Used with action = "Create" to define the permissions for a directory on UNIX and Linux platforms. |
void |
Video.setNameconflict(String nameconflict)
set the value nameconflict Action to take if filename is the same as that of a file in the directory. |
void |
Throw.setObject(Object object)
set the value object a native java exception Object, if this attribute is defined all other will be ignored. |
void |
VideoPlayerJW.setOverstretch(String overstretch)
|
void |
Mail.setParam(String type,
String file,
String name,
String value,
String disposition,
String contentID,
Boolean oRemoveAfterSend)
sets a mail param |
void |
Select.setPassthrough(Object passthrough)
|
void |
Input.setPassthrough(Object passthrough)
|
void |
Form.setPassthrough(Object passthrough)
|
void |
Collection.setPath(String strPath)
set the value path |
void |
Document.setPermissions(String strPermissions)
|
void |
PDF.setPermissions(String strPermissions)
|
void |
VideoPlayerJW.setPlaylist(String strPlaylist)
|
void |
Schedule.setPort(Object oPort)
set the value port The port number on the server from which the task is being scheduled. |
void |
VideoPlayerParam.setPreview(String preview)
|
void |
Video.setProfile(String strProfile)
|
void |
Schedule.setProxyport(Object oProxyport)
set the value proxyport The port number on the proxy server from which the task is being requested. |
void |
Video.setQuality(String strQuality)
|
void |
Chartseries.setQuery(Object oQuery)
|
void |
Select.setQuery(String strQuery)
|
void |
Table.setQuery(String query)
set the value query Name of the cfquery from which to draw data. |
void |
Input.setRange(String range)
|
void |
Slider.setRange(String range)
sets the attribut to tag |
void |
Schedule.setRequesttimeout(Object oRequesttimeout)
set the value requesttimeout Customizes the requestTimeOut for the task operation. |
void |
ThreadTag.setRetryinterval(Object obj)
|
void |
ThreadTag.setRetryintervall(Object obj)
|
void |
Ldap.setReturnasbinary(String returnAsBinary)
|
void |
Loginuser.setRoles(Object oRoles)
|
void |
Textarea.setRows(double rows)
|
void |
VideoPlayerJW.setScreencolor(String color)
|
void |
Mail.setServer(String strServer)
set the value server |
void |
VideoPlayerParamBean.setShow(String show)
|
void |
VideoPlayerParam.setShow(String show)
|
void |
VideoPlayerJW.setShowpause(String showPause)
|
void |
VideoPlayerJW.setShowplay(String showPlay)
|
void |
VideoPlayerJW.setShowtimeline(String showTimeline)
|
void |
Ldap.setSort(String sort)
Indicates the attribute or attributes by which to sort query results. |
void |
Ldap.setSortcontrol(String sortControl)
Specifies how to sort query results. |
void |
Video.setSource(String source)
|
void |
ZipParam.setSource(String strSource)
|
void |
Zip.setSource(String strSource)
|
void |
Video.setSource1(String source1)
|
void |
Video.setSource2(String source2)
|
void |
DocumentSection.setSrcfile(String strSrcfile)
|
void |
Document.setSrcfile(String strSrcfile)
|
void |
Video.setStart(String strStart)
|
void |
Schedule.setStartdate(Object objStartDate)
set the value startdate Required when action ='update'. |
void |
Schedule.setStarttime(Object starttime)
set the value starttime Required when creating tasks with action = 'update'. |
void |
Directory.setStorage(String storage)
set the value storage used only for s3 resources, for all others ignored |
void |
Directory.setStorelocation(String storage)
|
void |
Search.setSuggestions(String suggestions)
|
void |
Lock.setTimeout(double timeout)
|
void |
Lock.setTimeout(Object oTimeout)
set the value timeout Specifies the maximum amount of time, in seconds, to wait to obtain a lock. |
void |
Index.setType(String type)
set the value type Specifies the type of entity being indexed. |
void |
_Mail.setUid(String uid)
|
void |
Content.setVariable(Object variable)
|
void |
Execute.setVariable(String variable)
define name of variable where output is written to |
void |
VideoPlayerParamBean.setVideo(PageContext pc,
String video)
|
void |
VideoPlayerParamBean.setVideo(Resource video,
String pathVideo)
|
void |
VideoPlayerParam.setVideo(String video)
|
void |
Video.setVideobitrate(String videoBitrate)
|
void |
Video.setVideobitratemax(String videoBitrateMax)
|
void |
Video.setVideobitratemin(String videoBitrateMin)
|
void |
Video.setVideobitratetolerance(String videoBitrateTolerance)
|
static int |
FileTag.toMode(String mode)
|
static void |
Admin.updateSSLCertificate(Config config,
String host,
int port)
|
javax.servlet.jsp.tagext.Tag |
TagHandlerPool.use(String tagClass)
return a tag to use from a class |
Uses of PageException in railo.runtime.text.csv |
---|
Subclasses of PageException in railo.runtime.text.csv | |
---|---|
class |
CSVParserException
CSV Parser Exception |
Methods in railo.runtime.text.csv that throw PageException | |
---|---|
Query |
CSVParser.parse(String csv,
char delimiter,
char textQualifier,
String[] headers,
boolean firstrowasheaders)
parse a CVS File |
Uses of PageException in railo.runtime.text.pdf |
---|
Methods in railo.runtime.text.pdf that throw PageException | |
---|---|
boolean |
PDFDocument.castToBooleanValue()
|
DateTime |
PDFDocument.castToDateTime()
|
double |
PDFDocument.castToDoubleValue()
|
String |
PDFDocument.castToString()
|
int |
PDFDocument.compareTo(boolean b)
|
int |
PDFDocument.compareTo(DateTime dt)
|
int |
PDFDocument.compareTo(double d)
|
int |
PDFDocument.compareTo(String str)
|
static void |
PDFUtil.concat(PDFDocument[] docs,
OutputStream os,
boolean keepBookmark,
boolean removePages,
boolean stopOnError,
char version)
|
Object |
PDFDocument.get(Collection.Key key)
|
static void |
PDFUtil.parsePageDefinition(Set<Integer> pages,
String strPages)
|
static Set |
PDFUtil.parsePageDefinition(String strPages)
|
Object |
PDFDocument.remove(Collection.Key key)
|
Object |
PDFDocument.set(Collection.Key key,
Object value)
|
void |
PDFDocument.setPages(String strPages)
|
Image |
PDF2ImageICEpdf.toImage(byte[] input,
int pageNumber)
|
abstract Image |
PDF2Image.toImage(byte[] input,
int page)
|
Image |
PDF2ImageJPedal.toImage(byte[] input,
int page)
|
static Image |
PDFUtil.toImage(byte[] input,
int page)
|
Image |
PDF2ImageICEpdf.toImage(byte[] input,
int pageNumber,
int scale,
boolean transparent)
|
static com.lowagie.text.pdf.PdfReader |
PDFUtil.toPdfReader(Object value,
String password)
|
static int |
PDFUtil.toPermissions(String strPermissions)
convert a string list of permission |
void |
PDF2ImageICEpdf.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent)
|
abstract void |
PDF2Image.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent)
|
void |
PDF2ImageJPedal.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent)
|
void |
PDF2ImagePDFRenderer.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent)
|
static void |
PDFUtil.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent)
|
Uses of PageException in railo.runtime.text.xml |
---|
Methods in railo.runtime.text.xml that throw PageException | |
---|---|
Object |
XMLNodeList.append(Object o)
|
int |
XMLNodeList.compareTo(DateTime dt)
|
int |
XMLAttributes.compareTo(DateTime dt)
|
int |
XMLNodeList.compareTo(double d)
|
int |
XMLAttributes.compareTo(double d)
|
int |
XMLNodeList.compareTo(String str)
|
int |
XMLAttributes.compareTo(String str)
|
boolean |
XMLNodeList.insert(int index,
Object value)
|
Object |
XMLNodeList.prepend(Object o)
|
Object |
XMLNodeList.remove(Collection.Key key)
|
Object |
XMLAttributes.remove(Collection.Key key)
|
Object |
XMLNodeList.removeE(int index)
|
Object |
XMLNodeList.set(Collection.Key key,
Object value)
|
Object |
XMLAttributes.set(Collection.Key key,
Object value)
|
Object |
XMLNodeList.set(String key,
Object value)
|
Object |
XMLNodeList.setE(int index,
Object value)
|
static Object |
XMLUtil.setProperty(Node node,
Collection.Key k,
Object value)
sets a node to a node |
static Object |
XMLUtil.setProperty(Node node,
Collection.Key k,
Object value,
boolean caseSensitive)
|
static Attr |
XMLCaster.toAttr(Document doc,
Object o)
casts a value to a XML Attribute Object |
static Attr[] |
XMLCaster.toAttrArray(Document doc,
Object o)
casts a value to a XML Attr Array |
static Text |
XMLCaster.toCDATASection(Document doc,
Object o)
|
static Comment |
XMLCaster.toComment(Document doc,
Object o)
casts a value to a XML Comment Object |
static Comment[] |
XMLCaster.toCommentArray(Document doc,
Object o)
casts a value to a XML Comment Array |
static Element |
XMLCaster.toElement(Document doc,
Object o)
casts a value to a XML Element |
static Element[] |
XMLCaster.toElementArray(Document doc,
Object o)
casts a value to a XML Element Array |
static Node |
XMLCaster.toNode(Document doc,
Object o)
|
static Node |
XMLCaster.toNode(Document doc,
Object o,
short type)
casts a value to a XML Object defined by type parameter |
static Node |
XMLCaster.toNode(Object o)
Deprecated. replaced with toRawNode |
static Node[] |
XMLCaster.toNodeArray(Document doc,
Object o)
casts a value to a XML Element Array |
static Node[] |
XMLCaster.toNodeArray(Document doc,
Object o,
short type)
casts a value to a XML Object Array defined by type parameter |
static String |
XMLCaster.toString(Node node)
|
static String |
XMLCaster.toString(Node node,
boolean omitXMLDecl)
|
static String |
XMLCaster.toString(Node node,
boolean omitXMLDecl,
String publicId,
String systemId,
String encoding)
|
static String |
XMLCaster.toString(NodeList nodes,
boolean omitXMLDecl)
|
static Text |
XMLCaster.toText(Document doc,
Object o)
casts a value to a XML Text |
static Text[] |
XMLCaster.toTextArray(Document doc,
Object o)
casts a value to a XML Text Array |
static void |
XMLCaster.writeTo(Node node,
Resource file)
write a xml Dom to a file |
static void |
XMLCaster.writeTo(Node node,
Result res,
boolean omitXMLDecl,
String publicId,
String systemId,
String encoding)
|
Uses of PageException in railo.runtime.text.xml.struct |
---|
Methods in railo.runtime.text.xml.struct that throw PageException | |
---|---|
Object |
XMLMultiElementArray.append(Object o)
|
boolean |
XMLMultiElementArray.castToBooleanValue()
|
DateTime |
XMLMultiElementArray.castToDateTime()
|
double |
XMLMultiElementArray.castToDoubleValue()
|
String |
XMLNodeStruct.castToString()
|
String |
XMLMultiElementArray.castToString()
|
int |
XMLNodeStruct.compareTo(boolean b)
|
int |
XMLMultiElementArray.compareTo(boolean b)
|
int |
XMLNodeStruct.compareTo(DateTime dt)
|
int |
XMLMultiElementArray.compareTo(DateTime dt)
|
int |
XMLNodeStruct.compareTo(double d)
|
int |
XMLMultiElementArray.compareTo(double d)
|
int |
XMLNodeStruct.compareTo(String str)
|
int |
XMLMultiElementArray.compareTo(String str)
|
Object |
XMLNodeStruct.get(Collection.Key key)
|
Object |
XMLMultiElementArray.get(Collection.Key key)
|
Object |
XMLMultiElementStruct.get(Collection.Key key)
|
Object |
XMLMultiElementStruct.get(int index)
|
Object |
XMLMultiElementArray.get(String key)
|
Object |
XMLMultiElementArray.getE(int key)
|
boolean |
XMLMultiElementArray.insert(int index,
Object value)
|
Object |
XMLMultiElementArray.prepend(Object value)
|
Object |
XMLNodeStruct.remove(Collection.Key key)
|
Object |
XMLMultiElementArray.remove(Collection.Key key)
|
Object |
XMLMultiElementStruct.remove(Collection.Key key)
|
Object |
XMLMultiElementStruct.remove(int index)
|
Object |
XMLNodeStruct.remove(String key)
|
Object |
XMLMultiElementArray.remove(String key)
|
Object |
XMLMultiElementStruct.remove(String key)
|
Object |
XMLMultiElementArray.removeE(int key)
|
void |
XMLMultiElementArray.resize(int to)
|
Object |
XMLNodeStruct.set(Collection.Key key,
Object value)
|
Object |
XMLMultiElementArray.set(Collection.Key key,
Object value)
|
Object |
XMLMultiElementStruct.set(Collection.Key key,
Object value)
|
Object |
XMLMultiElementStruct.set(int index,
Object value)
|
Object |
XMLMultiElementArray.set(String key,
Object value)
|
Object |
XMLMultiElementArray.setE(int key,
Object value)
|
void |
XMLMultiElementArray.sort(String sortType,
String sortOrder)
|
Constructors in railo.runtime.text.xml.struct that throw PageException | |
---|---|
XMLMultiElementStruct(Array array,
boolean caseSensitive)
Constructor of the class |
Uses of PageException in railo.runtime.thread |
---|
Methods in railo.runtime.thread that return PageException | |
---|---|
PageException |
ChildThreadImpl.execute(Config config)
|
Methods in railo.runtime.thread that throw PageException | |
---|---|
boolean |
ThreadsImpl.castToBooleanValue()
|
DateTime |
ThreadsImpl.castToDateTime()
|
double |
ThreadsImpl.castToDoubleValue()
|
String |
ThreadsImpl.castToString()
|
int |
ThreadsImpl.compareTo(boolean b)
|
int |
ThreadsImpl.compareTo(DateTime dt)
|
int |
ThreadsImpl.compareTo(double d)
|
int |
ThreadsImpl.compareTo(String str)
|
Object |
ChildSpoolerTask.execute(Config config)
|
Object |
ThreadsImpl.get(Collection.Key key)
|
Object |
ThreadsImpl.remove(Collection.Key key)
|
Object |
ThreadsImpl.set(Collection.Key key,
Object value)
|
Uses of PageException in railo.runtime.type |
---|
Methods in railo.runtime.type that throw PageException | |
---|---|
boolean |
QueryImpl.addColumn(Collection.Key columnName,
Array content)
|
boolean |
Query.addColumn(Collection.Key columnName,
Array content)
adds a new column to the resultset |
boolean |
Query.addColumn(Collection.Key columnName,
Array content,
int type)
adds a new column to the resultset |
boolean |
Query.addColumn(String columnName,
Array content)
Deprecated. use instead
|
boolean |
Query.addColumn(String columnName,
Array content,
int type)
Deprecated. use instead
|
Object |
Array.append(Object o)
append a new value to the end of the array |
static String |
List.arrayToList(Array array,
String delimeter)
convert Array Object to string list |
Object |
QueryColumnImpl.call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
|
Object |
QueryImpl.call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
|
Object |
Objects.call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
calls a method of the object |
Object |
UDFSetterProperty.call(PageContext pageContext,
Object[] args,
boolean doIncludePath)
|
Object |
UDFRemoveProperty.call(PageContext pageContext,
Object[] args,
boolean doIncludePath)
|
Object |
UDFGetterProperty.call(PageContext pageContext,
Object[] args,
boolean doIncludePath)
|
Object |
UDFHasProperty.call(PageContext pageContext,
Object[] args,
boolean doIncludePath)
|
Object |
UDFAddProperty.call(PageContext pageContext,
Object[] args,
boolean doIncludePath)
|
Object |
UDFImpl.call(PageContext pc,
Object[] args,
boolean doIncludePath)
|
Object |
UDF.call(PageContext pageContext,
Object[] args,
boolean doIncludePath)
call user defined Funcion with parameters as Object Array |
Object |
QueryColumnImpl.call(PageContext pc,
String methodName,
Object[] arguments)
|
Object |
QueryImpl.call(PageContext pc,
String methodName,
Object[] arguments)
|
Object |
Objects.call(PageContext pc,
String methodName,
Object[] arguments)
Deprecated. use instead
|
Object |
QueryColumnImpl.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
QueryImpl.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
Objects.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
call a method of the Object with named arguments |
Object |
QueryColumnImpl.callWithNamedValues(PageContext pc,
String methodName,
Struct args)
|
Object |
QueryImpl.callWithNamedValues(PageContext pc,
String methodName,
Struct args)
|
Object |
Objects.callWithNamedValues(PageContext pc,
String methodName,
Struct args)
Deprecated. use instead
|
Object |
UDFSetterProperty.callWithNamedValues(PageContext pageContext,
Struct values,
boolean doIncludePath)
|
Object |
UDFRemoveProperty.callWithNamedValues(PageContext pageContext,
Struct values,
boolean doIncludePath)
|
Object |
UDFGetterProperty.callWithNamedValues(PageContext pageContext,
Struct values,
boolean doIncludePath)
|
Object |
UDFHasProperty.callWithNamedValues(PageContext pageContext,
Struct values,
boolean doIncludePath)
|
Object |
UDFAddProperty.callWithNamedValues(PageContext pageContext,
Struct values,
boolean doIncludePath)
|
Object |
UDFImpl.callWithNamedValues(PageContext pc,
Struct values,
boolean doIncludePath)
|
Object |
UDF.callWithNamedValues(PageContext pageContext,
Struct values,
boolean doIncludePath)
call user defined Funcion with a hashmap of named values |
boolean |
QueryColumnImpl.castToBooleanValue()
|
boolean |
FunctionValueImpl.castToBooleanValue()
|
boolean |
QueryColumnRef.castToBooleanValue()
|
boolean |
CastableStruct.castToBooleanValue()
|
boolean |
KeyImpl.castToBooleanValue()
|
boolean |
CastableArray.castToBooleanValue()
|
boolean |
SVArray.castToBooleanValue()
|
boolean |
CollectionStruct.castToBooleanValue()
|
boolean |
DoubleStruct.castToBooleanValue()
|
boolean |
SVStruct.castToBooleanValue()
|
DateTime |
QueryColumnImpl.castToDateTime()
|
DateTime |
FunctionValueImpl.castToDateTime()
|
DateTime |
QueryColumnRef.castToDateTime()
|
DateTime |
CastableStruct.castToDateTime()
|
DateTime |
KeyImpl.castToDateTime()
|
DateTime |
CastableArray.castToDateTime()
|
DateTime |
SVArray.castToDateTime()
|
DateTime |
CollectionStruct.castToDateTime()
|
DateTime |
DoubleStruct.castToDateTime()
|
DateTime |
SVStruct.castToDateTime()
|
double |
QueryColumnImpl.castToDoubleValue()
|
double |
FunctionValueImpl.castToDoubleValue()
|
double |
QueryColumnRef.castToDoubleValue()
|
double |
CastableStruct.castToDoubleValue()
|
double |
KeyImpl.castToDoubleValue()
|
double |
CastableArray.castToDoubleValue()
|
double |
SVArray.castToDoubleValue()
|
double |
CollectionStruct.castToDoubleValue()
|
double |
DoubleStruct.castToDoubleValue()
|
double |
SVStruct.castToDoubleValue()
|
String |
QueryColumnImpl.castToString()
|
String |
FunctionValueImpl.castToString()
|
String |
QueryColumnRef.castToString()
|
String |
CastableStruct.castToString()
|
String |
KeyImpl.castToString()
|
String |
CastableArray.castToString()
|
String |
SVArray.castToString()
|
String |
CollectionStruct.castToString()
|
String |
DoubleStruct.castToString()
|
String |
SVStruct.castToString()
|
int |
QueryColumnImpl.compareTo(boolean b)
|
int |
FunctionValueImpl.compareTo(boolean b)
|
int |
QueryColumnRef.compareTo(boolean b)
|
int |
Null.compareTo(boolean b)
|
int |
CastableStruct.compareTo(boolean b)
|
int |
KeyImpl.compareTo(boolean b)
|
int |
CastableArray.compareTo(boolean b)
|
int |
SVArray.compareTo(boolean b)
|
int |
CollectionStruct.compareTo(boolean b)
|
int |
DoubleStruct.compareTo(boolean b)
|
int |
SVStruct.compareTo(boolean b)
|
int |
QueryColumnImpl.compareTo(DateTime dt)
|
int |
FunctionValueImpl.compareTo(DateTime dt)
|
int |
StructImplString.compareTo(DateTime dt)
|
int |
QueryColumnRef.compareTo(DateTime dt)
|
int |
Null.compareTo(DateTime dt)
|
int |
CastableStruct.compareTo(DateTime dt)
|
int |
KeyImpl.compareTo(DateTime dt)
|
int |
CastableArray.compareTo(DateTime dt)
|
int |
SVArray.compareTo(DateTime dt)
|
int |
CollectionStruct.compareTo(DateTime dt)
|
int |
StructImplKey.compareTo(DateTime dt)
|
int |
DoubleStruct.compareTo(DateTime dt)
|
int |
SVStruct.compareTo(DateTime dt)
|
int |
QueryImpl.compareTo(DateTime dt)
|
int |
QueryColumnImpl.compareTo(double d)
|
int |
FunctionValueImpl.compareTo(double d)
|
int |
StructImplString.compareTo(double d)
|
int |
QueryColumnRef.compareTo(double d)
|
int |
Null.compareTo(double d)
|
int |
CastableStruct.compareTo(double d)
|
int |
KeyImpl.compareTo(double d)
|
int |
CastableArray.compareTo(double d)
|
int |
SVArray.compareTo(double d)
|
int |
CollectionStruct.compareTo(double d)
|
int |
StructImplKey.compareTo(double d)
|
int |
DoubleStruct.compareTo(double d)
|
int |
SVStruct.compareTo(double d)
|
int |
QueryImpl.compareTo(double d)
|
int |
QueryColumnImpl.compareTo(String str)
|
int |
FunctionValueImpl.compareTo(String str)
|
int |
StructImplString.compareTo(String str)
|
int |
QueryColumnRef.compareTo(String str)
|
int |
Null.compareTo(String str)
|
int |
CastableStruct.compareTo(String str)
|
int |
KeyImpl.compareTo(String str)
|
int |
CastableArray.compareTo(String str)
|
int |
SVArray.compareTo(String str)
|
int |
CollectionStruct.compareTo(String str)
|
int |
StructImplKey.compareTo(String str)
|
int |
DoubleStruct.compareTo(String str)
|
int |
SVStruct.compareTo(String str)
|
int |
QueryImpl.compareTo(String str)
|
Object |
QueryColumnImpl.get(Collection.Key key)
|
Object |
StructImplString.get(Collection.Key key)
|
Object |
QueryColumnRef.get(Collection.Key key)
|
Object |
StructImpl.get(Collection.Key key)
|
Object |
CollectionStruct.get(Collection.Key key)
|
Object |
StructImplKey.get(Collection.Key key)
|
Object |
SVStruct.get(Collection.Key key)
|
Object |
QueryImpl.get(Collection.Key key)
|
Object |
Collection.get(Collection.Key key)
return a value from the collection |
Object |
QueryColumnRef.get(int row)
|
Object |
QueryColumn.get(int row)
get method with a int as key |
Object |
QueryColumnRef.get(PageContext pc)
|
Object |
SVArray.get(PageContext pc)
|
Object |
SVStruct.get(PageContext pc)
|
Object |
QueryColumnImpl.get(PageContext pc,
Collection.Key key)
|
Object |
QueryImpl.get(PageContext pc,
Collection.Key key)
|
Object |
Objects.get(PageContext pc,
Collection.Key key)
return property or getter of the ContextCollection |
Object |
QueryColumnImpl.get(PageContext pc,
String key)
|
Object |
QueryColumnRef.get(PageContext pc,
String key)
|
Object |
QueryImpl.get(PageContext pc,
String key)
|
Object |
Objects.get(PageContext pc,
String key)
Deprecated. use instead
|
Object |
QueryColumnImpl.get(String key)
|
Object |
QueryColumnRef.get(String key)
|
Object |
QueryImpl.get(String key)
|
Object |
Collection.get(String key)
Deprecated. use instead
|
Object |
QueryImpl.getAt(Collection.Key key,
int row)
|
Object |
Query.getAt(Collection.Key key,
int row)
return a value of the resultset by specified column and row |
Object |
QueryImpl.getAt(String key,
int row)
|
Object |
Query.getAt(String key,
int row)
Deprecated. use instead
|
QueryColumn |
Query.getColumn(Collection.Key key)
return the query column matching to key |
QueryColumn |
Query.getColumn(String key)
Deprecated. use instead
|
Object |
UDFSetterProperty.getDefaultValue(PageContext pc,
int index)
|
Object |
UDFRemoveProperty.getDefaultValue(PageContext pc,
int index)
|
Object |
UDFGetterProperty.getDefaultValue(PageContext pc,
int index)
|
Object |
UDFHasProperty.getDefaultValue(PageContext pc,
int index)
|
Object |
UDFAddProperty.getDefaultValue(PageContext pc,
int index)
|
Object |
UDFImpl.getDefaultValue(PageContext pc,
int index)
|
Object |
UDF.getDefaultValue(PageContext pc,
int index)
|
Object |
Array.getE(int key)
return object a given position, key can only be a integer from 1 to array len |
Object |
CollectionStruct.getEmbededObject()
|
Object |
ObjectWrap.getEmbededObject()
returns embeded Object |
Collection.Key |
QueryColumnRef.getKey()
|
String |
QueryColumnImpl.getKeyAsString()
|
String |
QueryColumnRef.getKeyAsString()
|
Struct |
UDFGSProperty.getMetaData(PageContext pc)
|
Struct |
UDFImpl.getMetaData(PageContext pc)
|
Struct |
UDF.getMetaData(PageContext pc)
|
boolean |
Iterator.go(int index)
Deprecated. use instead
|
boolean |
Iterator.go(int index,
int pid)
set the internal pointer to defined position |
boolean |
Array.insert(int key,
Object value)
insert a value add defined position |
static String |
List.listToList(List list,
String delimeter)
|
boolean |
Iterator.next()
Deprecated. use instead
|
boolean |
Iterator.next(int pid)
set the intern pointer of the iterator to the next position, return true if next position exist otherwise false. |
Object |
Array.prepend(Object o)
add a new value to the begin of the array |
Object |
QueryColumnImpl.remove(Collection.Key key)
|
Object |
StructImplString.remove(Collection.Key key)
|
Object |
QueryColumnRef.remove(Collection.Key key)
|
Object |
StructImpl.remove(Collection.Key key)
|
Object |
CollectionStruct.remove(Collection.Key key)
|
Object |
StructImplKey.remove(Collection.Key key)
|
Object |
SVStruct.remove(Collection.Key key)
|
Object |
QueryImpl.remove(Collection.Key key)
|
Object |
ReadOnlyStruct.remove(Collection.Key key)
|
Object |
Collection.remove(Collection.Key key)
removes value from collection and return it when it exists, otherwise throws a exception |
Object |
QueryColumn.remove(int row)
removes the value but dont the index |
Object |
QueryColumnImpl.remove(PageContext pc)
|
Object |
QueryColumnRef.remove(PageContext pc)
|
Object |
SVArray.remove(PageContext pc)
|
Object |
SVStruct.remove(PageContext pc)
|
Object |
StructImplString.remove(String key)
|
Object |
StructImpl.remove(String key)
|
Object |
StructImplKey.remove(String key)
|
Object |
SVStruct.remove(String key)
|
Object |
QueryImpl.remove(String key)
|
Object |
ReadOnlyStruct.remove(String key)
|
QueryColumn |
Query.removeColumn(Collection.Key key)
remove column matching to key |
QueryColumn |
Query.removeColumn(String key)
Deprecated. use instead
|
Object |
Array.removeE(int key)
removes a value ad defined key |
int |
QueryImpl.removeRow(int row)
|
Object |
QueryColumn.removeRow(int row)
remove a row from query |
int |
Query.removeRow(int row)
remove row from query |
void |
QueryImpl.removeRows(int index,
int count)
|
void |
Iterator.reset()
Deprecated. use instead
|
void |
Iterator.reset(int pid)
reset ther intern pointer |
void |
Array.resize(int to)
resize array to defined size |
Object |
QueryColumnImpl.set(Collection.Key key,
Object value)
|
Object |
StructImplString.set(Collection.Key key,
Object value)
|
Object |
QueryColumnRef.set(Collection.Key key,
Object value)
|
Object |
StructImpl.set(Collection.Key key,
Object value)
|
Object |
CollectionStruct.set(Collection.Key key,
Object value)
|
Object |
StructImplKey.set(Collection.Key key,
Object value)
|
Object |
SVStruct.set(Collection.Key key,
Object value)
|
Object |
QueryImpl.set(Collection.Key key,
Object value)
|
Object |
ReadOnlyStruct.set(Collection.Key key,
Object value)
|
Object |
Collection.set(Collection.Key key,
Object value)
sets a value to the collection |
Object |
QueryColumn.set(int row,
Object value)
set method with a int as key |
Object |
QueryColumnImpl.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
QueryImpl.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
Objects.set(PageContext pc,
Collection.Key propertyName,
Object value)
sets a property (Data Member) value of the object |
Object |
QueryColumnImpl.set(PageContext pc,
Object value)
|
Object |
QueryColumnRef.set(PageContext pc,
Object value)
|
Object |
SVArray.set(PageContext pc,
Object value)
|
Object |
SVStruct.set(PageContext pc,
Object value)
|
Object |
QueryColumnImpl.set(PageContext pc,
String propertyName,
Object value)
|
Object |
QueryImpl.set(PageContext pc,
String propertyName,
Object value)
|
Object |
Objects.set(PageContext pc,
String propertyName,
Object value)
Deprecated. use instead
|
Object |
QueryColumnImpl.set(String key,
Object value)
|
Object |
QueryColumnRef.set(String key,
Object value)
|
Object |
QueryImpl.set(String key,
Object value)
|
Object |
Collection.set(String key,
Object value)
Deprecated. use instead
|
Object |
QueryImpl.setAt(Collection.Key key,
int row,
Object value)
|
Object |
Query.setAt(Collection.Key key,
int row,
Object value)
set a value at the defined position |
Object |
QueryImpl.setAt(String key,
int row,
Object value)
|
Object |
Query.setAt(String key,
int row,
Object value)
Deprecated. use instead
|
void |
QueryImpl.setColumnNames(Collection.Key[] trg)
|
Object |
Array.setE(int key,
Object value)
set value at defined position |
void |
QueryImpl.sort(Collection.Key column)
|
void |
Query.sort(Collection.Key column)
sorts a query by a column, direction is asc |
void |
QueryImpl.sort(Collection.Key keyColumn,
int order)
|
void |
Query.sort(Collection.Key strColumn,
int order)
sorts a query by a column |
void |
ArrayImpl.sort(Comparator comp)
|
void |
QueryImpl.sort(String column)
sorts a query by a column |
void |
Query.sort(String column)
Deprecated. use instead
|
void |
QueryImpl.sort(String strColumn,
int order)
sorts a query by a column |
void |
Query.sort(String strColumn,
int order)
Deprecated. use instead
|
void |
ArrayImplNS.sort(String sortType,
String sortOrder)
sort values of a array |
void |
ArrayImpl.sort(String sortType,
String sortOrder)
sort values of a array |
void |
Array.sort(String sortType,
String sortOrder)
sort values of a array |
static String |
List.sort(String list,
String sortType,
String sortOrder,
String delimiter)
sorts a string list |
static String |
List.sortIgnoreEmpty(String list,
String sortType,
String sortOrder,
String delimiter)
sorts a string list |
static String[] |
List.toStringArray(Array array)
cast a Object Array to a String Array |
static String[] |
List.toStringArrayTrim(Array array)
cast a Object Array to a String Array and trim all values |
Object |
QueryColumnRef.touch(int row)
touch a value, means if key dosent exist, it will created |
Object |
QueryColumnImpl.touch(PageContext pc)
|
Object |
QueryColumnRef.touch(PageContext pc)
|
Object |
SVArray.touch(PageContext pc)
|
Object |
SVStruct.touch(PageContext pc)
|
static Array |
List.trimItems(Array arr)
trim every single item of the array |
Constructors in railo.runtime.type that throw PageException | |
---|---|
QueryImpl(Array arrColumns,
Array arrTypes,
int rowNumber,
String name)
constructor of the class, to generate a empty resultset (no database execution) |
|
QueryImpl(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name)
constructor of the class, to generate a resultset from a sql query |
|
QueryImpl(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name,
String template)
|
|
QueryImpl(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name,
String template,
boolean createUpdateData,
boolean allowToCachePreperadeStatement)
|
|
QueryImpl(ResultSet result,
int maxrow,
String name)
create a QueryImpl from a SQL Resultset |
|
QueryImpl(ResultSet result,
String name)
|
|
UDFSetterProperty(ComponentImpl component,
Property prop)
|
Uses of PageException in railo.runtime.type.cfc |
---|
Methods in railo.runtime.type.cfc that throw PageException | |
---|---|
Object |
ComponentProProxy.call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
|
Object |
ComponentAccessProxy.call(PageContext pc,
int access,
Collection.Key name,
Object[] args)
|
Object |
ComponentAccess.call(PageContext pc,
int access,
Collection.Key name,
Object[] args)
|
Object |
ComponentProProxy.call(PageContext pc,
String key,
Object[] args)
|
Object |
ComponentProProxy.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
ComponentAccessProxy.callWithNamedValues(PageContext pc,
int access,
Collection.Key name,
Struct args)
|
Object |
ComponentAccess.callWithNamedValues(PageContext pc,
int access,
Collection.Key name,
Struct args)
|
Object |
ComponentProProxy.callWithNamedValues(PageContext pc,
String key,
Struct args)
|
boolean |
ComponentProProxy.castToBooleanValue()
|
DateTime |
ComponentProProxy.castToDateTime()
|
double |
ComponentProProxy.castToDoubleValue()
|
String |
ComponentProProxy.castToString()
|
int |
ComponentProProxy.compareTo(boolean b)
|
int |
ComponentProProxy.compareTo(DateTime dt)
|
int |
ComponentProProxy.compareTo(double d)
|
int |
ComponentProProxy.compareTo(String str)
|
Object |
ComponentProProxy.get(Collection.Key key)
|
Object |
ComponentAccessProxy.get(int access,
Collection.Key key)
|
Object |
ComponentAccess.get(int access,
Collection.Key key)
|
Object |
ComponentProProxy.get(PageContext pc,
Collection.Key key)
|
Object |
ComponentProProxy.get(PageContext pc,
String key)
|
Object |
ComponentProProxy.get(String key)
|
Class |
ComponentProProxy.getJavaAccessClass(RefBoolean isNew)
|
Struct |
ComponentProProxy.getMetaData(PageContext pc)
|
Object |
ComponentProProxy.remove(Collection.Key key)
|
Object |
ComponentProProxy.set(Collection.Key key,
Object value)
|
Object |
ComponentProProxy.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
ComponentProProxy.set(PageContext pc,
String propertyName,
Object value)
|
Object |
ComponentProProxy.set(String key,
Object value)
|
void |
ComponentProProxy.setProperty(Property property)
|
Uses of PageException in railo.runtime.type.comparator |
---|
Methods in railo.runtime.type.comparator that return PageException | |
---|---|
PageException |
SortRegisterComparator.getPageException()
|
PageException |
NumberSortRegisterComparator.getPageException()
|
PageException |
TextComparator.getPageException()
|
PageException |
NumberComparator.getPageException()
|
PageException |
ExceptionComparator.getPageException()
|
Uses of PageException in railo.runtime.type.dt |
---|
Methods in railo.runtime.type.dt that throw PageException | |
---|---|
boolean |
DateImpl.castToBooleanValue()
|
int |
DateTimeImpl.compareTo(DateTime dt)
|
int |
TimeImpl.compareTo(DateTime dt)
|
int |
DateImpl.compareTo(DateTime dt)
|
int |
TimeSpanImpl.compareTo(DateTime dt)
|
int |
DateTimeImpl.compareTo(double d)
|
int |
TimeImpl.compareTo(double d)
|
int |
DateImpl.compareTo(double d)
|
int |
TimeSpanImpl.compareTo(double d)
|
int |
TimeImpl.compareTo(String str)
|
int |
TimeSpanImpl.compareTo(String str)
|
Uses of PageException in railo.runtime.type.query |
---|
Methods in railo.runtime.type.query that return PageException | |
---|---|
static PageException |
SimpleQuery.toPageExc(Throwable t)
|
Methods in railo.runtime.type.query that throw PageException | |
---|---|
boolean |
SimpleQuery.addColumn(Collection.Key columnName,
Array content)
|
Object |
SimpleQuery.call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
|
Object |
SimpleQuery.call(PageContext pc,
String methodName,
Object[] arguments)
|
Object |
SimpleQuery.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
SimpleQuery.callWithNamedValues(PageContext pc,
String methodName,
Struct args)
|
boolean |
SimpleQueryColumn.castToBooleanValue()
|
DateTime |
SimpleQueryColumn.castToDateTime()
|
double |
SimpleQueryColumn.castToDoubleValue()
|
String |
SimpleQueryColumn.castToString()
|
int |
SimpleQueryColumn.compareTo(boolean b)
|
int |
SimpleQueryColumn.compareTo(DateTime dt)
|
int |
SimpleQuery.compareTo(DateTime dt)
|
int |
SimpleQueryColumn.compareTo(double d)
|
int |
SimpleQuery.compareTo(double d)
|
int |
SimpleQueryColumn.compareTo(String str)
|
int |
SimpleQuery.compareTo(String str)
|
Object |
SimpleQueryColumn.get(Collection.Key key)
|
Object |
SimpleQuery.get(Collection.Key key)
|
Object |
SimpleQueryColumn.get(int row)
|
Object |
SimpleQueryColumn.get(PageContext pc)
|
Object |
SimpleQuery.get(PageContext pc,
Collection.Key key)
|
Object |
SimpleQuery.get(PageContext pc,
String key)
|
Object |
SimpleQueryColumn.get(String key)
|
Object |
SimpleQuery.get(String key)
|
Object |
SimpleQuery.getAt(Collection.Key key,
int row)
|
Object |
SimpleQuery.getAt(Collection.Key key,
int row,
int pid)
|
Object |
SimpleQuery.getAt(String key,
int row)
|
Object |
SimpleQueryColumn.remove(Collection.Key key)
|
Object |
SimpleQuery.remove(Collection.Key key)
|
Object |
SimpleQueryColumn.remove(int row)
|
Object |
SimpleQueryColumn.remove(PageContext pc)
|
Object |
SimpleQuery.remove(String key)
|
Object |
SimpleQueryColumn.removeRow(int row)
|
int |
SimpleQuery.removeRow(int row)
|
Object |
SimpleQueryColumn.set(Collection.Key key,
Object value)
|
Object |
SimpleQuery.set(Collection.Key key,
Object value)
|
Object |
SimpleQueryColumn.set(int row,
Object value)
|
Object |
SimpleQuery.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
SimpleQueryColumn.set(PageContext pc,
Object value)
|
Object |
SimpleQuery.set(PageContext pc,
String propertyName,
Object value)
|
Object |
SimpleQueryColumn.set(String key,
Object value)
|
Object |
SimpleQuery.set(String key,
Object value)
|
Object |
SimpleQuery.setAt(Collection.Key key,
int row,
Object value)
|
Object |
SimpleQuery.setAt(String key,
int row,
Object value)
|
void |
SimpleQuery.setColumnNames(Collection.Key[] trg)
|
void |
SimpleQuery.sort(Collection.Key column)
|
void |
SimpleQuery.sort(Collection.Key keyColumn,
int order)
|
void |
SimpleQuery.sort(String column)
|
void |
SimpleQuery.sort(String strColumn,
int order)
|
Object |
SimpleQueryColumn.touch(PageContext pc)
|
Constructors in railo.runtime.type.query that throw PageException | |
---|---|
SimpleQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name,
String template)
|
Uses of PageException in railo.runtime.type.ref |
---|
Methods in railo.runtime.type.ref that throw PageException | |
---|---|
Object |
SimpleVarRef.get(PageContext pc)
|
Object |
VariableReference.get(PageContext pc)
|
Object |
NativeReference.get(PageContext pc)
|
Object |
ReferenceReference.get(PageContext pc)
|
Object |
Reference.get(PageContext pc)
|
Collection.Key |
SimpleVarRef.getKey()
|
Collection.Key |
Reference.getKey()
|
String |
SimpleVarRef.getKeyAsString()
|
String |
Reference.getKeyAsString()
Deprecated. use instead
|
Object |
SimpleVarRef.remove(PageContext pc)
|
Object |
VariableReference.remove(PageContext pc)
|
Object |
NativeReference.remove(PageContext pc)
|
Object |
ReferenceReference.remove(PageContext pc)
|
Object |
Reference.remove(PageContext pc)
clears the variable from collection |
void |
VariableReference.set(double value)
|
Object |
SimpleVarRef.set(PageContext pc,
Object value)
|
Object |
VariableReference.set(PageContext pc,
Object value)
|
Object |
NativeReference.set(PageContext pc,
Object value)
|
Object |
ReferenceReference.set(PageContext pc,
Object value)
|
Object |
Reference.set(PageContext pc,
Object value)
|
Object |
SimpleVarRef.touch(PageContext pc)
|
Object |
VariableReference.touch(PageContext pc)
|
Object |
NativeReference.touch(PageContext pc)
|
Object |
ReferenceReference.touch(PageContext pc)
|
Object |
Reference.touch(PageContext pc)
create it when not exists |
Constructors in railo.runtime.type.ref that throw PageException | |
---|---|
VariableReference(Object o,
Collection.Key key)
constructor of the class |
|
VariableReference(Object o,
String key)
constructor of the class |
Uses of PageException in railo.runtime.type.scope |
---|
Methods in railo.runtime.type.scope that return PageException | |
---|---|
PageException |
UrlFormImpl.getInitException()
|
PageException |
FormImpl.getInitException()
|
PageException |
Form.getInitException()
|
Methods in railo.runtime.type.scope that throw PageException | |
---|---|
Object |
ArgumentThreadImpl.append(Object o)
|
Object |
ArgumentImpl.append(Object o)
|
Object |
ObjectStruct.call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
|
Object |
ObjectStruct.call(PageContext pc,
String methodName,
Object[] arguments)
|
Object |
ObjectStruct.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
|
Object |
ObjectStruct.callWithNamedValues(PageContext pc,
String methodName,
Struct args)
|
boolean |
UrlFormImpl.castToBooleanValue()
|
boolean |
ObjectStruct.castToBooleanValue()
|
boolean |
ArgumentThreadImpl.castToBooleanValue()
|
boolean |
CallerImpl.castToBooleanValue()
|
boolean |
VariablesAsSession.castToBooleanValue()
|
DateTime |
UrlFormImpl.castToDateTime()
|
DateTime |
ObjectStruct.castToDateTime()
|
DateTime |
ArgumentThreadImpl.castToDateTime()
|
DateTime |
CallerImpl.castToDateTime()
|
DateTime |
VariablesAsSession.castToDateTime()
|
double |
UrlFormImpl.castToDoubleValue()
|
double |
ObjectStruct.castToDoubleValue()
|
double |
ArgumentThreadImpl.castToDoubleValue()
|
double |
CallerImpl.castToDoubleValue()
|
double |
VariablesAsSession.castToDoubleValue()
|
String |
UrlFormImpl.castToString()
|
String |
ObjectStruct.castToString()
|
String |
ArgumentThreadImpl.castToString()
|
String |
CallerImpl.castToString()
|
String |
VariablesAsSession.castToString()
|
int |
LocalNotSupportedScope.compareTo(boolean b)
|
int |
UrlFormImpl.compareTo(boolean b)
|
int |
ObjectStruct.compareTo(boolean b)
|
int |
ArgumentThreadImpl.compareTo(boolean b)
|
int |
ClusterNotSupported.compareTo(boolean b)
|
int |
CallerImpl.compareTo(boolean b)
|
int |
VariablesAsSession.compareTo(boolean b)
|
int |
UndefinedImpl.compareTo(DateTime dt)
|
int |
LocalNotSupportedScope.compareTo(DateTime dt)
|
int |
UrlFormImpl.compareTo(DateTime dt)
|
int |
ObjectStruct.compareTo(DateTime dt)
|
int |
ArgumentThreadImpl.compareTo(DateTime dt)
|
int |
ClusterNotSupported.compareTo(DateTime dt)
|
int |
CallerImpl.compareTo(DateTime dt)
|
int |
VariablesAsSession.compareTo(DateTime dt)
|
int |
UndefinedImpl.compareTo(double d)
|
int |
LocalNotSupportedScope.compareTo(double d)
|
int |
UrlFormImpl.compareTo(double d)
|
int |
ObjectStruct.compareTo(double d)
|
int |
ArgumentThreadImpl.compareTo(double d)
|
int |
ClusterNotSupported.compareTo(double d)
|
int |
CallerImpl.compareTo(double d)
|
int |
VariablesAsSession.compareTo(double d)
|
int |
UndefinedImpl.compareTo(String str)
|
int |
LocalNotSupportedScope.compareTo(String str)
|
int |
UrlFormImpl.compareTo(String str)
|
int |
ObjectStruct.compareTo(String str)
|
int |
ArgumentThreadImpl.compareTo(String str)
|
int |
ClusterNotSupported.compareTo(String str)
|
int |
CallerImpl.compareTo(String str)
|
int |
VariablesAsSession.compareTo(String str)
|
Object |
UndefinedImpl.get(Collection.Key key)
|
Object |
RequestImpl.get(Collection.Key key)
|
Object |
UrlFormImpl.get(Collection.Key key)
|
Object |
ObjectStruct.get(Collection.Key key)
|
Object |
ClusterWrap.get(Collection.Key key)
|
Object |
ArgumentThreadImpl.get(Collection.Key key)
|
Object |
CallerImpl.get(Collection.Key key)
|
Object |
VariablesAsSession.get(Collection.Key key)
|
Object |
ObjectStruct.get(PageContext pc,
Collection.Key key)
|
Object |
ObjectStruct.get(PageContext pc,
String propertyName)
|
Object |
ArgumentThreadImpl.get(String key)
|
Object |
VariablesAsSession.get(String key)
|
ClientPlus |
ScopeContext.getClientScope(PageContext pc)
|
static Cluster |
ScopeContext.getClusterScope(Config config,
boolean create)
Returns the current Cluster Scope, if there is no current Cluster Scope and create is true, returns a new Cluster Scope. |
Object |
UndefinedImpl.getCollection(Collection.Key key)
|
Object |
Undefined.getCollection(Collection.Key key)
return value matching key, if value is from Query return a QueryColumn |
Object |
Undefined.getCollection(String key)
Deprecated. use instead
|
Object |
ArgumentThreadImpl.getE(int key)
|
Object |
ArgumentImpl.getE(int intKey)
return a value matching to key |
SessionPlus |
ScopeContext.getSessionScope(PageContext pc,
RefBoolean isNew)
return the session Scope for this context (cfid,cftoken,contextname) |
boolean |
ArgumentThreadImpl.insert(int key,
Object value)
|
boolean |
ArgumentThreadImpl.insert(int index,
String key,
Object value)
|
boolean |
Argument.insert(int index,
String key,
Object value)
insert a key in argument scope at defined position |
Object |
ArgumentThreadImpl.prepend(Object o)
|
Object |
ArgumentImpl.prepend(Object o)
|
Object |
UndefinedImpl.remove(Collection.Key key)
|
Object |
LocalNotSupportedScope.remove(Collection.Key key)
|
Object |
RequestImpl.remove(Collection.Key key)
|
Object |
UrlFormImpl.remove(Collection.Key key)
|
Object |
ObjectStruct.remove(Collection.Key key)
|
Object |
CookieImpl.remove(Collection.Key key)
|
Object |
ClusterWrap.remove(Collection.Key key)
|
Object |
ArgumentThreadImpl.remove(Collection.Key key)
|
Object |
ClusterNotSupported.remove(Collection.Key key)
|
Object |
CallerImpl.remove(Collection.Key key)
|
Object |
VariablesAsSession.remove(Collection.Key key)
|
Object |
CookieImpl.remove(Collection.Key key,
boolean alsoInResponse)
|
Object |
CookieImpl.remove(String key)
|
Object |
ClusterWrap.remove(String key)
|
Object |
ArgumentThreadImpl.removeE(int key)
|
Object |
ArgumentImpl.removeE(int intKey)
|
void |
ArgumentThreadImpl.resize(int to)
|
void |
ArgumentImpl.resize(int to)
|
Object |
UndefinedImpl.set(Collection.Key key,
Object value)
|
Object |
RequestImpl.set(Collection.Key key,
Object value)
|
Object |
UrlFormImpl.set(Collection.Key key,
Object value)
|
Object |
ObjectStruct.set(Collection.Key key,
Object value)
|
Object |
CookieImpl.set(Collection.Key key,
Object value)
|
Object |
ClusterWrap.set(Collection.Key key,
Object value)
|
Object |
ArgumentThreadImpl.set(Collection.Key key,
Object value)
|
Object |
CallerImpl.set(Collection.Key key,
Object value)
|
Object |
ServerImpl.set(Collection.Key key,
Object value)
|
Object |
VariablesAsSession.set(Collection.Key key,
Object value)
|
Object |
ObjectStruct.set(PageContext pc,
Collection.Key propertyName,
Object value)
|
Object |
ObjectStruct.set(PageContext pc,
String propertyName,
Object value)
|
Object |
ArgumentThreadImpl.set(String key,
Object value)
|
Object |
VariablesAsSession.set(String key,
Object value)
|
Object |
ArgumentThreadImpl.setArgument(Object obj)
|
Object |
ArgumentPro.setArgument(Object obj)
|
Object |
ArgumentImpl.setArgument(Object obj)
|
void |
CookieImpl.setCookie(Collection.Key key,
Object value,
int expires,
boolean secure,
String path,
String domain)
|
void |
Cookie.setCookie(Collection.Key name,
Object value,
int expires,
boolean secure,
String path,
String domain)
set a cookie value |
void |
CookieImpl.setCookie(Collection.Key key,
Object value,
Object expires,
boolean secure,
String path,
String domain)
|
void |
Cookie.setCookie(Collection.Key name,
Object value,
Object expires,
boolean secure,
String path,
String domain)
set a cookie value |
void |
CookieImpl.setCookie(String name,
Object value,
int expires,
boolean secure,
String path,
String domain)
|
void |
Cookie.setCookie(String name,
Object value,
int expires,
boolean secure,
String path,
String domain)
Deprecated. replaced with setCookie(Collection.Key name, Object value, int expires, boolean secure, String path, String domain) |
void |
CookieImpl.setCookie(String name,
Object value,
Object expires,
boolean secure,
String path,
String domain)
|
void |
Cookie.setCookie(String name,
Object value,
Object expires,
boolean secure,
String path,
String domain)
Deprecated. replaced with setCookie(Collection.Key name, Object value, Object expires, boolean secure, String path, String domain) |
Object |
ArgumentThreadImpl.setE(int key,
Object value)
|
Object |
ArgumentImpl.setE(int intKey,
Object value)
|
void |
ArgumentThreadImpl.sort(String sortType,
String sortOrder)
|
Uses of PageException in railo.runtime.type.scope.client |
---|
Methods in railo.runtime.type.scope.client that throw PageException | |
---|---|
static ClientPlus |
ClientDatasource.getInstance(String datasourceName,
PageContext pc,
Log log)
load an new instance of the client datasource scope |
static ClientPlus |
ClientCache.getInstance(String cacheName,
String appName,
PageContext pc,
Log log)
load an new instance of the client datasource scope |
Uses of PageException in railo.runtime.type.scope.session |
---|
Methods in railo.runtime.type.scope.session that throw PageException | |
---|---|
static SessionPlus |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
Log log)
load an new instance of the client datasource scope |
static SessionPlus |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Log log)
load an new instance of the client datasource scope |
Uses of PageException in railo.runtime.type.scope.storage |
---|
Methods in railo.runtime.type.scope.storage that throw PageException | |
---|---|
boolean |
StorageScopeImpl.castToBooleanValue()
|
DateTime |
StorageScopeImpl.castToDateTime()
|
double |
StorageScopeImpl.castToDoubleValue()
|
String |
StorageScopeImpl.castToString()
|
int |
StorageScopeImpl.compareTo(boolean b)
|
int |
StorageScopeImpl.compareTo(DateTime dt)
|
int |
StorageScopeImpl.compareTo(double d)
|
int |
StorageScopeImpl.compareTo(String str)
|
Object |
StorageScopeImpl.get(Collection.Key key)
|
Object |
StorageScopeImpl.remove(Collection.Key key)
|
Object |
StorageScopeImpl.set(Collection.Key key,
Object value)
|
Uses of PageException in railo.runtime.type.sql |
---|
Methods in railo.runtime.type.sql that throw PageException | |
---|---|
static Blob |
BlobImpl.toBlob(Object value)
|
static Clob |
ClobImpl.toClob(Object value)
cast given value to a clob |
Uses of PageException in railo.runtime.type.trace |
---|
Methods in railo.runtime.type.trace that throw PageException | |
---|---|
boolean |
TOQuery.addColumn(Collection.Key columnName,
Array content)
|
boolean |
TOQuery.addColumn(Collection.Key columnName,
Array content,
int type)
|
boolean |
TOQuery.addColumn(String columnName,
Array content)
|
boolean |
TOQuery.addColumn(String columnName,
Array content,
int type)
|
Object |
TOArray.append(Object o)
|
Object |
TOObjects.call(PageContext pc,
Collection.Key key,
Object[] args)
|
Object |
TOUDF.call(PageContext pageContext,
Object[] args,
boolean doIncludePath)
|
Object |
TOObjects.call(PageContext pc,
String key,
Object[] arguments)
|
Object |
TOObjects.callWithNamedValues(PageContext pc,
Collection.Key key,
Struct args)
|
Object |
TOObjects.callWithNamedValues(PageContext pc,
String key,
Struct args)
|
Object |
TOUDF.callWithNamedValues(PageContext pageContext,
Struct values,
boolean doIncludePath)
|
boolean |
TODateTime.castToBooleanValue()
|
boolean |
TOObjects.castToBooleanValue()
|
DateTime |
TODateTime.castToDateTime()
|
DateTime |
TOObjects.castToDateTime()
|
double |
TODateTime.castToDoubleValue()
|
double |
TOObjects.castToDoubleValue()
|
String |
TODateTime.castToString()
|
String |
TOObjects.castToString()
|
int |
TODateTime.compareTo(boolean b)
|
int |
TOObjects.compareTo(boolean b)
|
int |
TODateTime.compareTo(DateTime dt)
|
int |
TOObjects.compareTo(DateTime dt)
|
int |
TODateTime.compareTo(double d)
|
int |
TOObjects.compareTo(double d)
|
int |
TODateTime.compareTo(String str)
|
int |
TOObjects.compareTo(String str)
|
Object |
TOObjects.get(PageContext pc,
Collection.Key key)
|
Object |
TOObjects.get(PageContext pc,
String propertyName)
|
Object |
TOQuery.getAt(Collection.Key key,
int row)
|
Object |
TOQuery.getAt(String key,
int row)
|
QueryColumn |
TOQuery.getColumn(Collection.Key key)
|
QueryColumn |
TOQuery.getColumn(String key)
|
Object |
TOUDF.getDefaultValue(PageContext pc,
int index)
|
Object |
TOArray.getE(int key)
|
Struct |
TOUDF.getMetaData(PageContext pc)
|
boolean |
TOQuery.go(int index)
|
boolean |
TOArray.insert(int key,
Object value)
|
Object |
TOArray.prepend(Object o)
|
QueryColumn |
TOQuery.removeColumn(Collection.Key key)
|
QueryColumn |
TOQuery.removeColumn(String key)
|
Object |
TOArray.removeE(int key)
|
int |
TOQuery.removeRow(int row)
|
void |
TOQuery.reset()
|
void |
TOArray.resize(int to)
|
Object |
TOObjects.set(PageContext pc,
Collection.Key key,
Object value)
|
Object |
TOObjects.set(PageContext pc,
String propertyName,
Object value)
|
Object |
TOQuery.setAt(Collection.Key key,
int row,
Object value)
|
Object |
TOQuery.setAt(String key,
int row,
Object value)
|
Object |
TOArray.setE(int key,
Object value)
|
void |
TOQuery.sort(Collection.Key column)
|
void |
TOQuery.sort(Collection.Key keyColumn,
int order)
|
void |
TOQuery.sort(String column)
|
void |
TOQuery.sort(String strColumn,
int order)
|
void |
TOArray.sort(String sortType,
String sortOrder)
|
Uses of PageException in railo.runtime.type.util |
---|
Methods in railo.runtime.type.util that throw PageException | |
---|---|
static Class |
ComponentUtil._getServerComponentPropertiesClass(Component component)
|
static void |
PropertyFactory.addSet(ComponentImpl comp,
Property prop)
|
boolean |
ArraySupport.castToBooleanValue()
|
boolean |
StructSupport.castToBooleanValue()
|
boolean |
UDFDefaultValue.castToBooleanValue()
Deprecated. |
DateTime |
ArraySupport.castToDateTime()
|
DateTime |
StructSupport.castToDateTime()
|
DateTime |
UDFDefaultValue.castToDateTime()
Deprecated. |
double |
ArraySupport.castToDoubleValue()
|
double |
StructSupport.castToDoubleValue()
|
double |
UDFDefaultValue.castToDoubleValue()
Deprecated. |
String |
ArraySupport.castToString()
|
String |
StructSupport.castToString()
|
String |
UDFDefaultValue.castToString()
Deprecated. |
static void |
QueryUtil.checkSQLRestriction(DatasourceConnection dc,
SQL sql)
check if there is a sql restriction |
int |
ArraySupport.compareTo(boolean b)
|
int |
StructSupport.compareTo(boolean b)
|
int |
UDFDefaultValue.compareTo(boolean b)
Deprecated. |
int |
ArraySupport.compareTo(DateTime dt)
|
int |
StructSupport.compareTo(DateTime dt)
|
int |
UDFDefaultValue.compareTo(DateTime dt)
Deprecated. |
int |
ArraySupport.compareTo(double d)
|
int |
StructSupport.compareTo(double d)
|
int |
UDFDefaultValue.compareTo(double d)
Deprecated. |
int |
ArraySupport.compareTo(String str)
|
int |
StructSupport.compareTo(String str)
|
int |
UDFDefaultValue.compareTo(String str)
Deprecated. |
static Struct |
StructUtil.copyToStruct(Map map)
|
static void |
PropertyFactory.createPropertyUDFs(ComponentImpl comp,
Property property)
|
Object |
StructSupport.get(String key)
|
static Object |
ComponentUtil.getClientComponentPropertiesObject(Config config,
String className,
ASMProperty[] properties)
|
static long |
ComponentUtil.getCompileTime(PageContext pc,
PageSource ps)
|
static Class |
ComponentUtil.getComponentJavaAccess(ComponentAccess component,
RefBoolean isNew,
boolean create,
boolean writeLog)
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 Struct |
ComponentUtil.getMetaData(PageContext pc,
UDFProperties udf)
|
static Page |
ComponentUtil.getPage(PageContext pc,
PageSource ps)
|
static Class |
ComponentUtil.getServerComponentPropertiesClass(Component component)
|
static double |
ArrayUtil.max(Array array)
the greatest value, of all values inside the array, only work when all values are numeric |
static double |
ArrayUtil.min(Array array)
the smallest value, of all values inside the array, only work when all values are numeric |
static void |
QueryUtil.removeRows(Query query,
int index,
int count)
|
Object |
StructSupport.set(String key,
Object value)
|
static boolean[] |
ArrayUtil.toBooleanArray(Object obj)
|
static byte[] |
ArrayUtil.toByteArray(Object obj)
|
static char[] |
ArrayUtil.toCharArray(Object obj)
|
static double[] |
ArrayUtil.toDoubleArray(Object obj)
|
static float[] |
ArrayUtil.toFloatArray(Object obj)
|
static int[] |
ArrayUtil.toIntArray(Object obj)
|
static long[] |
ArrayUtil.toLongArray(Object obj)
|
static Object[] |
ArrayUtil.toNullArray(Object obj)
|
static short[] |
ArrayUtil.toShortArray(Object obj)
|
Uses of PageException in railo.runtime.type.wrap |
---|
Methods in railo.runtime.type.wrap that throw PageException | |
---|---|
Object |
ListAsArray.append(Object o)
|
boolean |
ListAsArray.castToBooleanValue()
|
DateTime |
ListAsArray.castToDateTime()
|
double |
ListAsArray.castToDoubleValue()
|
String |
ListAsArray.castToString()
|
int |
ListAsArray.compareTo(boolean b)
|
int |
ListAsArray.compareTo(DateTime dt)
|
int |
MapAsStruct.compareTo(DateTime dt)
|
int |
ListAsArray.compareTo(double d)
|
int |
MapAsStruct.compareTo(double d)
|
int |
ListAsArray.compareTo(String str)
|
int |
MapAsStruct.compareTo(String str)
|
Object |
ListAsArray.get(Collection.Key key)
|
Object |
ListAsArray.get(String key)
|
Object |
ListAsArray.getE(int key)
|
boolean |
ListAsArray.insert(int key,
Object value)
|
Object |
ListAsArray.prepend(Object o)
|
Object |
ListAsArray.remove(Collection.Key key)
|
Object |
ListAsArray.removeE(int key)
|
void |
ListAsArray.resize(int to)
|
Object |
ListAsArray.set(Collection.Key key,
Object value)
|
Object |
MapAsStruct.set(Collection.Key key,
Object value)
|
Object |
ListAsArray.set(String key,
Object value)
|
Object |
ListAsArray.setE(int key,
Object value)
|
void |
ListAsArray.sort(String sortType,
String sortOrder)
|
Uses of PageException in railo.runtime.util |
---|
Methods in railo.runtime.util that return PageException | |
---|---|
PageException |
Excepton.createAbort()
create exception "Abort" |
PageException |
Excepton.createAbortException(String showError)
create exception "AbortException" |
PageException |
Excepton.createApplicationException(String message)
create exception "ApplicationException" |
PageException |
Excepton.createApplicationException(String message,
String detail)
create exception "ApplicationException" |
PageException |
Excepton.createCasterException(String message)
create exception "CasterException" |
PageException |
Excepton.createCustomTypeException(String message,
String detail,
String errorcode,
String customType)
create exception "CustomTypeException" |
PageException |
Excepton.createDatabaseException(String message)
create exception "DatabaseException" |
PageException |
Excepton.createDatabaseException(String message,
SQL sql)
create exception "DatabaseException" |
PageException |
Excepton.createDatabaseException(String message,
String detail)
create exception "DatabaseException" |
PageException |
Excepton.createExpressionException(String message)
create exception "ExpressionException" |
PageException |
Excepton.createExpressionException(String message,
String detail)
create exception "ExpressionException" |
PageException |
Excepton.createFunctionException(PageContext pc,
String functionName,
String badArgumentPosition,
String badArgumentName,
String message)
create exception "FunctionException" |
PageException |
Excepton.createLockException(String operation,
String name,
String message)
create exception "LockException" |
PageException |
Excepton.createMissingIncludeException(PageSource ps)
create exception "LockException" |
PageException |
Excepton.createNativeException(Throwable t)
create exception "NativeException" |
PageException |
Excepton.createSecurityException(String message)
create exception "SecurityException" |
PageException |
Excepton.createSecurityException(String message,
String detail)
create exception "SecurityException" |
PageException |
Excepton.createTemplateException(String message)
create exception "TemplateException" |
PageException |
Excepton.createTemplateException(String message,
String detail)
create exception "TemplateException" |
PageException |
Excepton.createXMLException(String message)
create exception "XMLException" |
PageException |
Excepton.createXMLException(String message,
String detail)
create exception "XMLException" |
PageException |
Cast.toPageException(Throwable t)
cast a Throwable Object to a PageException Object |
Methods in railo.runtime.util that throw PageException | |
---|---|
Object |
VariableUtilImpl.callFunction(PageContext pc,
Object coll,
String key,
Object[] args)
|
Object |
VariableUtil.callFunction(PageContext pc,
Object coll,
String key,
Object[] args)
call a Function (UDF, Method) with or witout named values |
Object |
VariableUtilImpl.callFunctionWithNamedValues(PageContext pc,
Object coll,
Collection.Key key,
Object[] args)
|
Object |
VariableUtilImpl.callFunctionWithNamedValues(PageContext pc,
Object coll,
Collection.Key key,
Struct args)
|
Object |
VariableUtilImpl.callFunctionWithNamedValues(PageContext pc,
Object coll,
String key,
Object[] args)
|
Object |
VariableUtil.callFunctionWithNamedValues(PageContext pc,
Object coll,
String key,
Object[] args)
call a Function (UDF, Method) with Named Values |
Object |
VariableUtilImpl.callFunctionWithoutNamedValues(PageContext pc,
Object coll,
Collection.Key key,
Object[] args)
|
Object |
VariableUtilImpl.callFunctionWithoutNamedValues(PageContext pc,
Object coll,
String key,
Object[] args)
|
Object |
VariableUtil.callFunctionWithoutNamedValues(PageContext pc,
Object coll,
String key,
Object[] args)
call a Function (UDF, Method) without Named Values |
Object |
Cast.castTo(PageContext pc,
short type,
Object o)
cast a value to a value defined by type argument |
Object |
Cast.castTo(PageContext pc,
short type,
String strType,
Object o)
cast a value to a value defined by type argument |
Object |
Cast.castTo(PageContext pc,
String type,
Object o)
cast a value to a value defined by type argument |
Object |
Cast.castTo(PageContext pc,
String type,
Object o,
boolean alsoPattern)
cast a value to a value defined by type argument |
static Object |
VariableUtilImpl.columnlist(PageContext pc,
Object obj)
|
int |
Operation.compare(boolean left,
Object right)
compares a boolean with a Object |
int |
Operation.compare(Date left,
Object right)
compares a Date with a Object |
int |
Operation.compare(Date left,
String right)
compares a Date with a String |
int |
Operation.compare(double left,
Object right)
compares a double with a Object |
int |
Operation.compare(Object left,
boolean right)
compares a Object with a boolean |
int |
Operation.compare(Object left,
Date right)
compares a Object with a Date |
int |
Operation.compare(Object left,
double right)
compares a Object with a double |
int |
Operation.compare(Object left,
Object right)
compares two Objects |
int |
Operation.compare(Object left,
String right)
compares a Object with a String |
int |
Operation.compare(String left,
Date right)
compares a String with a Date |
int |
Operation.compare(String left,
Object right)
compares a String with a Object |
Array |
Creation.createArray(int dimension)
creates and returns a array instance |
Date |
Creation.createDate(int year,
int month,
int day)
creates and returns a Date instance |
DateTime |
Creation.createDateTime(int year,
int month,
int day,
int hour,
int minute,
int seond,
int millis)
creates and returns a DateTime instance |
Document |
Creation.createDocument()
creates and returns a xml Document instance |
Document |
Creation.createDocument(InputStream is,
boolean isHtml)
creates and returns a xml Document instance |
Document |
Creation.createDocument(Resource file,
boolean isHtml)
creates and returns a xml Document instance |
Document |
Creation.createDocument(String xml,
boolean isHtml)
creates and returns a xml Document instance |
Query |
Creation.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name)
|
Query |
Creation.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
String name)
Deprecated. replaced with
|
Resource |
Creation.createResource(String path,
boolean existing)
|
boolean |
Operation.ct(Object left,
Object right)
check if left is inside right (String-> ignore case) |
static Object |
VariableUtilImpl.currentrow(PageContext pc,
Object obj)
|
boolean |
Operation.equals(Object left,
Object right,
boolean caseSensitive)
Method to compare to different values, return true of objects are same otherwise false |
boolean |
Operation.eqv(Object left,
Object right)
Equivalence: Return True if both operands are True or both are False. |
double |
Operation.exponent(Object left,
Object right)
calculate the exponent of the left value |
Object |
VariableUtilImpl.get(PageContext pc,
Object coll,
Collection.Key key)
|
Object |
VariableUtilImpl.get(PageContext pc,
Object coll,
String key)
|
Object |
VariableUtil.get(PageContext pc,
Object coll,
String key)
return a property from the given Object, when property doesn't exists throw exception |
Object |
VariableUtilImpl.getCollection(PageContext pc,
Object coll,
Collection.Key key)
|
Object |
VariableUtilImpl.getCollection(PageContext pc,
Object coll,
String key)
|
Object |
VariableUtil.getCollection(PageContext pc,
Object coll,
String key)
return a property from the given Object, when coll is a query return a Column,when property doesn't exists throw exception |
boolean |
Operation.imp(Object left,
Object right)
Implication: The statement A IMP B is the equivalent of the logical statement "If A Then B." A IMP B is False only if A is True and B is False. |
static NumberIterator |
NumberIterator.load(PageContext pc,
NumberIterator ni,
Query query,
String groupName,
boolean caseSensitive)
|
boolean |
Operation.nct(Object left,
Object right)
check if left is not inside right (String-> ignore case) |
static Object |
VariableUtilImpl.recordcount(PageContext pc,
Object obj)
|
Object |
VariableUtilImpl.remove(Object coll,
Collection.Key key)
|
Object |
VariableUtilImpl.remove(Object coll,
String key)
|
Object |
VariableUtil.remove(Object coll,
String key)
clear value from Collection |
Object |
VariableUtilImpl.set(PageContext pc,
Object coll,
Collection.Key key,
Object value)
|
Object |
VariableUtilImpl.set(PageContext pc,
Object coll,
String key,
Object value)
|
Object |
VariableUtil.set(PageContext pc,
Object coll,
String key,
Object value)
sets a value to the Object |
Object |
Cast.to(String type,
Object o,
boolean alsoPattern)
cast to given type |
Array |
Cast.toArray(Object obj)
cast a Object to a Array Object |
String |
Cast.toBase64(Object o)
cast a Object to a Base64 value |
byte[] |
Cast.toBinary(Object obj)
cast a Object to a Binary |
Boolean |
Cast.toBoolean(Object o)
cast a Object to a Boolean Object(reference type) |
Boolean |
Cast.toBoolean(String str)
cast a Object to a Boolean Object(reference type) |
boolean |
Cast.toBooleanValue(Object o)
cast a Object to a boolean value (primitive value type) |
boolean |
Cast.toBooleanValue(String str)
cast a String to a boolean value (primitive value type) |
Byte |
Cast.toByte(Object o)
cast a Object to a Byte Object(reference type) |
byte |
Cast.toByteValue(Object o)
cast a Object to a byte value (primitive value type) |
Character |
Cast.toCharacter(Object o)
cast a Object to a Character Object(reference type) |
char |
Cast.toCharValue(Object o)
cast a Object to a char value (primitive value type) |
Collection |
Cast.toCollection(Object o)
cast a Object to a Collection |
Color |
Cast.toColor(Object o)
cast to a color object |
DateTime |
Cast.toDate(Locale locale,
String str,
TimeZone tz)
parse a string to a Datetime Object |
DateTime |
Cast.toDate(Object o,
TimeZone tz)
cast a Object to a DateTime Object |
DateTime |
Cast.toDate(String str,
TimeZone tz)
cast a Object to a DateTime Object |
DateTime |
Cast.toDatetime(Object o,
TimeZone tz)
cast a Object to a DateTime Object (alias for toDateTime) |
DateTime |
Cast.toDateTime(Object o,
TimeZone tz)
cast a Object to a DateTime Object |
String |
Cast.toDecimal(Object value)
cast a double to a decimal value (String:xx.xx) |
Double |
Cast.toDouble(Object o)
cast a Object to a Double Object (reference Type) |
Double |
Cast.toDouble(String str)
cast a String to a Double Object (reference Type) |
double |
Cast.toDoubleValue(Object o)
cast a Object to a double value (primitive value Type) |
double |
Cast.toDoubleValue(String str)
cast a Object to a double value (primitive value Type) |
File |
Cast.toFile(Object obj)
convert a object to a File |
Integer |
Cast.toInteger(Object o)
casts a Object to a Integer |
int |
Cast.toIntValue(Object o)
cast a Object to a int value (primitive value type) |
int |
Cast.toIntValue(String str)
cast a String to a int value (primitive value type) |
Iterator |
Cast.toIterator(Object o)
cast a Object to a Iterator or get Iterator from Object |
Collection.Key |
Decision.toKey(Object obj)
|
List |
Cast.toList(Object o)
cast a Object to a Array Object |
List |
Cast.toList(Object o,
boolean duplicate)
cast a Object to a Array Object |
Locale |
Cast.toLocale(String strLocale)
casts a string to a Locale |
Long |
Cast.toLong(Object o)
cast a Object to a Long Object(reference type) |
long |
Cast.toLongValue(Object o)
cast a Object to a long value (primitive value type) |
Map |
Cast.toMap(Object o)
cast a Object to a Map Object |
Map |
Cast.toMap(Object o,
boolean duplicate)
cast a Object to a Map Object |
Node |
Cast.toNode(Object o)
casts a Object to a XML Node |
NodeList |
Cast.toNodeList(Object o)
casts a Object to a Node List |
Object |
Cast.toNull(Object value)
casts a Object to null |
Query |
Cast.toQuery(Object o)
cast a Object to a Query Object |
Query |
Cast.toQuery(Object o,
boolean duplicate)
cast a Object to a Query Object |
org.apache.commons.httpclient.methods.RequestEntity |
HTTPUtilImpl.toRequestEntity(Object value)
|
org.apache.commons.httpclient.methods.RequestEntity |
HTTPUtil.toRequestEntity(Object value)
|
Resource |
Cast.toResource(Object obj)
convert a object to a Resource |
Resource |
ResourceUtil.toResourceExisting(PageContext pc,
String path)
cast a String (argument destination) to a File Object, if destination is not a absolute, file object will be relative to current position (get from PageContext) file must exist otherwise throw exception |
Resource |
ResourceUtil.toResourceExistingParent(PageContext pc,
String destination)
cast a String (argument destination) to a File Object, if destination is not a absolute, file object will be relative to current position (get from PageContext) at least parent must exist |
Serializable |
Cast.toSerializable(Object obj)
cast Object to a Serializable Object |
Short |
Cast.toShort(Object o)
cast a Object to a Short Object(reference type) |
short |
Cast.toShortValue(Object o)
cast a Object to a short value (primitive value type) |
String |
Cast.toString(Object o)
cast a Object to a String |
Struct |
Cast.toStruct(Object o)
cast a Object to a Struct Object |
TimeSpan |
Cast.toTimespan(Object o)
cast a Object to a TimeSpan Object (alias for toTimeSpan) |
Object |
Cast.toUUId(Object o)
cast a Object to a UUID |
Object |
Cast.toVariableName(Object o)
cast a Object to a Variable Name |
Object |
Cast.toVoid(Object o)
cast a value to void (Empty String) |
Node |
Cast.toXML(Object value)
cast Object to a XML Node |
String |
URLResolver.transform(String html,
URL url,
boolean setBaseTag)
transform the HTML String |
Uses of PageException in railo.runtime.video |
---|
Methods in railo.runtime.video that throw PageException | |
---|---|
int[] |
VideoUtilImpl.calculateDimension(PageContext pc,
VideoInput[] sources,
int width,
String strWidth,
int height,
String strHeight)
|
int[] |
VideoUtil.calculateDimension(PageContext pc,
VideoInput[] sources,
int width,
String strWidth,
int height,
String strHeight)
|
long |
VideoUtilImpl.toBytes(String byt)
|
long |
VideoUtil.toBytes(String byt)
|
long |
VideoUtilImpl.toHerz(String byt)
|
long |
VideoUtil.toHerz(String byt)
|
long |
VideoUtilImpl.toMillis(String time)
|
long |
VideoUtil.toMillis(String time)
|
static Range |
Range.toRange(String def)
|
Uses of PageException in railo.transformer.bytecode |
---|
Subclasses of PageException in railo.transformer.bytecode | |
---|---|
class |
BytecodeException
|
Uses of PageException in railo.transformer.bytecode.util |
---|
Methods in railo.transformer.bytecode.util that throw PageException | |
---|---|
static byte[] |
ASMUtil.createPojo(String className,
ASMProperty[] properties,
Class parent,
Class[] interfaces,
String srcName)
|
org.objectweb.asm.Type |
ASMProperty.getASMType()
|
static org.objectweb.asm.Type |
ASMUtil.toType(String cfType,
boolean axistype)
translate a string cfml type definition to a Type Object |
Constructors in railo.transformer.bytecode.util that throw PageException | |
---|---|
ASMPropertyImpl(String type,
String name)
|
Uses of PageException in railo.transformer.cfml.evaluator.impl |
---|
Subclasses of PageException in railo.transformer.cfml.evaluator.impl | |
---|---|
class |
ProcessingDirectiveException
|
Uses of PageException in railo.transformer.cfml.script |
---|
Subclasses of PageException in railo.transformer.cfml.script | |
---|---|
static class |
CFMLScriptTransformer.ComponentTemplateException
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |