Modifier and Type | Method and Description |
---|---|
Object |
JavaProxy.invoke(String methodName,
Object[] args,
PageContext pc) |
Modifier and Type | Method and Description |
---|---|
int |
ClientScopeService.GetClientId(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
static void |
SystemUtil.stop(PageContext pc,
Log log) |
static void |
SystemUtil.stop(PageContext pc,
Throwable t,
Log log) |
Modifier and Type | Method and Description |
---|---|
String |
ResourceUtilImpl.contractPath(PageContext pc,
String path) |
static Resource |
ResourceUtil.getResource(PageContext pc,
PageSource ps)
Deprecated.
use instead
PageSource.getResourceTranslated(PageContext) |
static Resource |
ResourceUtil.getResource(PageContext pc,
PageSource ps,
Resource defaultValue) |
Resource |
ResourceUtilImpl.toResourceExisting(PageContext pc,
String path) |
static Resource |
ResourceUtil.toResourceExisting(PageContext pc,
String path)
cast a String (argumet 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
|
static Resource |
ResourceUtil.toResourceExisting(PageContext pc,
String path,
boolean allowRelpath) |
Resource |
ResourceUtilImpl.toResourceExistingParent(PageContext pc,
String destination) |
static Resource |
ResourceUtil.toResourceExistingParent(PageContext pc,
String destination)
cast a String (argumet 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
|
static Resource |
ResourceUtil.toResourceExistingParent(PageContext pc,
String destination,
boolean allowRelpath) |
Resource |
ResourceUtilImpl.toResourceNotExisting(PageContext pc,
String destination) |
static Resource |
ResourceUtil.toResourceNotExisting(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)
existing file is prefered but dont must exist
|
static Resource |
ResourceUtil.toResourceNotExisting(PageContext pc,
String destination,
boolean allowRelpath,
boolean checkComponentMappings) |
Modifier and Type | Method and Description |
---|---|
static SourceNameClassVisitor.SourceInfo |
MappingUtil.getMatch(PageContext pc,
Config config,
StackTraceElement trace) |
static SourceNameClassVisitor.SourceInfo |
MappingUtil.getMatch(PageContext pc,
StackTraceElement trace) |
Modifier and Type | Method and Description |
---|---|
static void |
HTTPUtil.forward(PageContext pc,
String relPath) |
static void |
HTTPUtil.include(PageContext pc,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse rsp,
String relPath) |
static void |
HTTPUtil.include(PageContext pc,
String relPath) |
static String |
HTTPUtil.optimizeRelPath(PageContext pc,
String relPath) |
Modifier and Type | Method and Description |
---|---|
byte[] |
PDFDocument.render(Dimension dimension,
double unitFactor,
PageContext pc,
boolean generateOutlines) |
Modifier and Type | Method and Description |
---|---|
static int |
FDThreadImpl.id(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
PageContext |
CFMLEngineWrapper.getThreadPageContext() |
PageContext |
CFMLEngine.getThreadPageContext() |
Modifier and Type | Method and Description |
---|---|
void |
CFMLEngineWrapper.registerThreadPageContext(PageContext pc) |
void |
CFMLEngine.registerThreadPageContext(PageContext pc) |
Modifier and Type | Class and Description |
---|---|
class |
PageContextImpl
page context for every page object.
|
Modifier and Type | Method and Description |
---|---|
PageContext |
CFMLFactoryImpl.getLuceePageContext(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoflush)
similar to getPageContext Method but return the concrete implementation of the lucee PageCOntext
and take the HTTP Version of the Servlet Objects
|
abstract PageContext |
CFMLFactory.getLuceePageContext(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoflush)
similar to getPageContext Method but return the concret implementation of the lucee PageCOntext
and take the HTTP Version of the Servlet Objects
|
PageContext |
PageContextImpl.getParentPageContext() |
abstract PageContext |
PageContext.getParentPageContext() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentImpl.afterCall(PageContext pc,
Variables parent)
Deprecated.
replaced with
afterConstructor(PageContext pc, Variables parent) |
void |
ComponentImpl.afterConstructor(PageContext pc,
Variables parent)
will be called after invoking constructor, only invoked by constructor (component body execution)
|
Variables |
ComponentImpl.beforeCall(PageContext pc)
will be called before executing method or constructor
|
void |
ComponentPage.call(PageContext pc) |
void |
InterfacePage.call(PageContext pc) |
void |
Page.call(PageContext pc)
method to invoke a page
|
Object |
ComponentScopeShadow.call(PageContext pc,
Collection.Key key,
Object[] arguments) |
Object |
ComponentSpecificAccess.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 |
ComponentSpecificAccess.call(PageContext pc,
int access,
Collection.Key name,
Object[] args) |
Object |
ComponentPro.call(PageContext pc,
int access,
Collection.Key name,
Object[] args) |
Object |
SuperComponent.call(PageContext pc,
int access,
Collection.Key name,
Object[] args) |
Object |
ComponentImpl.call(PageContext pc,
int access,
Collection.Key name,
Object[] args) |
Object |
ComponentSpecificAccess.call(PageContext pc,
String key,
Object[] args) |
Object |
SuperComponent.call(PageContext pc,
String name,
Object[] args) |
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 |
ComponentSpecificAccess.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 |
ComponentSpecificAccess.callWithNamedValues(PageContext pc,
int access,
Collection.Key name,
Struct args) |
Object |
ComponentPro.callWithNamedValues(PageContext pc,
int access,
Collection.Key name,
Struct args) |
Object |
SuperComponent.callWithNamedValues(PageContext pc,
int access,
Collection.Key name,
Struct args) |
Object |
ComponentImpl.callWithNamedValues(PageContext pc,
int access,
Collection.Key name,
Struct args) |
Object |
ComponentSpecificAccess.callWithNamedValues(PageContext pc,
String key,
Struct args) |
Object |
SuperComponent.callWithNamedValues(PageContext pc,
String name,
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
|
void |
ComponentImpl.checkInterface(PageContext pc,
ComponentPage componentPage) |
boolean |
ComponentSpecificAccess.contains(PageContext pc,
Collection.Key key) |
boolean |
SuperComponent.contains(PageContext pc,
Collection.Key key) |
boolean |
ComponentImpl.contains(PageContext pc,
Collection.Key key) |
boolean |
Component.contains(PageContext pc,
Collection.Key key) |
boolean |
ComponentImpl.contains(PageContext pc,
String name) |
static RequestTimeoutException |
CFMLFactoryImpl.createRequestTimeoutException(PageContext pc) |
Object |
ComponentScopeShadow.get(PageContext pc,
Collection.Key key) |
Object |
ComponentSpecificAccess.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,
Collection.Key key,
Object defaultValue) |
Object |
ComponentSpecificAccess.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
SuperComponent.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
ComponentScopeThis.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
ComponentImpl.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Class |
ComponentImpl.getJavaAccessClass(PageContext pc,
RefBoolean isNew) |
Class |
ComponentImpl.getJavaAccessClass(PageContext pc,
RefBoolean isNew,
boolean writeLog,
boolean takeTop,
boolean create,
boolean suppressWSbeforeArg,
boolean output) |
Struct |
ComponentSpecificAccess.getMetaData(PageContext pc) |
Struct |
SuperComponent.getMetaData(PageContext pc) |
Struct |
InterfaceImpl.getMetaData(PageContext pc) |
Struct |
ComponentImpl.getMetaData(PageContext pc) |
Struct |
Interface.getMetaData(PageContext pc) |
Struct |
Component.getMetaData(PageContext pc)
returns Meta Data to the Component
|
Struct |
InterfaceImpl.getMetaData(PageContext pc,
boolean ignoreCache) |
Resource |
PageSourceImpl.getResourceTranslated(PageContext pc) |
Resource |
PageSource.getResourceTranslated(PageContext pc)
if the pageSource is based on a archive, translate the source to a zip:// Resource
|
void |
ComponentImpl.init(PageContext pageContext,
ComponentPage componentPage)
initalize the Component
|
abstract void |
ComponentPage.initComponent(PageContext pc,
ComponentImpl c) |
void |
ComponentScopeShadow.initialize(PageContext pc) |
void |
ComponentScopeThis.initialize(PageContext pc) |
static boolean |
ComponentPage.isSoap(PageContext pc) |
static InterfaceImpl[] |
InterfaceImpl.loadImplements(PageContext pc,
PageSource child,
String lstExtend,
Map interfaceUdfs) |
Page |
PageSourceImpl.loadPage(PageContext pc) |
Page |
PageSource.loadPage(PageContext pc) |
Page |
PageSourceImpl.loadPage(PageContext pc,
boolean forceReload) |
Page |
PageSourceImpl.loadPage(PageContext pc,
Page defaultValue) |
Page |
PageSource.loadPage(PageContext pc,
Page defaultValue) |
static Page |
PageSourceImpl.loadPage(PageContext pc,
PageSource[] arr) |
static Page |
PageSourceImpl.loadPage(PageContext pc,
PageSource[] arr,
Page defaultValue) |
abstract ComponentImpl |
ComponentPage.newInstance(PageContext pc,
String callPath,
boolean isRelPath) |
Object |
ComponentImpl.onMissingMethod(PageContext pc,
int access,
Member member,
String name,
Object[] _args,
Struct _namedArgs,
boolean superAccess) |
void |
ComponentScopeShadow.release(PageContext pc) |
void |
ComponentScopeThis.release(PageContext pc) |
void |
CFMLFactoryImpl.releaseLuceePageContext(PageContext pc)
Similar to the releasePageContext Method, but take lucee PageContext as entry
|
abstract void |
CFMLFactory.releaseLuceePageContext(PageContext pc)
Similar to the releasePageContext Method, but take lucee PageContext as entry
|
Object |
ComponentScopeShadow.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ComponentSpecificAccess.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.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ComponentSpecificAccess.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
SuperComponent.setEL(PageContext pc,
Collection.Key name,
Object value) |
Object |
ComponentScopeThis.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ComponentImpl.setEL(PageContext pc,
Collection.Key name,
Object value) |
String |
PagePlus.str(PageContext pc,
int off,
int len) |
void |
Page.threadCall(PageContext pageContext,
int threadIndex) |
DumpData |
MappingImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ComponentScopeShadow.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
PageSourcePool.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ComponentSpecificAccess.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
SuperComponent.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
InterfaceImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ComponentScopeThis.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ComponentImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ComponentSpecificAccess.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
int access) |
DumpData |
ComponentPro.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
int access) |
DumpData |
SuperComponent.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
int access) |
DumpData |
ComponentImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
int access)
to html output print only with access less than given access
|
Object |
Page.udfCall(PageContext pageContext,
UDF udf,
int functionIndex) |
Object |
PagePlus.udfDefaultValue(PageContext pc,
int functionIndex,
int argumentIndex) |
Object |
Page.udfDefaultValue(PageContext pc,
int functionIndex,
int argumentIndex) |
Object |
PagePlus.udfDefaultValue(PageContext pc,
int functionIndex,
int argumentIndex,
Object defaultValue) |
static void |
ComponentPage.writeToResponseStream(PageContext pc,
Component component,
String methodName,
int urlReturnFormat,
int headerReturnFormat,
Object queryFormat,
Object rtn) |
Modifier and Type | Method and Description |
---|---|
static void |
CacheItemCache._flush(PageContext pc,
Cache cache,
String expireurl) |
static void |
CacheItemCache._flushAll(PageContext pc,
Cache cache) |
static void |
CacheItem.flush(PageContext pc,
Resource dir,
String cacheName,
String expireurl) |
static void |
CacheItem.flushAll(PageContext pc,
Resource dir,
String cacheName) |
static CacheItem |
CacheItem.getInstance(PageContext pc,
String id,
String key,
boolean useId,
Resource dir,
String cacheName,
TimeSpan timespan) |
Constructor and Description |
---|
CacheItem(PageContext pc,
javax.servlet.http.HttpServletRequest req,
String id,
String key,
boolean useId) |
CacheItemCache(PageContext pc,
javax.servlet.http.HttpServletRequest req,
String id,
String key,
boolean useId,
Cache cache,
TimeSpan timespan) |
Modifier and Type | Method and Description |
---|---|
void |
CacheHandler.clean(PageContext pc) |
void |
CacheHandlerFactory.clean(PageContext pc) |
void |
CacheHandler.clear(PageContext pc) |
void |
CacheHandlerFactory.clear(PageContext pc) |
void |
CacheHandler.clear(PageContext pc,
CacheHandlerFilter filter) |
void |
CacheHandlerFactory.clear(PageContext pc,
CacheHandlerFilter filter) |
CacheItem |
CacheHandler.get(PageContext pc,
String id) |
void |
CacheHandlerFactoryCollection.release(PageContext pc) |
boolean |
CacheHandler.remove(PageContext pc,
String id) |
void |
CacheHandler.set(PageContext pc,
String id,
Object cachedwithin,
CacheItem value) |
int |
CacheHandler.size(PageContext pc) |
int |
CacheHandlerFactory.size(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
DumpData |
IncludeCacheItem.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
Modifier and Type | Method and Description |
---|---|
DumpData |
QueryCacheItem.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
RequestCacheHandler.clean(PageContext pc) |
void |
RequestCacheHandler.clear(PageContext pc) |
void |
RequestCacheHandler.clear(PageContext pc,
CacheHandlerFilter filter) |
CacheItem |
RequestCacheHandler.get(PageContext pc,
String id) |
boolean |
RequestCacheHandler.remove(PageContext pc,
String id) |
void |
RequestCacheHandler.set(PageContext pc,
String id,
Object cachedwithin,
CacheItem value) |
int |
RequestCacheHandler.size(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
void |
TimespanCacheHandler.clean(PageContext pc) |
void |
TimespanCacheHandler.clear(PageContext pc) |
static void |
TimespanCacheHandler.clear(PageContext pc,
Cache cache,
CacheHandlerFilter filter) |
void |
TimespanCacheHandler.clear(PageContext pc,
CacheHandlerFilter filter) |
CacheItem |
TimespanCacheHandler.get(PageContext pc,
String id) |
boolean |
TimespanCacheHandler.remove(PageContext pc,
String id) |
void |
TimespanCacheHandler.set(PageContext pc,
String id,
Object cachedWithin,
CacheItem value) |
int |
TimespanCacheHandler.size(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
DumpData |
UDFCacheItem.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
Modifier and Type | Method and Description |
---|---|
DumpData |
QueryWrap.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Constructor and Description |
---|
RequestImpl(PageContext pc,
Struct attributes)
constructor of the class
|
ResponseImpl(PageContext pc,
boolean debug) |
Modifier and Type | Method and Description |
---|---|
static String |
LabelFormatUtil.formatCurrency(PageContext pc,
double value) |
static String |
LabelFormatUtil.formatDate(PageContext pc,
double value) |
Modifier and Type | Method and Description |
---|---|
Object |
COMObject.call(PageContext pc,
Collection.Key key,
Object[] args) |
Object |
COMObject.callWithNamedValues(PageContext pc,
Collection.Key key,
Struct args) |
Object |
COMObject.get(PageContext pc,
Collection.Key key) |
Object |
COMObject.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
COMObject.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
COMObject.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
DumpData |
COMObject.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Modifier and Type | Method and Description |
---|---|
static Page |
MetadataUtil.getPageWhenMetaDataStillValid(PageContext pc,
ComponentImpl comp,
boolean ignoreCache) |
static Page |
MetadataUtil.getPageWhenMetaDataStillValid(PageContext pc,
InterfaceImpl interf,
boolean ignoreCache) |
static ComponentImpl |
ComponentLoader.loadComponent(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath) |
static ComponentImpl |
ComponentLoader.loadComponent(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath,
boolean silent) |
static ComponentImpl |
ComponentLoader.loadComponent(PageContext pc,
PageSource child,
String rawPath,
Boolean searchLocal,
Boolean searchRoot) |
static InterfaceImpl |
ComponentLoader.loadInterface(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath,
Map interfaceUDFs) |
static InterfaceImpl |
ComponentLoader.loadInterface(PageContext pc,
PageSource child,
String rawPath,
Map interfaceUDFs) |
static Page |
ComponentLoader.loadPage(PageContext pc,
PageSource ps,
boolean forceReload) |
static Page |
ComponentLoader.loadPage(PageContext pc,
PageSource child,
String rawPath,
Boolean searchLocal,
Boolean searchRoot) |
Modifier and Type | Method and Description |
---|---|
abstract void |
CallerResponseStreamResult._call(PageContext parent,
PageContext pc) |
void |
UDFCaller._call(PageContext parent,
PageContext pc) |
Constructor and Description |
---|
CallerResponseStreamResult(PageContext parent) |
UDFCaller(PageContext parent,
UDF udf,
Object[] arguments,
boolean doIncludePath) |
UDFCaller(PageContext parent,
UDF udf,
Struct namedArguments,
boolean doIncludePath) |
UDFCaller2(PageContext parent,
UDF udf,
Object[] arguments,
P passed,
boolean doIncludePath) |
UDFCaller2(PageContext parent,
UDF udf,
Struct namedArguments,
P passed,
boolean doIncludePath) |
Modifier and Type | Method and Description |
---|---|
static Mapping[] |
ConfigWebUtil.getAllMappings(PageContext pc) |
Page |
ConfigWebImpl.getBaseComponentPage(PageContext pc) |
PageSource |
ConfigImpl.getBaseComponentPageSource(PageContext pc) |
Page |
ConfigImpl.getCachedPage(PageContext pc,
String pathWithCFC) |
CFMLWriter |
ConfigWebImpl.getCFMLWriter(PageContext pc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp) |
InitFile |
ConfigImpl.getCTInitFile(PageContext pc,
String key) |
ORMEngine |
ConfigImpl.getORMEngine(PageContext pc) |
PageSource |
ConfigImpl.getPageSourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping,
boolean onlyPhysicalExisting) |
PageSource |
Config.getPageSourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping,
boolean onlyPhysicalExisting)
return existing PageSource that match the given criteria, if there is no PageSource null is returned.
|
PageSource[] |
ConfigImpl.getPageSources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping) |
PageSource[] |
Config.getPageSources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
get all PageSources that match the given criteria
|
PageSource[] |
ConfigImpl.getPageSources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping,
boolean useComponentMappings) |
Resource |
ConfigImpl.getPhysicalResourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping) |
Resource |
Config.getPhysicalResourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
return existing Resource that match the given criteria, if there is no Resource null is returned.
|
Resource[] |
ConfigImpl.getPhysicalResources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping) |
Resource[] |
Config.getPhysicalResources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
get all Resources that match the given criteria
|
ORMEngine |
ConfigImpl.resetORMEngine(PageContext pc,
boolean force) |
void |
ConfigWebAdmin.updateExtension(PageContext pc,
Extension extension) |
Modifier and Type | Method and Description |
---|---|
void |
JSONConverter._serializeStruct(PageContext pc,
Set test,
Struct struct,
StringBuilder sb,
boolean serializeQueryByColumns,
boolean addUDFs,
Set<Object> done)
serialize a Struct
|
String |
JSONConverter.serialize(PageContext pc,
Object object,
boolean serializeQueryByColumns)
serialize a Object to his literal Format
|
void |
JavaConverter.writeOut(PageContext pc,
Object source,
OutputStream os) |
void |
BinaryConverter.writeOut(PageContext pc,
Object source,
OutputStream os) |
void |
JSConverter.writeOut(PageContext pc,
Object source,
Writer writer) |
void |
XMLConverter.writeOut(PageContext pc,
Object source,
Writer writer) |
void |
LazyConverter.writeOut(PageContext pc,
Object source,
Writer writer) |
void |
WDDXConverter.writeOut(PageContext pc,
Object source,
Writer writer) |
void |
ScriptConverter.writeOut(PageContext pc,
Object source,
Writer writer) |
void |
JSONConverter.writeOut(PageContext pc,
Object source,
Writer writer) |
void |
JavaConverter.writeOut(PageContext pc,
Object source,
Writer writer) |
void |
StringConverter.writeOut(PageContext pc,
Object source,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
ImageConverter.writeOut(PageContext pc,
Object source,
OutputStream os) |
Modifier and Type | Method and Description |
---|---|
static InitFile |
CustomTagUtil.loadInitFile(PageContext pc,
String name) |
static InitFile |
CustomTagUtil.loadInitFile(PageContext pc,
String name,
InitFile defaultValue) |
Modifier and Type | Method and Description |
---|---|
static QueryImpl |
HSQLDBHandler.__execute(PageContext pc,
SQL sql,
int maxrows,
int fetchsize,
TimeSpan timeout,
Stopwatch stopwatch,
Set<String> tables,
boolean doSimpleTypes) |
void |
DatasourceManagerImpl.add(PageContext pc,
ORMSession session) |
Query |
QoQ.execute(PageContext pc,
SQL sql,
int maxrows) |
Query |
HSQLDBHandler.execute(PageContext pc,
SQL sql,
int maxrows,
int fetchsize,
TimeSpan 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 |
DataSourceManager.getConnection(PageContext pc,
DataSource ds,
String user,
String pass)
return a database connection matching to datsource name
|
DatasourceConnection |
DatasourceManagerImpl.getConnection(PageContext pc,
String _datasource,
String user,
String pass) |
DatasourceConnection |
DataSourceManager.getConnection(PageContext pc,
String datasource,
String user,
String pass)
Deprecated.
use instead
getConnection(PageContext pc,DataSource ds, String user, String pass) |
void |
DatasourceManagerImpl.releaseConnection(PageContext pc,
DatasourceConnection dc) |
void |
DataSourceManager.releaseConnection(PageContext pc,
DatasourceConnection dc) |
Modifier and Type | Method and Description |
---|---|
boolean |
PreparedStatementPro.execute(PageContext pc) |
boolean |
PreparedStatementProxy.execute(PageContext pc) |
boolean |
StatementPro.execute(PageContext pc,
String sql) |
boolean |
StatementProxy.execute(PageContext pc,
String sql) |
boolean |
StatementPro.execute(PageContext pc,
String sql,
int autoGeneratedKeys) |
boolean |
StatementProxy.execute(PageContext pc,
String sql,
int autoGeneratedKeys) |
boolean |
StatementPro.execute(PageContext pc,
String sql,
int[] columnIndexes) |
boolean |
StatementProxy.execute(PageContext pc,
String sql,
int[] columnIndexes) |
boolean |
StatementPro.execute(PageContext pc,
String sql,
String[] columnNames) |
boolean |
StatementProxy.execute(PageContext pc,
String sql,
String[] columnNames) |
ResultSet |
PreparedStatementPro.executeQuery(PageContext pc) |
ResultSet |
PreparedStatementProxy.executeQuery(PageContext pc) |
ResultSet |
StatementPro.executeQuery(PageContext pc,
String sql) |
ResultSet |
StatementProxy.executeQuery(PageContext pc,
String sql) |
int |
PreparedStatementPro.executeUpdate(PageContext pc) |
int |
PreparedStatementProxy.executeUpdate(PageContext pc) |
int |
StatementPro.executeUpdate(PageContext pc,
String sql) |
int |
StatementProxy.executeUpdate(PageContext pc,
String sql) |
int |
StatementPro.executeUpdate(PageContext pc,
String sql,
int autoGeneratedKeys) |
int |
StatementProxy.executeUpdate(PageContext pc,
String sql,
int autoGeneratedKeys) |
int |
StatementPro.executeUpdate(PageContext pc,
String sql,
int[] columnIndexes) |
int |
StatementProxy.executeUpdate(PageContext pc,
String sql,
int[] columnIndexes) |
int |
StatementPro.executeUpdate(PageContext pc,
String sql,
String[] columnNames) |
int |
StatementProxy.executeUpdate(PageContext pc,
String sql,
String[] columnNames) |
Modifier and Type | Method and Description |
---|---|
boolean |
StateCallableStatement.execute(PageContext pc) |
boolean |
StatePreparedStatement.execute(PageContext pc) |
static boolean |
StateUtil.execute(PageContext pc,
PreparedStatement stat,
String sql) |
static boolean |
StateUtil.execute(PageContext pc,
Statement stat,
String sql) |
static boolean |
StateUtil.execute(PageContext pc,
Statement stat,
String sql,
int autoGeneratedKeys) |
static boolean |
StateUtil.execute(PageContext pc,
Statement stat,
String sql,
int[] columnIndexes) |
static boolean |
StateUtil.execute(PageContext pc,
Statement stat,
String sql,
String[] columnNames) |
boolean |
StateStatement.execute(PageContext pc,
String sql) |
boolean |
StateCallableStatement.execute(PageContext pc,
String sql) |
boolean |
StatePreparedStatement.execute(PageContext pc,
String sql) |
boolean |
StateStatement.execute(PageContext pc,
String sql,
int autoGeneratedKeys) |
boolean |
StateCallableStatement.execute(PageContext pc,
String sql,
int autoGeneratedKeys) |
boolean |
StatePreparedStatement.execute(PageContext pc,
String sql,
int autoGeneratedKeys) |
boolean |
StateStatement.execute(PageContext pc,
String sql,
int[] columnIndexes) |
boolean |
StateCallableStatement.execute(PageContext pc,
String sql,
int[] columnIndexes) |
boolean |
StatePreparedStatement.execute(PageContext pc,
String sql,
int[] columnIndexes) |
boolean |
StateStatement.execute(PageContext pc,
String sql,
String[] columnNames) |
boolean |
StateCallableStatement.execute(PageContext pc,
String sql,
String[] columnNames) |
boolean |
StatePreparedStatement.execute(PageContext pc,
String sql,
String[] columnNames) |
ResultSet |
StateCallableStatement.executeQuery(PageContext pc) |
ResultSet |
StatePreparedStatement.executeQuery(PageContext pc) |
static ResultSet |
StateUtil.executeQuery(PageContext pc,
PreparedStatement stat,
String sql) |
static ResultSet |
StateUtil.executeQuery(PageContext pc,
Statement stat,
String sql) |
ResultSet |
StateStatement.executeQuery(PageContext pc,
String sql) |
ResultSet |
StateCallableStatement.executeQuery(PageContext pc,
String sql) |
ResultSet |
StatePreparedStatement.executeQuery(PageContext pc,
String sql) |
int |
StateCallableStatement.executeUpdate(PageContext pc) |
int |
StatePreparedStatement.executeUpdate(PageContext pc) |
static int |
StateUtil.executeUpdate(PageContext pc,
PreparedStatement stat,
String sql) |
static int |
StateUtil.executeUpdate(PageContext pc,
Statement stat,
String sql) |
static int |
StateUtil.executeUpdate(PageContext pc,
Statement stat,
String sql,
int autoGeneratedKeys) |
static int |
StateUtil.executeUpdate(PageContext pc,
Statement stat,
String sql,
int[] columnIndexes) |
static int |
StateUtil.executeUpdate(PageContext pc,
Statement stat,
String sql,
String[] columnNames) |
int |
StateStatement.executeUpdate(PageContext pc,
String sql) |
int |
StateCallableStatement.executeUpdate(PageContext pc,
String sql) |
int |
StatePreparedStatement.executeUpdate(PageContext pc,
String sql) |
int |
StateStatement.executeUpdate(PageContext pc,
String sql,
int autoGeneratedKeys) |
int |
StateCallableStatement.executeUpdate(PageContext pc,
String sql,
int autoGeneratedKeys) |
int |
StatePreparedStatement.executeUpdate(PageContext pc,
String sql,
int autoGeneratedKeys) |
int |
StateStatement.executeUpdate(PageContext pc,
String sql,
int[] columnIndexes) |
int |
StateCallableStatement.executeUpdate(PageContext pc,
String sql,
int[] columnIndexes) |
int |
StatePreparedStatement.executeUpdate(PageContext pc,
String sql,
int[] columnIndexes) |
int |
StateStatement.executeUpdate(PageContext pc,
String sql,
String[] columnNames) |
int |
StateCallableStatement.executeUpdate(PageContext pc,
String sql,
String[] columnNames) |
int |
StatePreparedStatement.executeUpdate(PageContext pc,
String sql,
String[] columnNames) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DebuggerUtil.debugQueryUsage(PageContext pageContext,
Query query) |
Array |
DebuggerPool.getData(PageContext pc) |
Struct |
DebuggerImpl.getDebuggingData(PageContext pc) |
Struct |
Debugger.getDebuggingData(PageContext pc)
returns the Debugging Info
|
Struct |
DebuggerImpl.getDebuggingData(PageContext pc,
boolean addAddionalInfo) |
Struct |
Debugger.getDebuggingData(PageContext pc,
boolean addAddionalInfo) |
DebugEntryTemplate |
DebuggerImpl.getEntry(PageContext pc,
PageSource source) |
DebugEntryTemplate |
Debugger.getEntry(PageContext pc,
PageSource source) |
DebugEntryTemplatePart |
DebuggerImpl.getEntry(PageContext pc,
PageSource source,
int startPos,
int endPos) |
DebugEntryTemplatePart |
Debugger.getEntry(PageContext pc,
PageSource source,
int startPos,
int endPos)
returns a single DebugEntry for a specific postion (startPos,endPos in the PageSource)
|
DebugEntryTemplate |
DebuggerImpl.getEntry(PageContext pc,
PageSource source,
String key) |
DebugEntryTemplate |
Debugger.getEntry(PageContext pc,
PageSource source,
String key) |
DebugTrace[] |
DebuggerPro.getTraces(PageContext pc) |
DebugTrace[] |
DebuggerImpl.getTraces(PageContext pc) |
Struct |
DebuggerUtil.pointOutClosuresInPersistentScopes(PageContext pc) |
void |
DebuggerPool.store(PageContext pc,
Debugger debugger) |
DumpData |
DebugPageImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
void |
DebuggerImpl.writeOut(PageContext pc) |
void |
Debugger.writeOut(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
static DumpData |
DumpUtil.toDumpData(Object o,
PageContext pageContext,
int maxlevel,
DumpProperties props) |
DumpData |
Dumpable.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties)
method to print out information to a object as HTML
|
String |
HTMLDumpWriter.toString(PageContext pc,
DumpData data,
boolean expand) |
String |
TextDumpWriter.toString(PageContext pc,
DumpData data,
boolean expand) |
String |
ClassicHTMLDumpWriter.toString(PageContext pc,
DumpData data,
boolean expand) |
String |
SimpleHTMLDumpWriter.toString(PageContext pc,
DumpData data,
boolean expand) |
String |
DumpWriter.toString(PageContext pc,
DumpData data,
boolean expand)
cast dumpdata to a string
|
void |
HTMLDumpWriter.writeOut(PageContext pc,
DumpData data,
Writer writer,
boolean expand) |
void |
TextDumpWriter.writeOut(PageContext pc,
DumpData data,
Writer writer,
boolean expand) |
void |
ClassicHTMLDumpWriter.writeOut(PageContext pc,
DumpData data,
Writer writer,
boolean expand) |
void |
SimpleHTMLDumpWriter.writeOut(PageContext pc,
DumpData data,
Writer writer,
boolean expand) |
void |
DumpWriter.writeOut(PageContext pc,
DumpData data,
Writer writer,
boolean expand) |
Modifier and Type | Field and Description |
---|---|
List<PageContext> |
ThreadQueueImpl.list |
Modifier and Type | Method and Description |
---|---|
static PageContext |
ThreadLocalPageContext.get()
returns pagecontext registered for the current thread
|
static PageContext |
ThreadLocalPageContext.get(PageContext pc) |
PageContext |
CFMLEngineImpl.getThreadPageContext() |
Modifier and Type | Method and Description |
---|---|
void |
ThreadQueueNone.enter(PageContext pc) |
void |
ThreadQueueImpl.enter(PageContext pc) |
void |
ThreadQueue.enter(PageContext pc) |
void |
ThreadQueueNone.exit(PageContext pc) |
void |
ThreadQueueImpl.exit(PageContext pc) |
void |
ThreadQueue.exit(PageContext pc) |
static PageContext |
ThreadLocalPageContext.get(PageContext pc) |
static Config |
ThreadLocalPageContext.getConfig(PageContext pc) |
ExecutionLog |
ExecutionLogFactory.getInstance(PageContext pc) |
static Locale |
ThreadLocalPageContext.getLocale(PageContext pc) |
static TimeZone |
ThreadLocalPageContext.getTimeZone(PageContext pc) |
void |
ExecutionLogSupport.init(PageContext pc,
Map<String,String> arguments) |
void |
ExecutionLog.init(PageContext pc,
Map<String,String> arguments) |
static void |
ThreadLocalPageContext.register(PageContext pc)
register a pagecontext for he current thread
|
void |
CFMLEngineImpl.registerThreadPageContext(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
Object |
CatchBlockImpl.call(PageContext pc,
Collection.Key methodName,
Object[] arguments) |
Object |
CatchBlockImpl.call(PageContext pc,
String methodName,
Object[] arguments) |
Object |
CatchBlockImpl.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
Object |
CatchBlockImpl.callWithNamedValues(PageContext pc,
String methodName,
Struct args) |
Object |
CatchBlockImpl.get(PageContext pc,
Collection.Key key) |
Object |
CatchBlockImpl.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
CatchBlockImpl.get(PageContext pc,
String key) |
Object |
CatchBlockImpl.get(PageContext pc,
String key,
Object defaultValue) |
Struct |
PageRuntimeException.getCatchBlock(PageContext pc) |
Struct |
PageExceptionImpl.getCatchBlock(PageContext pc) |
Struct |
PageServletException.getCatchBlock(PageContext pc) |
Struct |
IPageException.getCatchBlock(PageContext pc)
Deprecated.
use instead
getCatchBlock(Config config); |
Struct |
CustomTypeException.getErrorBlock(PageContext pc,
ErrorPage ep) |
Struct |
PageRuntimeException.getErrorBlock(PageContext pc,
ErrorPage ep) |
Struct |
PageExceptionImpl.getErrorBlock(PageContext pc,
ErrorPage ep) |
Struct |
PageServletException.getErrorBlock(PageContext pc,
ErrorPage ep) |
Struct |
IPageException.getErrorBlock(PageContext pc,
ErrorPage ep)
return detailed error block of the error
|
String |
PageExceptionImpl.getStackTraceAsString(PageContext pc) |
static DatabaseException |
DatabaseException.notFoundException(PageContext pc,
String datasource) |
void |
CatchBlockImpl.print(PageContext pc) |
void |
CatchBlock.print(PageContext pc) |
void |
PageExceptionImpl.printStackTrace(PageContext pc) |
static void |
ExceptionHandler.printStackTrace(PageContext pc,
Throwable t) |
void |
PageExceptionImpl.printStackTrace(PrintStream s,
PageContext pc) |
void |
PageExceptionImpl.printStackTrace(PrintWriter s,
PageContext pc) |
Object |
CatchBlockImpl.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
CatchBlockImpl.set(PageContext pc,
String propertyName,
Object value) |
Object |
CatchBlockImpl.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
CatchBlockImpl.setEL(PageContext pc,
String propertyName,
Object value) |
DumpData |
NativeException.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
PageRuntimeException.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
CatchBlockImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
PageExceptionImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
PageServletException.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
static String |
PageExceptionImpl.toString(PageContext pc,
StackTraceElement trace) |
Constructor and Description |
---|
FunctionException(PageContext pc,
String functionName,
int min,
int max,
int actual) |
FunctionException(PageContext pc,
String functionName,
int badArgumentPosition,
String badArgumentName,
String message)
constructor of the class
|
FunctionException(PageContext pc,
String functionName,
int badArgumentPosition,
String badArgumentName,
String message,
String detail) |
FunctionException(PageContext pc,
String functionName,
String badArgumentPosition,
String badArgumentName,
String message,
String detail) |
Modifier and Type | Method and Description |
---|---|
void |
TagSupport.setPageContext(PageContext pageContext)
sets a Lucee PageContext
|
Modifier and Type | Method and Description |
---|---|
Struct |
ExtensionImpl.getConfig(PageContext pc) |
Struct |
Extension.getConfig(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
BIF.invoke(PageContext pc,
Object[] args) |
Object |
BIFProxy.invoke(PageContext pc,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
static Array |
ArrayFilter._call(PageContext pc,
Array array,
UDF filter,
boolean parallel,
int maxThreads) |
static Array |
ArrayNew.call(PageContext pc) |
static double |
ArraySum.call(PageContext pc,
Array array) |
static double |
ArrayAvg.call(PageContext pc,
Array array) |
static boolean |
ArrayClear.call(PageContext pc,
Array array) |
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 Array |
ArrayReverse.call(PageContext pc,
Array array) |
static Struct |
ArrayToStruct.call(PageContext pc,
Array arr) |
static double |
ArrayMin.call(PageContext pc,
Array array) |
static double |
ArrayMedian.call(PageContext pc,
Array array) |
static double |
ArrayLen.call(PageContext pc,
Array array) |
static boolean |
ArrayIsEmpty.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 boolean |
ArrayIsDefined.call(PageContext pc,
Array array,
double index) |
static boolean |
ArrayResize.call(PageContext pc,
Array array,
double number) |
static boolean |
ArrayIndexExists.call(PageContext pc,
Array array,
double index) |
static Array |
ArraySlice.call(PageContext pc,
Array arr,
double offset) |
static Array |
ArrayMid.call(PageContext pc,
Array arr,
double start) |
static boolean |
ArrayDeleteAt.call(PageContext pc,
Array array,
double number) |
static boolean |
ArraySwap.call(PageContext pc,
Array array,
double number,
double number2) |
static Array |
ArraySlice.call(PageContext pc,
Array arr,
double offset,
double length) |
static Array |
ArrayMid.call(PageContext pc,
Array arr,
double start,
double count) |
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 double |
ArrayContainsNoCase.call(PageContext pc,
Array array,
Object value) |
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 Array |
ArrayFindAll.call(PageContext pc,
Array array,
Object value) |
static Array |
ArrayFindAllNoCase.call(PageContext pc,
Array array,
Object value) |
static boolean |
ArraySort.call(PageContext pc,
Array array,
Object sortTypeOrClosure) |
static boolean |
ArrayDelete.call(PageContext pc,
Array array,
Object value) |
static double |
ArrayFind.call(PageContext pc,
Array array,
Object value) |
static double |
ArrayContains.call(PageContext pc,
Array array,
Object value) |
static boolean |
ArrayAppend.call(PageContext pc,
Array array,
Object object,
boolean merge) |
static double |
ArrayContains.call(PageContext pc,
Array array,
Object value,
boolean substringMatch) |
static boolean |
ArraySort.call(PageContext pc,
Array array,
Object sortTypeOrClosure,
String sortorder) |
static boolean |
ArrayDelete.call(PageContext pc,
Array array,
Object value,
String scope) |
static boolean |
ArraySort.call(PageContext pc,
Array arr,
Object sortTypeOrClosure,
String sortorder,
boolean localeSensitive) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf) |
static Object |
ArrayReduce.call(PageContext pc,
Array array,
UDF udf) |
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf) |
static boolean |
ArraySome.call(PageContext pc,
Array array,
UDF udf) |
static boolean |
ArrayEvery.call(PageContext pc,
Array array,
UDF udf) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static boolean |
ArraySome.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static boolean |
ArrayEvery.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
ArraySome.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
ArrayEvery.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
ArrayReduce.call(PageContext pc,
Array array,
UDF udf,
Object initValue) |
static Array |
ArrayNew.call(PageContext pc,
double number) |
static Array |
JsonArray.call(PageContext pc,
Object[] objArr) |
static Array |
Array_.call(PageContext pc,
Object[] objArr) |
static Array |
LiteralArray.call(PageContext pc,
Object[] objArr) |
static boolean |
ArraySort.call(PageContext pc,
Object objArr,
Object sortTypeOrClosure) |
static boolean |
ArraySort.call(PageContext pc,
Object objArr,
Object sortTypeOrClosure,
String sortorder) |
static boolean |
ArraySort.call(PageContext pc,
Object objArr,
Object sortTypeOrClosure,
String sortorder,
boolean localeSensitive) |
static Array |
ArrayFindAll.find(PageContext pc,
Array array,
UDF udf) |
static int |
ArrayFind.find(PageContext pc,
Array array,
UDF udf) |
Object |
ArrayContainsNoCase.invoke(PageContext pc,
Object[] args) |
Object |
ArraySum.invoke(PageContext pc,
Object[] args) |
Object |
ArrayFilter.invoke(PageContext pc,
Object[] args) |
Object |
ArrayNew.invoke(PageContext pc,
Object[] args) |
Object |
ArrayPrepend.invoke(PageContext pc,
Object[] args) |
Object |
ArrayAvg.invoke(PageContext pc,
Object[] args) |
Object |
ArrayReduce.invoke(PageContext pc,
Object[] args) |
Object |
ArrayIsDefined.invoke(PageContext pc,
Object[] args) |
Object |
ArrayEach.invoke(PageContext pc,
Object[] args) |
Object |
ArrayClear.invoke(PageContext pc,
Object[] args) |
Object |
ArrayInsertAt.invoke(PageContext pc,
Object[] args) |
Object |
ArrayMap.invoke(PageContext pc,
Object[] args) |
Object |
ArrayAppend.invoke(PageContext pc,
Object[] args) |
Object |
ArrayResize.invoke(PageContext pc,
Object[] args) |
Object |
ArrayFindNoCase.invoke(PageContext pc,
Object[] args) |
Object |
ArrayLast.invoke(PageContext pc,
Object[] args) |
Object |
JsonArray.invoke(PageContext pc,
Object[] args) |
Object |
ArrayFirst.invoke(PageContext pc,
Object[] args) |
Object |
ArraySome.invoke(PageContext pc,
Object[] args) |
Object |
ArraySwap.invoke(PageContext pc,
Object[] args) |
Object |
Array_.invoke(PageContext pc,
Object[] args) |
Object |
ArrayFindAll.invoke(PageContext pc,
Object[] args) |
Object |
ArrayFindAllNoCase.invoke(PageContext pc,
Object[] args) |
Object |
ArrayMax.invoke(PageContext pc,
Object[] args) |
Object |
ArrayReverse.invoke(PageContext pc,
Object[] args) |
Object |
ArrayIndexExists.invoke(PageContext pc,
Object[] args) |
Object |
ArrayMerge.invoke(PageContext pc,
Object[] args) |
Object |
ArraySlice.invoke(PageContext pc,
Object[] args) |
Object |
ArrayToStruct.invoke(PageContext pc,
Object[] args) |
Object |
ArrayMin.invoke(PageContext pc,
Object[] args) |
Object |
ArrayMedian.invoke(PageContext pc,
Object[] args) |
Object |
LiteralArray.invoke(PageContext pc,
Object[] args) |
Object |
ArraySort.invoke(PageContext pc,
Object[] args) |
Object |
ArrayMid.invoke(PageContext pc,
Object[] args) |
Object |
ArrayDelete.invoke(PageContext pc,
Object[] args) |
Object |
ArrayEvery.invoke(PageContext pc,
Object[] args) |
Object |
ArraySet.invoke(PageContext pc,
Object[] args) |
Object |
ArrayLen.invoke(PageContext pc,
Object[] args) |
Object |
ArrayIsEmpty.invoke(PageContext pc,
Object[] args) |
Object |
ArrayFind.invoke(PageContext pc,
Object[] args) |
Object |
ArrayDeleteAt.invoke(PageContext pc,
Object[] args) |
Object |
ArrayContains.invoke(PageContext pc,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
static double |
CacheClear.call(PageContext pc) |
static double |
CacheRemoveAll.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 double |
CacheRemoveAll.call(PageContext pc,
String cacheName) |
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 String |
CacheDelete.call(PageContext pc,
String id,
boolean throwOnError,
String cacheName) |
static Object |
CacheGet.call(PageContext pc,
String key,
Object objThrowWhenNotExist) |
static String |
CachePut.call(PageContext pc,
String key,
Object value) |
static Object |
CacheGet.call(PageContext pc,
String key,
Object objThrowWhenNotExist,
String cacheName) |
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) |
static Cache |
Util.getCache(PageContext pc,
String cacheName,
int type) |
static Cache |
Util.getCache(PageContext pc,
String cacheName,
int type,
Cache defaultValue) |
static Cache |
Util.getDefault(PageContext pc,
int type)
get the default cache for a certain type, also check definitions in application context (application.cfc/cfapplication)
|
static Cache |
Util.getDefault(PageContext pc,
int type,
Cache defaultValue)
get the default cache for a certain type, also check definitions in application context (application.cfc/cfapplication)
|
Modifier and Type | Method and Description |
---|---|
static Collection |
Filter._call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
int maxThreads) |
static Collection |
Map._call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
int maxThreads) |
static boolean |
Every._call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
int maxThreads) |
static boolean |
Some._call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
int maxThreads) |
static Object |
Reduce._call(PageContext pc,
Object obj,
UDF udf,
Object initalValue) |
static void |
Map.afterCall(PageContext pc,
Collection coll,
List<Future<Data<Object>>> futures,
ExecutorService es) |
static void |
Filter.afterCall(PageContext pc,
Collection coll,
List<Future<Data<Pair<Object,Object>>>> futures,
ExecutorService es) |
static boolean |
Every.afterCall(PageContext pc,
List<Future<Data<Object>>> futures,
ExecutorService es) |
static boolean |
Some.afterCall(PageContext pc,
List<Future<Data<Object>>> futures,
ExecutorService es) |
static void |
Each.afterCall(PageContext pc,
List<Future<Data<Object>>> futures,
ExecutorService es) |
static Object |
Filter.call(PageContext pc,
Object obj,
UDF udf) |
static Object |
Map.call(PageContext pc,
Object obj,
UDF udf) |
static boolean |
Every.call(PageContext pc,
Object obj,
UDF udf) |
static boolean |
Some.call(PageContext pc,
Object obj,
UDF udf) |
static Object |
Reduce.call(PageContext pc,
Object obj,
UDF udf) |
static String |
Each.call(PageContext pc,
Object obj,
UDF udf) |
static Object |
Filter.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel) |
static Object |
Map.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel) |
static boolean |
Every.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel) |
static boolean |
Some.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel) |
static String |
Each.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel) |
static Object |
Filter.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
Map.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
Every.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
Some.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
double maxThreads) |
static String |
Each.call(PageContext pc,
Object obj,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
Reduce.call(PageContext pc,
Object obj,
UDF udf,
Object initalValue) |
static void |
Each.invoke(PageContext pc,
Array array,
UDF udf,
ExecutorService execute,
List<Future<Data<Object>>> futures) |
static void |
Each.invoke(PageContext pc,
Iteratorable coll,
UDF udf,
ExecutorService execute,
List<Future<Data<Object>>> futures) |
Object |
Filter.invoke(PageContext pc,
Object[] args) |
Object |
Map.invoke(PageContext pc,
Object[] args) |
Object |
Every.invoke(PageContext pc,
Object[] args) |
Object |
Some.invoke(PageContext pc,
Object[] args) |
Object |
Reduce.invoke(PageContext pc,
Object[] args) |
Object |
Each.invoke(PageContext pc,
Object[] args) |
static void |
Each.invoke(PageContext pc,
Query qry,
UDF udf,
ExecutorService execute,
List<Future<Data<Object>>> futures) |
Modifier and Type | Method and Description |
---|---|
static Struct |
ComponentCacheList.call(PageContext pc) |
static String |
ComponentCacheClear.call(PageContext pc) |
static Struct |
ComponentInfo.call(PageContext pc,
Component component)
Deprecated.
|
static Array |
ComponentListPackage.call(PageContext pc,
String packageName) |
Modifier and Type | Method and Description |
---|---|
static String |
BinaryEncode.call(PageContext pc,
byte[] binary,
String binaryencoding) |
static String |
CharsetEncode.call(PageContext pc,
byte[] binary,
String encoding) |
static boolean |
IsJSON.call(PageContext pc,
Object obj) |
static String |
SerializeJSON.call(PageContext pc,
Object var) |
static String |
SerializeJSON.call(PageContext pc,
Object var,
boolean serializeQueryByColumns) |
static String |
SerializeJSON.call(PageContext pc,
Object var,
boolean serializeQueryByColumns,
String strCharset) |
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) |
Object |
SerializeJSON.invoke(PageContext pc,
Object[] args) |
Object |
DeserializeJSON.invoke(PageContext pc,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
static String |
CSRFGenerateToken.call(PageContext pc) |
static boolean |
CSRFVerifyToken.call(PageContext pc,
String token) |
static String |
CSRFGenerateToken.call(PageContext pc,
String key) |
static String |
CSRFGenerateToken.call(PageContext pc,
String key,
boolean forceNew) |
static boolean |
CSRFVerifyToken.call(PageContext pc,
String token,
String key) |
static StorageScope |
CSRFGenerateToken.getStorageScope(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
static DateTime |
DateAdd._call(PageContext pc,
TimeZone tz,
String datepart,
double number,
DateTime date) |
static DateTime |
NowServer.call(PageContext pc)
Deprecated.
|
static String |
GetTimeZone.call(PageContext pc) |
static double |
Beat.call(PageContext pc) |
static String |
GetHttpTimeString.call(PageContext pc) |
static DateTime |
Now.call(PageContext pc) |
static double |
FirstDayOfMonth.call(PageContext pc,
DateTime date) |
static double |
Second.call(PageContext pc,
DateTime date) |
static double |
DaysInMonth.call(PageContext pc,
DateTime date) |
static DateTime |
CreateODBCTime.call(PageContext pc,
DateTime datetime) |
static double |
Minute.call(PageContext pc,
DateTime date) |
static DateTime |
CreateODBCDateTime.call(PageContext pc,
DateTime datetime) |
static double |
Month.call(PageContext pc,
DateTime date) |
static double |
Hour.call(PageContext pc,
DateTime date) |
static double |
DayOfWeek.call(PageContext pc,
DateTime date) |
static double |
Quarter.call(PageContext pc,
DateTime date) |
static DateTime |
CreateODBCDate.call(PageContext pc,
DateTime datetime) |
static double |
Day.call(PageContext pc,
DateTime date) |
static double |
DaysInYear.call(PageContext pc,
DateTime date) |
static double |
Week.call(PageContext pc,
DateTime date) |
static double |
Year.call(PageContext pc,
DateTime date) |
static String |
GetHttpTimeString.call(PageContext pc,
DateTime datetime) |
static double |
DayOfYear.call(PageContext pc,
DateTime date) |
static double |
MilliSecond.call(PageContext pc,
DateTime date) |
static double |
DateCompare.call(PageContext pc,
DateTime left,
DateTime right) |
static double |
DateCompare.call(PageContext pc,
DateTime left,
DateTime right,
String datepart) |
static double |
FirstDayOfMonth.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
Second.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
DaysInMonth.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
Minute.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
Month.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
Hour.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
DayOfWeek.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
Quarter.call(PageContext pc,
DateTime date,
String strTimezone) |
static DateTime |
CreateODBCDate.call(PageContext pc,
DateTime datetime,
String strTimezone) |
static double |
Day.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
DaysInYear.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
Week.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
Year.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
DatePartMember.call(PageContext pc,
DateTime date,
String datepart) |
static double |
DayOfYear.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
MilliSecond.call(PageContext pc,
DateTime date,
String strTimezone) |
static DateTime |
DateAddMember.call(PageContext pc,
DateTime date,
String datepart,
double number) |
static double |
DatePartMember.call(PageContext pc,
DateTime date,
String datepart,
String strTimezone) |
static DateTime |
CreateDate.call(PageContext pc,
double year,
double month,
double day) |
static DateTime |
CreateTime.call(PageContext pc,
double hour,
double minute,
double second) |
static TimeSpan |
CreateTimeSpan.call(PageContext pc,
double day,
double hour,
double minute,
double second) |
static DateTime |
CreateTime.call(PageContext pc,
double hour,
double minute,
double second,
double millis) |
static TimeSpan |
CreateTimeSpan.call(PageContext pc,
double day,
double hour,
double minute,
double second,
double millisecond) |
static DateTime |
CreateDateTime.call(PageContext pc,
double year,
double month,
double day,
double hour,
double minute,
double second) |
static DateTime |
CreateDateTime.call(PageContext pc,
double year,
double month,
double day,
double hour,
double minute,
double second,
double millis) |
static DateTime |
CreateDateTime.call(PageContext pc,
double year,
double month,
double day,
double hour,
double minute,
double second,
double millis,
String strTimezone) |
static DateTime |
CreateTime.call(PageContext pc,
double hour,
double minute,
double second,
double millis,
String strTimezone) |
static DateTime |
CreateDate.call(PageContext pc,
double year,
double month,
double day,
String strTimezone) |
static double |
Beat.call(PageContext pc,
Object obj) |
static String |
SetTimeZone.call(PageContext pc,
String strTimezone) |
static DateTime |
DateConvert.call(PageContext pc,
String conversionType,
DateTime date) |
static double |
DatePart.call(PageContext pc,
String datepart,
DateTime date) |
static double |
DateDiff.call(PageContext pc,
String datePart,
DateTime left,
DateTime right) |
static double |
DatePart.call(PageContext pc,
String datepart,
DateTime date,
String strTimezone) |
static DateTime |
DateAdd.call(PageContext pc,
String datepart,
double number,
DateTime date) |
Object |
DateAddMember.invoke(PageContext pc,
Object[] args) |
Object |
FirstDayOfMonth.invoke(PageContext pc,
Object[] args) |
Object |
DateCompare.invoke(PageContext pc,
Object[] args) |
Object |
DaysInMonth.invoke(PageContext pc,
Object[] args) |
Object |
Minute.invoke(PageContext pc,
Object[] args) |
Object |
Month.invoke(PageContext pc,
Object[] args) |
Object |
Hour.invoke(PageContext pc,
Object[] args) |
Object |
DayOfWeek.invoke(PageContext pc,
Object[] args) |
Object |
Quarter.invoke(PageContext pc,
Object[] args) |
Object |
Day.invoke(PageContext pc,
Object[] args) |
Object |
DaysInYear.invoke(PageContext pc,
Object[] args) |
Object |
DatePartMember.invoke(PageContext pc,
Object[] args) |
Object |
DayOfYear.invoke(PageContext pc,
Object[] args) |
Object |
MilliSecond.invoke(PageContext pc,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
static boolean |
IsUserLoggedIn.call(PageContext pc) |
static boolean |
IsK2ServerOnline.call(PageContext pc) |
static boolean |
IsUserInAnyRole.call(PageContext pc) |
static boolean |
IsDebugMode.call(PageContext pc) |
static boolean |
IsIPv6.call(PageContext pc) |
static boolean |
IsK2ServerDocCountExceeded.call(PageContext pc) |
static boolean |
IsSOAPRequest.call(PageContext pc) |
static boolean |
IsK2ServerABroker.call(PageContext pc) |
static boolean |
IsLeapYear.call(PageContext pc,
double year) |
static boolean |
IsDefined.call(PageContext pc,
double scope,
Collection.Key key) |
static boolean |
IsDefined.call(PageContext pc,
double scope,
Collection.Key[] varNames) |
static boolean |
IsDefined.call(PageContext pc,
double scope,
String key) |
static boolean |
IsDefined.call(PageContext pc,
double scope,
String[] varNames) |
static boolean |
IsBoolean.call(PageContext pc,
Object object) |
static boolean |
IsXmlRoot.call(PageContext pc,
Object object) |
static boolean |
IsXML.call(PageContext pc,
Object xml) |
static boolean |
IsNumeric.call(PageContext pc,
Object object) |
static boolean |
IsXmlAttribute.call(PageContext pc,
Object value) |
static boolean |
IsPDFObject.call(PageContext pc,
Object value) |
static boolean |
IsXmlElem.call(PageContext pc,
Object object) |
static boolean |
IsWddx.call(PageContext pc,
Object o) |
static boolean |
IsArray.call(PageContext pc,
Object object) |
static boolean |
IsEmpty.call(PageContext pc,
Object value) |
static boolean |
IsBinary.call(PageContext pc,
Object object) |
static boolean |
IsObject.call(PageContext pc,
Object object) |
static boolean |
IsUserInRole.call(PageContext pc,
Object object) |
static boolean |
IsXmlNode.call(PageContext pc,
Object value) |
static boolean |
IsNumericDate.call(PageContext pc,
Object object) |
static boolean |
IsDate.call(PageContext pc,
Object object) |
static boolean |
IsSimpleValue.call(PageContext pc,
Object object) |
static boolean |
IsCustomFunction.call(PageContext pc,
Object object) |
static boolean |
IsClosure.call(PageContext pc,
Object obj) |
static boolean |
IsXmlDoc.call(PageContext pc,
Object object) |
static boolean |
IsDate.call(PageContext pc,
Object object,
boolean allowLocaleBasedDates) |
static boolean |
IsArray.call(PageContext pc,
Object object,
double dimension) |
static boolean |
IsInstanceOf.call(PageContext pc,
Object obj,
String typeName) |
static boolean |
IsIPInRange.call(PageContext pc,
Object ips,
String ip) |
static boolean |
IsUserInAnyRole.call(PageContext pc,
String strRoles) |
static boolean |
IsIPv6.call(PageContext pc,
String hostName) |
static boolean |
IsDDX.call(PageContext pc,
String strOrPath) |
static boolean |
IsDefined.call(PageContext pc,
String varName) |
static boolean |
IsPDFFile.call(PageContext pc,
String path) |
static boolean |
IsLocalHost.call(PageContext pc,
String ip) |
static boolean |
IsValid.call(PageContext pc,
String type,
Object value)
check for many diff types
|
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) |
static boolean |
IsDefined.invoke(PageContext pc,
String[] varNames,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static String |
GetLocaleDisplayName.call(PageContext pc) |
static String |
FormatBaseN.call(PageContext pc,
double number,
double radix) |
static String |
DecimalFormat.call(PageContext pc,
Object object) |
static String |
DateTimeFormat.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 |
TimeFormat.call(PageContext pc,
Object object) |
static String |
DateTimeFormatClassic.call(PageContext pc,
Object object) |
static String |
NumberFormat.call(PageContext pc,
Object object) |
static String |
HMAC.call(PageContext pc,
Object oMessage,
Object oKey) |
static String |
HMAC.call(PageContext pc,
Object oMessage,
Object oKey,
String algorithm) |
static String |
HMAC.call(PageContext pc,
Object oMessage,
Object oKey,
String algorithm,
String charset) |
static String |
DateTimeFormat.call(PageContext pc,
Object object,
String mask) |
static String |
DateFormat.call(PageContext pc,
Object object,
String mask) |
static String |
TimeFormat.call(PageContext pc,
Object object,
String mask) |
static String |
DateTimeFormatClassic.call(PageContext pc,
Object object,
String mask) |
static String |
NumberFormat.call(PageContext pc,
Object object,
String mask) |
static String |
DateTimeFormat.call(PageContext pc,
Object object,
String mask,
String strTimezone) |
static String |
DateFormat.call(PageContext pc,
Object object,
String mask,
String strTimezone) |
static String |
TimeFormat.call(PageContext pc,
Object object,
String mask,
String strTimezone) |
static String |
DateTimeFormatClassic.call(PageContext pc,
Object object,
String mask,
String strTimezone) |
static String |
DollarFormat.call(PageContext pc,
String strDollar) |
static String |
ParagraphFormat.call(PageContext pc,
String str) |
static String |
HTMLCodeFormat.call(PageContext pc,
String html) |
static String |
HTMLEditFormat.call(PageContext pc,
String html) |
static String |
AjaxOnLoad.call(PageContext pc,
String functionName) |
static String |
AjaxLink.call(PageContext pc,
String url) |
static String |
GetLocaleDisplayName.call(PageContext pc,
String locale) |
static String |
HTMLCodeFormat.call(PageContext pc,
String html,
double version) |
static String |
HTMLEditFormat.call(PageContext pc,
String html,
double version) |
static String |
GetLocaleDisplayName.call(PageContext pc,
String locale,
String dspLocale) |
Object |
DateTimeFormat.invoke(PageContext pc,
Object[] args) |
String |
DateFormat.invoke(PageContext pc,
Object[] args) |
static String |
DateTimeFormat.invoke(PageContext pc,
Object object,
String mask,
Locale locale,
TimeZone tz) |
static double |
NumberFormat.toNumber(PageContext pc,
Object object) |
Modifier and Type | Method and Description |
---|---|
static Object |
IIf.call(PageContext pc,
boolean bool,
String str1,
String str2) |
static String |
Serialize.call(PageContext pc,
Object o) |
static Object |
EvaluateJava.call(PageContext pc,
Object stringOrBinary) |
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 |
Invoke.call(PageContext pc,
Object obj,
String name) |
static Object |
Invoke.call(PageContext pc,
Object obj,
String name,
Object arguments) |
static Object |
UnserializeJava.call(PageContext pc,
String string)
Deprecated.
|
static String |
DE.call(PageContext pc,
String string) |
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 Component |
EvaluateComponent.invoke(PageContext pc,
String name,
String md5,
Struct sctThis,
Struct sctVariables) |
Modifier and Type | Method and Description |
---|---|
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 |
FileGetMimeType.call(PageContext pc,
Object oSrc) |
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 |
FileGetMimeType.call(PageContext pc,
Object oSrc,
boolean checkHeader) |
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 oAllowRelPath) |
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 String |
GetCanonicalPath.call(PageContext pc,
String path) |
static Array |
FileUploadAll.call(PageContext pc,
String destination) |
static String |
GetFileFromPath.call(PageContext pc,
String path) |
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 createPath) |
static String |
DirectoryCreate.call(PageContext pc,
String path,
boolean createPath,
boolean ignoreExists) |
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 String |
FileAppend.call(PageContext pc,
String path,
Object data) |
static String |
FileAppend.call(PageContext pc,
String path,
Object data,
String charset) |
static Struct |
FileUpload.call(PageContext pc,
String destination,
String fileField) |
static String |
DirectoryCopy.call(PageContext pc,
String source,
String destination) |
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 String |
DirectoryCopy.call(PageContext pc,
String source,
String destination,
boolean recurse) |
static String |
DirectoryRename.call(PageContext pc,
String oldPath,
String newPath,
boolean createPath) |
static String |
DirectoryCopy.call(PageContext pc,
String source,
String destination,
boolean recurse,
Object filter) |
static String |
DirectoryCopy.call(PageContext pc,
String source,
String destination,
boolean recurse,
Object filter,
boolean createPath) |
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) |
Object |
GetCanonicalPath.invoke(PageContext pc,
Object[] args) |
DumpData |
FileStreamWrapper.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Modifier and Type | Method and Description |
---|---|
static Object |
GetGatewayHelper.call(PageContext pc,
String gatewayID) |
static String |
SendGatewayMessage.call(PageContext pc,
String gatewayID,
Struct data) |
Modifier and Type | Method and Description |
---|---|
static Object |
ImageFilterCurves.call(PageContext pc) |
static Struct |
ImageFormats.call(PageContext pc) |
static String |
GetWriteableImageFormats.call(PageContext pc) |
static Object |
ImageNew.call(PageContext pc) |
static String |
GetReadableImageFormats.call(PageContext pc) |
static Array |
ImageFonts.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 |
ImageBlur.call(PageContext pc,
Image img) |
static double |
ImageGetHeight.call(PageContext pc,
Image img) |
static double |
ImageGetWidth.call(PageContext pc,
Image img) |
static String |
ImageBlur.call(PageContext pc,
Image img,
double blurFactor) |
static String |
ImageClearRect.call(PageContext pc,
Image img,
double x,
double y,
double width,
double height) |
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)
Deprecated.
|
static String |
ImageFlip.call(PageContext pc,
Object name) |
static boolean |
IsImage.call(PageContext pc,
Object name) |
static String |
ImageSetDrawingTransparency.call(PageContext pc,
Object name) |
static double |
ImageGetHeight.call(PageContext pc,
Object name)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
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)
Deprecated.
|
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 boolean |
IsImageFile.call(PageContext pc,
String path) |
static Object |
ImageFilterColorMap.call(PageContext pc,
String type,
String lineColor1) |
static Object |
ImageFilterColorMap.call(PageContext pc,
String type,
String lineColor1,
String lineColor2) |
Modifier and Type | Method and Description |
---|---|
static String |
GetLocale.call(PageContext pc) |
static Struct |
GetTimeZoneInfo.call(PageContext pc) |
static double |
LSWeek.call(PageContext pc,
DateTime date) |
static double |
LSDayOfWeek.call(PageContext pc,
DateTime date) |
static double |
LSWeek.call(PageContext pc,
DateTime date,
String strLocale) |
static double |
LSDayOfWeek.call(PageContext pc,
DateTime date,
String strLocale) |
static double |
LSWeek.call(PageContext pc,
DateTime date,
String strLocale,
String strTimezone) |
static double |
LSDayOfWeek.call(PageContext pc,
DateTime date,
String strLocale,
String strTimezone) |
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 |
LSDateTimeFormat.call(PageContext pc,
Object object) |
static String |
LSNumberFormat.call(PageContext pc,
Object object) |
static boolean |
LSIsDate.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 |
LSDateTimeFormat.call(PageContext pc,
Object object,
String mask) |
static String |
LSNumberFormat.call(PageContext pc,
Object object,
String mask) |
static boolean |
LSIsDate.call(PageContext pc,
Object object,
String strLocale) |
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 strTimezoneOrFormat) |
static String |
LSDateTimeFormat.call(PageContext pc,
Object object,
String mask,
String strLocale) |
static String |
LSNumberFormat.call(PageContext pc,
Object object,
String mask,
String locale) |
static boolean |
LSIsDate.call(PageContext pc,
Object object,
String strLocale,
String strTimezone) |
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 DateTime |
LSParseDateTime.call(PageContext pc,
Object oDate,
String strLocale,
String strTimezone,
String strFormat) |
static String |
LSDateTimeFormat.call(PageContext pc,
Object object,
String mask,
String strLocale,
String strTimezone) |
static String |
LSDateFormat.call(PageContext pc,
Object object,
String mask,
String strLocale,
String strTimezone) |
static boolean |
LSIsCurrency.call(PageContext pc,
String string) |
static boolean |
LSIsNumeric.call(PageContext pc,
String string) |
static double |
LSParseNumber.call(PageContext pc,
String string) |
static String |
GetEncoding.call(PageContext pc,
String scope) |
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 boolean |
LSIsCurrency.call(PageContext pc,
String string,
String strLocale) |
static boolean |
LSIsNumeric.call(PageContext pc,
String string,
String strLocale) |
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) |
Object |
LSDateFormat.invoke(PageContext pc,
Object[] args) |
Object |
LSDayOfWeek.invoke(PageContext pc,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
static String |
ListDeleteAt._call(PageContext pc,
String list,
int pos,
char[] del,
boolean includeEmptyFields) |
static String |
ArrayToList.call(PageContext pc,
Array array) |
static String |
ArrayToList.call(PageContext pc,
Array array,
char delimiter) |
static String |
ArrayToList.call(PageContext pc,
Array array,
String delimiter) |
static String |
ListCompact.call(PageContext pc,
String list) |
static String |
ListRest.call(PageContext pc,
String list) |
static String |
ListFirst.call(PageContext pc,
String list) |
static double |
ListAvg.call(PageContext pc,
String list) |
static String |
ListLast.call(PageContext pc,
String list) |
static String |
ListItemTrim.call(PageContext pc,
String list) |
static double |
ListLen.call(PageContext pc,
String list) |
static String |
ListTrim.call(PageContext pc,
String list) |
static Array |
ListToArray.call(PageContext pc,
String list) |
static String |
ListRemoveDuplicates.call(PageContext pc,
String list) |
static String |
ListDeleteAt.call(PageContext pc,
String list,
double posNumber) |
static String |
ListGetAt.call(PageContext pc,
String list,
double posNumber) |
static boolean |
ListIndexExists.call(PageContext pc,
String list,
double index) |
static String |
ListDeleteAt.call(PageContext pc,
String list,
double posNumber,
String del) |
static String |
ListGetAt.call(PageContext pc,
String list,
double posNumber,
String delimiter) |
static boolean |
ListIndexExists.call(PageContext pc,
String list,
double index,
String delimiter) |
static String |
ListSetAt.call(PageContext pc,
String list,
double posNumber,
String value) |
static String |
ListInsertAt.call(PageContext pc,
String list,
double posNumber,
String value) |
static String |
ListDeleteAt.call(PageContext pc,
String list,
double posNumber,
String del,
boolean includeEmptyFields) |
static String |
ListGetAt.call(PageContext pc,
String list,
double posNumber,
String delimiter,
boolean includeEmptyFields) |
static boolean |
ListIndexExists.call(PageContext pc,
String list,
double index,
String delimiter,
boolean includeEmptyFields) |
static String |
ListSetAt.call(PageContext pc,
String list,
double posNumber,
String value,
String delimiter) |
static String |
ListInsertAt.call(PageContext pc,
String list,
double posNumber,
String value,
String strDelimiter) |
static String |
ListSetAt.call(PageContext pc,
String list,
double posNumber,
String value,
String delimiter,
boolean includeEmptyFields) |
static String |
ListInsertAt.call(PageContext pc,
String list,
double posNumber,
String value,
String strDelimiter,
boolean includeEmptyFields) |
static String |
ListCompact.call(PageContext pc,
String list,
String delimiter) |
static String |
ListPrepend.call(PageContext pc,
String list,
String value) |
static double |
ListFindNoCase.call(PageContext pc,
String list,
String value) |
static String |
ListRest.call(PageContext pc,
String list,
String delimiter) |
static double |
ListContainsNoCase.call(PageContext pc,
String list,
String value) |
static double |
ListContains.call(PageContext pc,
String list,
String value) |
static String |
ListChangeDelims.call(PageContext pc,
String list,
String newDel) |
static String |
ListFirst.call(PageContext pc,
String list,
String delimiter) |
static String |
ListQualify.call(PageContext pc,
String list,
String qualifier) |
static double |
ListAvg.call(PageContext pc,
String list,
String delimiter) |
static String |
ListSort.call(PageContext pc,
String list,
String sortType) |
static double |
ListValueCountNoCase.call(PageContext pc,
String list,
String value) |
static String |
ListAppend.call(PageContext pc,
String list,
String value) |
static double |
ListFind.call(PageContext pc,
String list,
String value) |
static String |
ListLast.call(PageContext pc,
String list,
String delimiter) |
static String |
ListItemTrim.call(PageContext pc,
String list,
String delimiter) |
static double |
ListLen.call(PageContext pc,
String list,
String delimter) |
static String |
ListTrim.call(PageContext pc,
String list,
String delimiter) |
static Array |
ListToArray.call(PageContext pc,
String list,
String delimiter) |
static double |
ListValueCount.call(PageContext pc,
String list,
String value) |
static String |
ListRemoveDuplicates.call(PageContext pc,
String list,
String delimiter) |
static String |
ListCompact.call(PageContext pc,
String list,
String delimiter,
boolean multiCharacterDelimiter) |
static String |
ListRest.call(PageContext pc,
String list,
String delimiter,
boolean includeEmptyFields) |
static String |
ListFirst.call(PageContext pc,
String list,
String delimiter,
boolean includeEmptyFields) |
static double |
ListAvg.call(PageContext pc,
String list,
String delimiter,
boolean multiCharacterDelimiter) |
static String |
ListLast.call(PageContext pc,
String list,
String delimiter,
boolean includeEmptyFields) |
static String |
ListItemTrim.call(PageContext pc,
String list,
String delimiter,
boolean includeEmptyFields) |
static double |
ListLen.call(PageContext pc,
String list,
String delimter,
boolean includeEmptyFields) |
static Array |
ListToArray.call(PageContext pc,
String list,
String delimiter,
boolean includeEmptyFields) |
static String |
ListRemoveDuplicates.call(PageContext pc,
String list,
String delimiter,
boolean ignoreCase) |
static Array |
ListToArray.call(PageContext pc,
String list,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static String |
ListRest.call(PageContext pc,
String list,
String delimiter,
boolean includeEmptyFields,
double offset) |
static String |
ListFirst.call(PageContext pc,
String list,
String delimiter,
boolean includeEmptyFields,
double count) |
static String |
ListPrepend.call(PageContext pc,
String list,
String value,
String delimiter) |
static double |
ListFindNoCase.call(PageContext pc,
String list,
String value,
String delimter) |
static double |
ListContainsNoCase.call(PageContext pc,
String list,
String value,
String delimter) |
static double |
ListContains.call(PageContext pc,
String list,
String value,
String delimter) |
static String |
ListChangeDelims.call(PageContext pc,
String list,
String newDel,
String oldDel) |
static String |
ListQualify.call(PageContext pc,
String list,
String qualifier,
String delimiter) |
static String |
ListSort.call(PageContext pc,
String list,
String sortType,
String sortOrder) |
static double |
ListValueCountNoCase.call(PageContext pc,
String list,
String value,
String delimiter) |
static String |
ListAppend.call(PageContext pc,
String list,
String value,
String delimiter) |
static double |
ListFind.call(PageContext pc,
String list,
String value,
String delimter) |
static double |
ListValueCount.call(PageContext pc,
String list,
String value,
String delimiter) |
static double |
ListFindNoCase.call(PageContext pc,
String list,
String value,
String delimter,
boolean includeEmptyFields) |
static double |
ListContainsNoCase.call(PageContext pc,
String list,
String value,
String delimter,
boolean includeEmptyFields) |
static double |
ListContains.call(PageContext pc,
String list,
String value,
String delimter,
boolean includeEmptyFields) |
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 delimiter,
boolean includeEmptyFields) |
static double |
ListFind.call(PageContext pc,
String list,
String value,
String delimter,
boolean includeEmptyFields) |
static double |
ListValueCount.call(PageContext pc,
String list,
String value,
String delimiter,
boolean includeEmptyFields) |
static double |
ListContainsNoCase.call(PageContext pc,
String list,
String value,
String delimter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static double |
ListContains.call(PageContext pc,
String list,
String value,
String delimter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static String |
ListChangeDelims.call(PageContext pc,
String list,
String newDel,
String oldDel,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static String |
ListQualify.call(PageContext pc,
String list,
String qualifier,
String delimiter,
String elements) |
static String |
ListSort.call(PageContext pc,
String list,
String sortType,
String sortOrder,
String delimiter) |
static String |
ListQualify.call(PageContext pc,
String list,
String qualifier,
String delimiter,
String elements,
boolean includeEmptyFields) |
static String |
ListSort.call(PageContext pc,
String list,
String sortType,
String sortOrder,
String delimiter,
boolean includeEmptyFields) |
static String |
ListQualify.call(PageContext pc,
String list,
String qualifier,
String delimiter,
String elements,
boolean includeEmptyFields,
boolean psq) |
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf) |
static Object |
ListReduce.call(PageContext pc,
String list,
UDF udf) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf) |
static Object |
ListReduce.call(PageContext pc,
String list,
UDF udf,
Object initValue) |
static Object |
ListReduce.call(PageContext pc,
String list,
UDF udf,
Object initValue,
String delimiter) |
static Object |
ListReduce.call(PageContext pc,
String list,
UDF udf,
Object initValue,
String delimiter,
boolean includeEmptyFields) |
static Object |
ListReduce.call(PageContext pc,
String list,
UDF udf,
Object initValue,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf,
String delimiter) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf,
String delimiter) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter,
String delimiter) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter,
String delimiter) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf,
String delimiter) |
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields) |
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel) |
static boolean |
ListSome.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel,
double maxThreads) |
static String |
ListEach.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel,
double maxThreads) |
static String |
ListMap.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel,
double maxThreads) |
static String |
ListFilter.call(PageContext pc,
String list,
UDF filter,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel,
double maxThreads) |
static boolean |
ListEvery.call(PageContext pc,
String list,
UDF udf,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter,
boolean parallel,
double maxThreads) |
Object |
ListSome.invoke(PageContext pc,
Object[] args) |
Object |
ListCompact.invoke(PageContext pc,
Object[] args) |
Object |
ListPrepend.invoke(PageContext pc,
Object[] args) |
Object |
ListReduce.invoke(PageContext pc,
Object[] args) |
Object |
ListFindNoCase.invoke(PageContext pc,
Object[] args) |
Object |
ListRest.invoke(PageContext pc,
Object[] args) |
Object |
ListContainsNoCase.invoke(PageContext pc,
Object[] args) |
Object |
ArrayToList.invoke(PageContext pc,
Object[] args) |
Object |
ListContains.invoke(PageContext pc,
Object[] args) |
Object |
ListDeleteAt.invoke(PageContext pc,
Object[] args) |
Object |
ListChangeDelims.invoke(PageContext pc,
Object[] args) |
Object |
ListEach.invoke(PageContext pc,
Object[] args) |
Object |
ListFirst.invoke(PageContext pc,
Object[] args) |
Object |
ListQualify.invoke(PageContext pc,
Object[] args) |
Object |
ListAvg.invoke(PageContext pc,
Object[] args) |
Object |
ListGetAt.invoke(PageContext pc,
Object[] args) |
Object |
ListSort.invoke(PageContext pc,
Object[] args) |
Object |
ListMap.invoke(PageContext pc,
Object[] args) |
Object |
ListIndexExists.invoke(PageContext pc,
Object[] args) |
Object |
ListValueCountNoCase.invoke(PageContext pc,
Object[] args) |
Object |
ListFilter.invoke(PageContext pc,
Object[] args) |
Object |
ListAppend.invoke(PageContext pc,
Object[] args) |
Object |
ListSetAt.invoke(PageContext pc,
Object[] args) |
Object |
ListFind.invoke(PageContext pc,
Object[] args) |
Object |
ListEvery.invoke(PageContext pc,
Object[] args) |
Object |
ListLast.invoke(PageContext pc,
Object[] args) |
Object |
ListItemTrim.invoke(PageContext pc,
Object[] args) |
Object |
ListInsertAt.invoke(PageContext pc,
Object[] args) |
Object |
ListLen.invoke(PageContext pc,
Object[] args) |
Object |
ListTrim.invoke(PageContext pc,
Object[] args) |
Object |
ListToArray.invoke(PageContext pc,
Object[] args) |
Object |
ListValueCount.invoke(PageContext pc,
Object[] args) |
Object |
ListRemoveDuplicates.invoke(PageContext pc,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
static double |
Rand.call(PageContext pc) |
static double |
Pi.call(PageContext pc) |
static double |
Abs.call(PageContext pc,
double number) |
static double |
Log.call(PageContext pc,
double number) |
static double |
ASin.call(PageContext pc,
double number) |
static double |
DecrementValue.call(PageContext pc,
double number) |
static double |
BitNot.call(PageContext pc,
double number) |
static double |
IncrementValue.call(PageContext pc,
double number) |
static double |
Fix.call(PageContext pc,
double number) |
static double |
Tan.call(PageContext pc,
double number) |
static double |
Int.call(PageContext pc,
double number) |
static double |
Exp.call(PageContext pc,
double number) |
static double |
Atn.call(PageContext pc,
double number) |
static double |
Sin.call(PageContext pc,
double number) |
static double |
Ceiling.call(PageContext pc,
double number) |
static double |
Cos.call(PageContext pc,
double number) |
static double |
Sqr.call(PageContext pc,
double number) |
static double |
ACos.call(PageContext pc,
double number) |
static double |
Randomize.call(PageContext pc,
double number) |
static double |
Round.call(PageContext pc,
double number) |
static double |
Sgn.call(PageContext pc,
double number) |
static double |
Log10.call(PageContext pc,
double number) |
static double |
Min.call(PageContext pc,
double number1,
double number2) |
static double |
RandRange.call(PageContext pc,
double number1,
double number2) |
static double |
BitAnd.call(PageContext pc,
double number,
double number2) |
static double |
BitXor.call(PageContext pc,
double number,
double number2) |
static double |
Max.call(PageContext pc,
double number1,
double number2) |
static double |
BitSHLN.call(PageContext pc,
double dnumber,
double dcount) |
static double |
BitSHRN.call(PageContext pc,
double dnumber,
double dcount) |
static double |
Round.call(PageContext pc,
double number,
double precision) |
static double |
BitOr.call(PageContext pc,
double number,
double number2) |
static double |
BitMaskRead.call(PageContext pc,
double dnumber,
double dstart,
double dlength) |
static double |
BitMaskClear.call(PageContext pc,
double dnumber,
double dstart,
double dlength) |
static double |
BitMaskSet.call(PageContext pc,
double dnumber,
double dmask,
double dstart,
double dlength) |
static double |
RandRange.call(PageContext pc,
double number1,
double number2,
String algo) |
static double |
Randomize.call(PageContext pc,
double number,
String algorithm) |
static double |
Rand.call(PageContext pc,
String algorithm) |
static double |
InputBaseN.call(PageContext pc,
String string,
double radix) |
Modifier and Type | Method and Description |
---|---|
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 |
ORMCloseAllSessions.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 String |
ORMCloseSession.call(PageContext pc,
String datasource) |
static String |
ORMFlush.call(PageContext pc,
String datasource) |
static Object |
ORMGetSessionFactory.call(PageContext pc,
String datasource) |
static Object |
ORMExecuteQuery.call(PageContext pc,
String hql) |
static Object |
ORMGetSession.call(PageContext pc,
String datasource) |
static String |
ORMEvictEntity.call(PageContext pc,
String entityName) |
static String |
EntityNameList.call(PageContext pc,
String delimiter) |
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 String |
ORMClearSession.call(PageContext pc,
String datasource) |
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 |
ORMEvictQueries.call(PageContext pc,
String cacheName,
String datasource) |
static String |
ORMEvictCollection.call(PageContext pc,
String entityName,
String collectionName,
String primaryKey) |
static Object |
EntityNew.call(PageContext pc,
String name,
Struct properties) |
Object |
ORMGetSessionFactory.invoke(PageContext pc,
Object[] args) |
Object |
ORMGetSession.invoke(PageContext pc,
Object[] args) |
static void |
EntityNew.setPropeties(PageContext pc,
Component cfc,
Struct properties,
boolean ignoreNotExisting) |
Modifier and Type | Method and Description |
---|---|
static Object |
CreateDynamicProxy._call(PageContext pc,
Object oCFC,
Object oInterfaces) |
static String |
GetClientVariablesList.call(PageContext pc) |
static double |
GetK2ServerDocCount.call(PageContext pc) |
static Object |
GetPageContext.call(PageContext pc) |
static String |
VerifyClient.call(PageContext pc) |
static Object |
NullValue.call(PageContext pc) |
static Struct |
IntergralContext.call(PageContext pc) |
static double |
GetTickCount.call(PageContext pc) |
static Struct |
GetFunctionList.call(PageContext pc) |
static String |
CTCacheClear.call(PageContext pc) |
static String |
CreateUniqueId.call(PageContext pc)
method to invoke the function
|
static Array |
GetFunctionKeywords.call(PageContext pc) |
static Object |
GetMetaData.call(PageContext pc) |
static Struct |
GetId.call(PageContext pc) |
static String |
GetBaseTagList.call(PageContext pc) |
static Struct |
GetTagList.call(PageContext pc) |
static Struct |
CTCacheList.call(PageContext pc) |
static boolean |
DatasourceFlushMetaCache.call(PageContext pc) |
static String |
GetAuthUser.call(PageContext pc) |
static Struct |
GetHTTPRequestData.call(PageContext pc) |
static double |
GetK2ServerDocCountLimit.call(PageContext pc) |
static String |
CreateGUID.call(PageContext pc) |
static String |
CreateUUID.call(PageContext pc)
method to invoke the function
|
static double |
GetTickCount.call(PageContext pc,
double unit) |
static double |
ToNumeric.call(PageContext pc,
Object value) |
static boolean |
IsNotMap.call(PageContext pc,
Object object) |
static boolean |
IsNull.call(PageContext pc,
Object object) |
static Struct |
GetComponentMetaData.call(PageContext pc,
Object obj) |
static Object |
ReleaseComObject.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 Struct |
DumpStruct.call(PageContext pc,
Object object) |
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 Struct |
DumpStruct.call(PageContext pc,
Object object,
double maxLevel) |
static Struct |
DumpStruct.call(PageContext pc,
Object object,
double maxLevel,
String show) |
static Struct |
DumpStruct.call(PageContext pc,
Object object,
double maxLevel,
String show,
String hide) |
static Struct |
DumpStruct.call(PageContext pc,
Object object,
double maxLevel,
String show,
String hide,
double keys) |
static Struct |
DumpStruct.call(PageContext pc,
Object object,
double maxLevel,
String show,
String hide,
double keys,
boolean metainfo) |
static Struct |
DumpStruct.call(PageContext pc,
Object object,
double maxLevel,
String show,
String hide,
double keys,
boolean metainfo,
boolean showUDFs) |
static Struct |
DumpStruct.call(PageContext pc,
Object object,
double maxLevel,
String show,
String hide,
double keys,
boolean metainfo,
boolean showUDFs,
String label) |
static boolean |
ObjectEquals.call(PageContext pc,
Object left,
Object right) |
static double |
ToNumeric.call(PageContext pc,
Object value,
Object oRadix) |
static Object |
CreateDynamicProxy.call(PageContext pc,
Object oCFC,
Object oInterfaces) |
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 byte[] |
ToBinary.call(PageContext pc,
Object data,
String charset) |
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 Object |
DecryptBinary.call(PageContext pc,
Object oBytes,
String key,
String algorithm,
Object ivOrSalt) |
static Object |
EncryptBinary.call(PageContext pc,
Object oBytes,
String key,
String algorithm,
Object ivOrSalt) |
static Object |
DecryptBinary.call(PageContext pc,
Object oBytes,
String key,
String algorithm,
Object ivOrSalt,
double iterations) |
static Object |
EncryptBinary.call(PageContext pc,
Object oBytes,
String key,
String algorithm,
Object ivOrSalt,
double iterations) |
static String |
QuotedValueList.call(PageContext pc,
QueryColumn column) |
static String |
QuotedValueList.call(PageContext pc,
QueryColumn column,
String delimiter) |
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 |
URLSessionFormat.call(PageContext pc,
String strUrl) |
static String |
SSLCertificateInstall.call(PageContext pc,
String host) |
static String |
XMLFormat.call(PageContext pc,
String xmlString) |
static boolean |
IsNull.call(PageContext pc,
String str) |
static boolean |
ParameterExists.call(PageContext pc,
String string) |
static String |
QuotedValueList.call(PageContext pc,
String strQueryColumn) |
static Object |
CreateObject.call(PageContext pc,
String cfcName) |
static double |
GetTickCount.call(PageContext pc,
String unit) |
static Struct |
GetBaseTagData.call(PageContext pc,
String tagName) |
static Struct |
GetProfileSections.call(PageContext pc,
String fileName) |
static String |
GetBaseTagList.call(PageContext pc,
String delimiter) |
static boolean |
DatasourceFlushMetaCache.call(PageContext pc,
String datasource) |
static String |
StripCr.call(PageContext pc,
String string) |
static String |
PreserveSingleQuotes.call(PageContext pc,
String string) |
static String |
URLEncode.call(PageContext pc,
String str) |
static boolean |
WriteOutput.call(PageContext pc,
String string) |
static String |
URLDecode.call(PageContext pc,
String str) |
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 input,
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 delimiter) |
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 input,
String key) |
static String |
URLEncode.call(PageContext pc,
String str,
String encoding) |
static String |
URLDecode.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 input,
String key,
String algorithm) |
static Object |
CreatePageContext.call(PageContext pc,
String serverName,
String scriptName,
String queryString) |
static String |
Decrypt.call(PageContext pc,
String input,
String key,
String algorithm) |
static String |
Encrypt.call(PageContext pc,
String input,
String key,
String algorithm,
String encoding) |
static String |
Decrypt.call(PageContext pc,
String input,
String key,
String algorithm,
String encoding) |
static String |
Encrypt.call(PageContext pc,
String input,
String key,
String algorithm,
String encoding,
Object ivOrSalt) |
static String |
Decrypt.call(PageContext pc,
String input,
String key,
String algorithm,
String encoding,
Object ivOrSalt) |
static String |
Encrypt.call(PageContext pc,
String input,
String key,
String algorithm,
String encoding,
Object ivOrSalt,
double iterations)
call with all optional args
|
static String |
Decrypt.call(PageContext pc,
String input,
String key,
String algorithm,
String encoding,
Object ivOrSalt,
double iterations)
call with all optional args
|
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 Object |
CreateObject.doCOM(PageContext pc,
String className) |
static Component |
CreateObject.doComponent(PageContext pc,
String className) |
static Object |
CreateObject.doHTTP(PageContext pc,
String httpUrl) |
static Object |
CreateObject.doHTTP(PageContext pc,
String httpUrl,
String username,
String password,
ProxyData proxy) |
static Object |
CreateObject.doJava(PageContext pc,
String className,
Object paths,
String delimiter) |
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(Component cfc,
PageContext pc) |
Object |
StripCr.invoke(PageContext pc,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
static String |
EncodeForHTMLAttribute.call(PageContext pc,
String item) |
static String |
DecodeFromURL.call(PageContext pc,
String item) |
static String |
EncodeForXML.call(PageContext pc,
String item) |
static String |
EncodeForDN.call(PageContext pc,
String item) |
static String |
EncodeForXMLAttribute.call(PageContext pc,
String item) |
static String |
EncodeForJavaScript.call(PageContext pc,
String item) |
static String |
EncodeForHTML.call(PageContext pc,
String item) |
static String |
EncodeForXPath.call(PageContext pc,
String item) |
static String |
EncodeForURL.call(PageContext pc,
String item) |
static String |
EncodeForLDAP.call(PageContext pc,
String item) |
static String |
EncodeForCSS.call(PageContext pc,
String item) |
static String |
Canonicalize.call(PageContext pc,
String input,
boolean restrictMultiple,
boolean restrictMixed) |
static String |
ESAPIEncode.call(PageContext pc,
String strEncodeFor,
String value) |
static String |
ESAPIDecode.call(PageContext pc,
String strDecodeFrom,
String value) |
Modifier and Type | Method and Description |
---|---|
static Object |
SpreadSheetNew.call(PageContext pc) |
static String |
SpreadSheetWrite.call(PageContext pc,
Excel excel,
String path) |
static String |
SpreadsheetSetCellValue.call(PageContext pc,
Excel excel,
String value,
double row,
double column) |
static String |
SpreadSheetWrite.call(PageContext pc,
Excel excel,
String path,
Object passwordOrOverwrite) |
static String |
SpreadSheetWrite.call(PageContext pc,
Excel excel,
String path,
Object oPassword,
boolean overwrite) |
static Object |
SpreadSheetNew.call(PageContext pc,
Object sheetNameOrXMLFormat) |
static Object |
SpreadSheetNew.call(PageContext pc,
Object oSheetName,
Object oXmlFormat) |
Modifier and Type | Method and Description |
---|---|
static Query |
QueryFilter._call(PageContext pc,
Query qry,
UDF filter,
boolean parallel,
int maxThreads) |
static Query |
QueryNew.call(PageContext pc,
Object columnNames) |
static boolean |
IsQuery.call(PageContext pc,
Object object) |
static Query |
Query_.call(PageContext pc,
Object[] arr) |
static Query |
QueryNew.call(PageContext pc,
Object columnNames,
Object columnTypes) |
static Query |
QueryNew.call(PageContext pc,
Object columnNames,
Object columnTypes,
Object data) |
static double |
QueryCurrentRow.call(PageContext pc,
Query qry) |
static double |
QueryColumnCount.call(PageContext pc,
Query qry) |
static String |
QueryColumnList.call(PageContext pc,
Query qry) |
static double |
QueryAddRow.call(PageContext pc,
Query query) |
static Array |
QueryColumnArray.call(PageContext pc,
Query qry) |
static boolean |
QueryDeleteRow.call(PageContext pc,
Query query) |
static double |
QueryRecordCount.call(PageContext pc,
Query qry) |
static boolean |
QueryColumnExists.call(PageContext pc,
Query qry,
Collection.Key key) |
static String |
ValueList.call(PageContext pc,
QueryColumn column) |
static Array |
ValueArray.call(PageContext pc,
QueryColumn column) |
static String |
ValueList.call(PageContext pc,
QueryColumn column,
String delimiter) |
static Struct |
QueryRowData.call(PageContext pc,
Query query,
double rowNumber) |
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 src,
double dpage,
double dpageSize) |
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 |
QueryColumnList.call(PageContext pc,
Query qry,
String delimiter) |
static double |
QueryAddColumn.call(PageContext pc,
Query query,
String string) |
static Array |
QueryColumnData.call(PageContext pc,
Query query,
String columnName) |
static Object |
QueryGetCell.call(PageContext pc,
Query query,
String columnName) |
static boolean |
QueryColumnExists.call(PageContext pc,
Query qry,
String key) |
static Array |
QueryDeleteColumn.call(PageContext pc,
Query query,
String strColumn) |
static Object |
QueryGetCell.call(PageContext pc,
Query query,
String columnName,
double rowNumber) |
static double |
QueryAddColumn.call(PageContext pc,
Query query,
String string,
Object arrayOrDataType) |
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 |
QuerySetColumn.call(PageContext pc,
Query query,
String columnName,
String newColumnName) |
static Array |
QueryColumnData.call(PageContext pc,
Query query,
String columnName,
UDF udf) |
static boolean |
QuerySome.call(PageContext pc,
Query qry,
UDF udf) |
static String |
QueryEach.call(PageContext pc,
Query qry,
UDF udf) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf) |
static Object |
QueryReduce.call(PageContext pc,
Query qry,
UDF udf) |
static boolean |
QueryEvery.call(PageContext pc,
Query qry,
UDF udf) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf) |
static boolean |
QuerySome.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static String |
QueryEach.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static boolean |
QueryEvery.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel) |
static boolean |
QuerySome.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static String |
QueryEach.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static Query |
QueryMap.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
QueryEvery.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static Query |
QueryFilter.call(PageContext pc,
Query qry,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
QueryReduce.call(PageContext pc,
Query qry,
UDF udf,
Object initValue) |
static String |
ValueList.call(PageContext pc,
String strQueryColumn) |
static Query |
QueryNew.call(PageContext pc,
String columnNames)
Deprecated.
used by old lucee archives
|
static Object |
QueryExecute.call(PageContext pc,
String sql) |
static Array |
ValueArray.call(PageContext pc,
String strQueryColumn) |
static Struct |
SelectParse.call(PageContext pc,
String sql) |
static Object |
QueryExecute.call(PageContext pc,
String sql,
Object params) |
static Object |
QueryExecute.call(PageContext pc,
String sql,
Object params,
Struct options) |
static String |
ValueList.call(PageContext pc,
String strQueryColumn,
String delimiter) |
static Query |
QueryNew.call(PageContext pc,
String columnNames,
String columnTypes)
Deprecated.
used by old lucee archives
|
static Query |
QueryNew.call(PageContext pc,
String columnNames,
String columnTypes,
Object data)
Deprecated.
used by old lucee archives
|
Object |
QueryCurrentRow.invoke(PageContext pc,
Object[] args) |
Object |
QueryColumnCount.invoke(PageContext pc,
Object[] args) |
Object |
QuerySort.invoke(PageContext pc,
Object[] args) |
Object |
QueryColumnList.invoke(PageContext pc,
Object[] args) |
Object |
QueryAddColumn.invoke(PageContext pc,
Object[] args) |
Object |
QueryRowData.invoke(PageContext pc,
Object[] args) |
Object |
QueryNew.invoke(PageContext pc,
Object[] args) |
Object |
QueryAddRow.invoke(PageContext pc,
Object[] args) |
Object |
QuerySetCell.invoke(PageContext pc,
Object[] args) |
Object |
QueryExecute.invoke(PageContext pc,
Object[] args) |
Object |
Query_.invoke(PageContext pc,
Object[] args) |
Object |
QueryColumnData.invoke(PageContext pc,
Object[] args) |
Object |
QueryGetCell.invoke(PageContext pc,
Object[] args) |
Object |
QuerySome.invoke(PageContext pc,
Object[] args) |
Object |
ValueArray.invoke(PageContext pc,
Object[] args) |
Object |
QueryEach.invoke(PageContext pc,
Object[] args) |
Object |
QueryColumnExists.invoke(PageContext pc,
Object[] args) |
Object |
IsQuery.invoke(PageContext pc,
Object[] args) |
Object |
QueryDeleteColumn.invoke(PageContext pc,
Object[] args) |
Object |
QuerySetColumn.invoke(PageContext pc,
Object[] args) |
Object |
QueryMap.invoke(PageContext pc,
Object[] args) |
Object |
QueryColumnArray.invoke(PageContext pc,
Object[] args) |
Object |
QueryReduce.invoke(PageContext pc,
Object[] args) |
Object |
QueryEvery.invoke(PageContext pc,
Object[] args) |
Object |
QueryConvertForGrid.invoke(PageContext pc,
Object[] args) |
Object |
QueryDeleteRow.invoke(PageContext pc,
Object[] args) |
Object |
QueryRecordCount.invoke(PageContext pc,
Object[] args) |
Object |
QueryFilter.invoke(PageContext pc,
Object[] args) |
Object |
QuerySlice.invoke(PageContext pc,
Object[] args) |
static Query |
QueryNew.populate(PageContext pc,
Query qry,
Object data) |
Modifier and Type | Method and Description |
---|---|
static String |
RestInitApplication._call(PageContext pc,
String dirPath,
String serviceMapping,
Boolean defaultMapping,
String webAdminPassword) |
static String |
RestInitApplication.call(PageContext pc,
String dirPath) |
static String |
RestDeleteApplication.call(PageContext pc,
String dirPath) |
static String |
RestInitApplication.call(PageContext pc,
String dirPath,
String serviceMapping) |
static String |
RestDeleteApplication.call(PageContext pc,
String dirPath,
String webAdminPassword) |
static String |
RestInitApplication.call(PageContext pc,
String dirPath,
String serviceMapping,
boolean defaultMapping) |
static String |
RestInitApplication.call(PageContext pc,
String dirPath,
String serviceMapping,
boolean defaultMapping,
String webAdminPassword) |
static String |
RestSetResponse.call(PageContext pc,
Struct rsp) |
Modifier and Type | Method and Description |
---|---|
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 S3Resource |
S3Function.toS3Resource(PageContext pc,
String url,
String functionName) |
Modifier and Type | Method and Description |
---|---|
static String |
RepeatString._call(PageContext pc,
String str,
double count) |
static String |
NewLine.call(PageContext pc) |
static String |
ToString.call(PageContext pc) |
static String |
DayOfWeekAsString.call(PageContext pc,
double dow) |
static String |
MonthShortAsString.call(PageContext pc,
double month) |
static String |
Chr.call(PageContext pc,
double number) |
static String |
MonthAsString.call(PageContext pc,
double month) |
static String |
DayOfWeekShortAsString.call(PageContext pc,
double dow) |
static String |
DayOfWeekAsString.call(PageContext pc,
double dow,
String strLocale) |
static String |
MonthAsString.call(PageContext pc,
double month,
String strLocale) |
static String |
DayOfWeekShortAsString.call(PageContext pc,
double dow,
String strLocale) |
static String |
Hash40.call(PageContext pc,
Object input) |
static DateTime |
ParseDateTime.call(PageContext pc,
Object oDate) |
static String |
ToString.call(PageContext pc,
Object object) |
static double |
Len.call(PageContext pc,
Object obj) |
static String |
ToBase64.call(PageContext pc,
Object object) |
static String |
Hash.call(PageContext pc,
Object input) |
static Object |
StringAppend.call(PageContext pc,
Object left,
Object right) |
static String |
Hash40.call(PageContext pc,
Object input,
String algorithm) |
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 String |
Hash.call(PageContext pc,
Object input,
String algorithm) |
static String |
Hash40.call(PageContext pc,
Object input,
String algorithm,
String encoding) |
static DateTime |
ParseDateTime.call(PageContext pc,
Object oDate,
String popConversion,
String strTimezone) |
static String |
Hash.call(PageContext pc,
Object input,
String algorithm,
String encoding) |
static String |
Hash40.call(PageContext pc,
Object input,
String algorithm,
String encoding,
double numIterations) |
static String |
Hash.call(PageContext pc,
Object input,
String algorithm,
String encoding,
double numIterations) |
static String |
LTrim.call(PageContext pc,
String str) |
static double |
Val.call(PageContext pc,
String value) |
static String |
UCFirst.call(PageContext pc,
String string) |
static String |
RTrim.call(PageContext pc,
String str) |
static boolean |
StringIsEmpty.call(PageContext pc,
String value) |
static double |
StringLen.call(PageContext pc,
String string) |
static double |
ParseNumber.call(PageContext pc,
String strNumber) |
static String |
JSStringFormat.call(PageContext pc,
String str) |
static String |
Metaphone.call(PageContext pc,
String str) |
static String |
Hash40.call(PageContext pc,
String input) |
static String |
LCase.call(PageContext pc,
String string) |
static String |
Soundex.call(PageContext pc,
String str) |
static double |
Len.call(PageContext pc,
String string) |
static String |
UCase.call(PageContext pc,
String string) |
static String |
Reverse.call(PageContext pc,
String string) |
static double |
Asc.call(PageContext pc,
String string) |
static String |
Hash.call(PageContext pc,
String input) |
static String |
Trim.call(PageContext pc,
String string) |
static String |
UCFirst.call(PageContext pc,
String string,
boolean doAll) |
static String |
UCFirst.call(PageContext pc,
String string,
boolean doAll,
boolean doLowerIfAllUppercase) |
static String |
Wrap.call(PageContext pc,
String string,
double limit) |
static String |
RJustify.call(PageContext pc,
String str,
double length) |
static String |
Mid.call(PageContext pc,
String str,
double start) |
static String |
CJustify.call(PageContext pc,
String string,
double length) |
static String |
Right.call(PageContext pc,
String str,
double number) |
static String |
Left.call(PageContext pc,
String str,
double number) |
static String |
RepeatString.call(PageContext pc,
String str,
double count) |
static String |
GetToken.call(PageContext pc,
String str,
double index) |
static double |
Asc.call(PageContext pc,
String string,
double position) |
static String |
LJustify.call(PageContext pc,
String str,
double length) |
static String |
Wrap.call(PageContext pc,
String string,
double limit,
boolean strip) |
static String |
RemoveChars.call(PageContext pc,
String str,
double s,
double l) |
static String |
Mid.call(PageContext pc,
String str,
double start,
double count) |
static String |
GetToken.call(PageContext pc,
String str,
double index,
String delimiters) |
static String |
Replace.call(PageContext pc,
String input,
Object struct) |
static Object |
JavaCast.call(PageContext pc,
String type,
Object obj) |
static String |
ReplaceNoCase.call(PageContext pc,
String input,
Object struct) |
static String |
Replace.call(PageContext pc,
String input,
Object find,
String repl) |
static String |
ReplaceNoCase.call(PageContext pc,
String input,
Object find,
String repl) |
static String |
Replace.call(PageContext pc,
String input,
Object find,
String repl,
String scope) |
static String |
ReplaceNoCase.call(PageContext pc,
String input,
Object find,
String repl,
String scope) |
static double |
CompareNoCase.call(PageContext pc,
String str1,
String str2) |
static Array |
REMatch.call(PageContext pc,
String regExpr,
String str) |
static double |
ParseNumber.call(PageContext pc,
String strNumber,
String strRadix) |
static double |
Find.call(PageContext pc,
String sub,
String str) |
static double |
Compare.call(PageContext pc,
String str1,
String str2) |
static String |
Hash40.call(PageContext pc,
String input,
String algorithm) |
static Object |
REFind.call(PageContext pc,
String regExpr,
String str) |
static double |
FindOneOf.call(PageContext pc,
String set,
String str) |
static boolean |
StringStartsWith.call(PageContext pc,
String input,
String subs) |
static String |
SpanExcluding.call(PageContext pc,
String str,
String set) |
static Array |
REMatchNoCase.call(PageContext pc,
String regExpr,
String str) |
static boolean |
StringEndsWith.call(PageContext pc,
String input,
String subs) |
static String |
SpanIncluding.call(PageContext pc,
String str,
String set) |
static double |
FindNoCase.call(PageContext pc,
String sub,
String str) |
static Object |
REFindNoCase.call(PageContext pc,
String regExpr,
String str) |
static String |
Hash.call(PageContext pc,
String input,
String algorithm) |
static boolean |
StringStartsWith.call(PageContext pc,
String input,
String subs,
boolean ignoreCase) |
static boolean |
StringEndsWith.call(PageContext pc,
String input,
String subs,
boolean ignoreCase) |
static String |
Insert.call(PageContext pc,
String sub,
String str,
double pos) |
static double |
Find.call(PageContext pc,
String sub,
String str,
double number) |
static Object |
REFind.call(PageContext pc,
String regExpr,
String str,
double start) |
static double |
FindOneOf.call(PageContext pc,
String strSet,
String strData,
double number) |
static double |
FindNoCase.call(PageContext pc,
String sub,
String str,
double number) |
static Object |
REFindNoCase.call(PageContext pc,
String regExpr,
String str,
double start) |
static Object |
REFind.call(PageContext pc,
String regExpr,
String str,
double start,
boolean returnsubexpressions) |
static Object |
REFindNoCase.call(PageContext pc,
String regExpr,
String str,
double start,
boolean returnsubexpressions) |
static String |
REReplace.call(PageContext pc,
String string,
String regExp,
String replace) |
static String |
Replace.call(PageContext pc,
String str,
String sub1,
String sub2) |
static String |
Hash40.call(PageContext pc,
String input,
String algorithm,
String encoding) |
static String |
REReplaceNoCase.call(PageContext pc,
String string,
String regExp,
String replace) |
static String |
ReplaceList.call(PageContext pc,
String str,
String list1,
String list2) |
static String |
ReplaceNoCase.call(PageContext pc,
String str,
String sub1,
String sub2) |
static String |
Hash.call(PageContext pc,
String input,
String algorithm,
String encoding) |
static String |
REReplace.call(PageContext pc,
String string,
String regExp,
String replace,
String scope) |
static String |
Replace.call(PageContext pc,
String str,
String sub1,
String sub2,
String scope) |
static String |
REReplaceNoCase.call(PageContext pc,
String string,
String regExp,
String replace,
String scope) |
static String |
ReplaceList.call(PageContext pc,
String str,
String list1,
String list2,
String delimiter_list1) |
static String |
ReplaceNoCase.call(PageContext pc,
String str,
String sub1,
String sub2,
String scope) |
static String |
ReplaceList.call(PageContext pc,
String str,
String list1,
String list2,
String delimiter_list1,
String delimiter_list2) |
static Object |
JavaCast.calls(PageContext pc,
String string,
Object object) |
static String |
JSStringFormat.callx(PageContext pc,
String jsString) |
Object |
LTrim.invoke(PageContext pc,
Object[] args) |
Object |
REReplace.invoke(PageContext pc,
Object[] args) |
Object |
Insert.invoke(PageContext pc,
Object[] args) |
Object |
CompareNoCase.invoke(PageContext pc,
Object[] args) |
Object |
REMatch.invoke(PageContext pc,
Object[] args) |
Object |
Replace.invoke(PageContext pc,
Object[] args) |
Object |
UCFirst.invoke(PageContext pc,
Object[] args) |
Object |
RTrim.invoke(PageContext pc,
Object[] args) |
Object |
Wrap.invoke(PageContext pc,
Object[] args) |
Object |
StringIsEmpty.invoke(PageContext pc,
Object[] args) |
Object |
StringLen.invoke(PageContext pc,
Object[] args) |
Object |
RemoveChars.invoke(PageContext pc,
Object[] args) |
Object |
Find.invoke(PageContext pc,
Object[] args) |
Object |
RJustify.invoke(PageContext pc,
Object[] args) |
Object |
Compare.invoke(PageContext pc,
Object[] args) |
Object |
Mid.invoke(PageContext pc,
Object[] args) |
Object |
CJustify.invoke(PageContext pc,
Object[] args) |
Object |
REFind.invoke(PageContext pc,
Object[] args) |
Object |
Right.invoke(PageContext pc,
Object[] args) |
Object |
StringStartsWith.invoke(PageContext pc,
Object[] args) |
Object |
SpanExcluding.invoke(PageContext pc,
Object[] args) |
Object |
REMatchNoCase.invoke(PageContext pc,
Object[] args) |
Object |
LCase.invoke(PageContext pc,
Object[] args) |
Object |
StringEndsWith.invoke(PageContext pc,
Object[] args) |
Object |
SpanIncluding.invoke(PageContext pc,
Object[] args) |
Object |
Left.invoke(PageContext pc,
Object[] args) |
Object |
RepeatString.invoke(PageContext pc,
Object[] args) |
Object |
UCase.invoke(PageContext pc,
Object[] args) |
Object |
Reverse.invoke(PageContext pc,
Object[] args) |
Object |
FindNoCase.invoke(PageContext pc,
Object[] args) |
Object |
GetToken.invoke(PageContext pc,
Object[] args) |
Object |
REFindNoCase.invoke(PageContext pc,
Object[] args) |
Object |
Asc.invoke(PageContext pc,
Object[] args) |
Object |
ReplaceNoCase.invoke(PageContext pc,
Object[] args) |
Object |
Trim.invoke(PageContext pc,
Object[] args) |
Object |
LJustify.invoke(PageContext pc,
Object[] args) |
static Object |
JavaCast.toArray(PageContext pc,
String type,
String lcType,
Object obj) |
Modifier and Type | Method and Description |
---|---|
static Struct |
StructFilter._call(PageContext pc,
Struct sct,
UDF filter,
boolean parallel,
int maxThreads) |
static Struct |
StructNew.call(PageContext pc) |
static Object |
Duplicate.call(PageContext pc,
Object object) |
static boolean |
IsStruct.call(PageContext pc,
Object object) |
static Struct |
Struct_.call(PageContext pc,
Object[] objArr) |
static Struct |
LiteralStruct.call(PageContext pc,
Object[] objArr) |
static Struct |
JsonStruct.call(PageContext pc,
Object[] objArr) |
static Object |
Duplicate.call(PageContext pc,
Object object,
boolean deepCopy) |
static Struct |
StructNew.call(PageContext pc,
String type) |
static Object |
StructGet.call(PageContext pc,
String string) |
static double |
StructKeyTranslate.call(PageContext pc,
Struct sct) |
static String |
StructKeyList.call(PageContext pc,
Struct struct) |
static boolean |
StructClear.call(PageContext pc,
Struct struct) |
static boolean |
StructIsEmpty.call(PageContext pc,
Struct struct) |
static double |
StructCount.call(PageContext pc,
Struct struct) |
static Object |
StructCopy.call(PageContext pc,
Struct src) |
static Array |
StructSort.call(PageContext pc,
Struct base) |
static Array |
StructKeyArray.call(PageContext pc,
Struct struct) |
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 boolean |
StructKeyExists.call(PageContext pc,
Struct struct,
Collection.Key key) |
static Object |
StructFind.call(PageContext pc,
Struct struct,
Collection.Key key,
Object defaultValue) |
static String |
StructKeyList.call(PageContext pc,
Struct struct,
String delimiter) |
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 boolean |
StructDelete.call(PageContext pc,
Struct struct,
String key) |
static Array |
StructFindValue.call(PageContext pc,
Struct struct,
String value) |
static boolean |
StructKeyExists.call(PageContext pc,
Struct struct,
String key) |
static boolean |
StructDelete.call(PageContext pc,
Struct struct,
String key,
boolean indicatenotexisting) |
static boolean |
StructUpdate.call(PageContext pc,
Struct struct,
String key,
Object object) |
static Object |
StructFind.call(PageContext pc,
Struct struct,
String key,
Object defaultValue) |
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 Struct |
StructMap.call(PageContext pc,
Struct sct,
UDF udf) |
static String |
StructEach.call(PageContext pc,
Struct sct,
UDF udf) |
static Object |
StructReduce.call(PageContext pc,
Struct sct,
UDF udf) |
static boolean |
StructEvery.call(PageContext pc,
Struct sct,
UDF udf) |
static Struct |
StructFilter.call(PageContext pc,
Struct sct,
UDF udf) |
static boolean |
StructSome.call(PageContext pc,
Struct sct,
UDF udf) |
static Struct |
StructMap.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel) |
static String |
StructEach.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel) |
static boolean |
StructEvery.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel) |
static Struct |
StructFilter.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel) |
static boolean |
StructSome.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel) |
static Struct |
StructMap.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel,
double maxThreads) |
static String |
StructEach.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
StructEvery.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel,
double maxThreads) |
static Struct |
StructFilter.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
StructSome.call(PageContext pc,
Struct sct,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
StructReduce.call(PageContext pc,
Struct sct,
UDF udf,
Object initValue) |
Object |
StructMap.invoke(PageContext pc,
Object[] args) |
Object |
StructNew.invoke(PageContext pc,
Object[] args) |
Object |
StructGet.invoke(PageContext pc,
Object[] args) |
Object |
StructEach.invoke(PageContext pc,
Object[] args) |
Object |
Duplicate.invoke(PageContext pc,
Object[] args) |
Object |
StructUpdate.invoke(PageContext pc,
Object[] args) |
Object |
StructKeyTranslate.invoke(PageContext pc,
Object[] args) |
Object |
StructReduce.invoke(PageContext pc,
Object[] args) |
Object |
StructKeyList.invoke(PageContext pc,
Object[] args) |
Object |
StructClear.invoke(PageContext pc,
Object[] args) |
Object |
StructIsEmpty.invoke(PageContext pc,
Object[] args) |
Object |
StructCount.invoke(PageContext pc,
Object[] args) |
Object |
StructCopy.invoke(PageContext pc,
Object[] args) |
Object |
StructEvery.invoke(PageContext pc,
Object[] args) |
Object |
StructFindKey.invoke(PageContext pc,
Object[] args) |
Object |
StructAppend.invoke(PageContext pc,
Object[] args) |
Object |
IsStruct.invoke(PageContext pc,
Object[] args) |
Object |
StructFind.invoke(PageContext pc,
Object[] args) |
Object |
StructSort.invoke(PageContext pc,
Object[] args) |
Object |
StructFilter.invoke(PageContext pc,
Object[] args) |
Object |
StructDelete.invoke(PageContext pc,
Object[] args) |
Object |
StructFindValue.invoke(PageContext pc,
Object[] args) |
Object |
StructInsert.invoke(PageContext pc,
Object[] args) |
Object |
StructKeyExists.invoke(PageContext pc,
Object[] args) |
Object |
StructSome.invoke(PageContext pc,
Object[] args) |
Object |
StructKeyArray.invoke(PageContext pc,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
static void |
CallStackGet._getTagContext(PageContext pc,
Array tagContext,
Throwable t,
Collection.Key lineNumberName) |
static DateTime |
ApplicationStartTime.call(PageContext pc) |
static Object |
GetTemplatePath.call(PageContext pc) |
static String |
GetFunctionCalledName.call(PageContext pc) |
static Array |
GetCurrentContext.call(PageContext pc) |
static Struct |
GetApplicationMetadata.call(PageContext pc) |
static Object |
GetLocalHostIP.call(PageContext pc) |
static String |
GetUserRoles.call(PageContext pc) |
static double |
GetSystemFreeMemory.call(PageContext pc) |
static boolean |
PagePoolClear.call(PageContext pc) |
static String |
SessionInvalidate.call(PageContext pc) |
static String |
GetContextRoot.call(PageContext pc) |
static Array |
GetClassPath.call(PageContext pc) |
static String |
SystemCacheClear.call(PageContext pc) |
static Query |
GetMemoryUsage.call(PageContext pc) |
static String |
GetTempDirectory.call(PageContext pc) |
static DateTime |
SessionStartTime.call(PageContext pc) |
static Struct |
GetApplicationSettings.call(PageContext pc) |
static Struct |
GetUsageData.call(PageContext pc) |
static String |
ApplicationStop.call(PageContext pc) |
static double |
GetSystemTotalMemory.call(PageContext pc) |
static Struct |
GetSystemInfo.call(PageContext pc) |
static String |
GetBaseTemplatePath.call(PageContext pc) |
static String |
SessionRotate.call(PageContext pc) |
static Array |
PagePoolList.call(PageContext pc) |
static Object |
CallStackGet.call(PageContext pc) |
static String |
GetCurrentTemplatePath.call(PageContext pc) |
static String |
CallStackDump.call(PageContext pc) |
static double |
GetCPUUsage.call(PageContext pc) |
static Object |
GetLocalHostIP.call(PageContext pc,
boolean all) |
static Struct |
GetApplicationSettings.call(PageContext pc,
boolean suppressFunctions) |
static Object |
GetLocalHostIP.call(PageContext pc,
boolean all,
boolean refresh) |
static String |
Sleep.call(PageContext pc,
double duration) |
static double |
GetCPUUsage.call(PageContext pc,
double time) |
static Object |
SizeOf.call(PageContext pc,
Object object) |
static Object |
DotNetToCFType.call(PageContext pc,
Object input) |
static Throwable |
GetException.call(PageContext pc,
Object object) |
static Object |
CFFunction.call(PageContext pc,
Object[] objArr) |
static Object |
SizeOf.call(PageContext pc,
Object object,
boolean complex) |
static boolean |
Empty.call(PageContext pc,
String variableName) |
static String |
GetPrinterList.call(PageContext pc,
String delimiter) |
static String |
ExpandPath.call(PageContext pc,
String relPath) |
static String |
SystemCacheClear.call(PageContext pc,
String cacheName) |
static Query |
GetMemoryUsage.call(PageContext pc,
String type) |
static Object |
GetMetricData.call(PageContext pc,
String string) |
static String |
ContractPath.call(PageContext pc,
String absPath) |
static String |
GetDirectoryFromPath.call(PageContext pc,
String path) |
static String |
GetFileFromPath.call(PageContext pc,
String path)
Deprecated.
|
static Object |
CallStackGet.call(PageContext pc,
String type) |
static boolean |
FileExists.call(PageContext pc,
String string)
Deprecated.
|
static Struct |
GetPrinterInfo.call(PageContext pc,
String printer) |
static String |
CallStackDump.call(PageContext pc,
String output) |
static boolean |
IsZipFile.call(PageContext pc,
String path) |
static boolean |
DirectoryExists.call(PageContext pc,
String path) |
static Object |
GetBuiltInFunction.call(PageContext pc,
String name) |
static String |
ContractPath.call(PageContext pc,
String absPath,
boolean placeHolder) |
static boolean |
FileExists.call(PageContext pc,
String string,
boolean allowRelPath)
Deprecated.
|
static boolean |
DirectoryExists.call(PageContext pc,
String path,
Object oAllowRelPath) |
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) |
Object |
GetPrinterList.invoke(PageContext pc,
Object[] args) |
Object |
GetBuiltInFunction.invoke(PageContext pc,
Object[] args) |
static UDF |
CFFunction.loadUDF(PageContext pc,
String filename,
Collection.Key name,
boolean isweb) |
Modifier and Type | Method and Description |
---|---|
static boolean |
IsVideoFile.call(PageContext pc,
String path) |
Modifier and Type | Method and Description |
---|---|
static Object |
GetSOAPRequest.call(PageContext pc) |
static Node |
XmlNew.call(PageContext pc) |
static Node |
XmlNew.call(PageContext pc,
boolean caseSensitive) |
static String |
XmlGetNodeType.call(PageContext pc,
Node node) |
static Object |
XmlSearch.call(PageContext pc,
Node node,
String expr) |
static Element |
XmlElemNew.call(PageContext pc,
Node node,
String childname) |
static double |
XmlChildPos.call(PageContext pc,
Node node,
String name,
double index) |
static Element |
XmlElemNew.call(PageContext pc,
Node node,
String namespace,
String childname) |
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 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 String |
XmlTransform.call(PageContext pc,
Object oXml,
String xsl,
Struct parameters) |
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) |
Constructor and Description |
---|
XMLEventParser(PageContext pc,
UDF startDocument,
UDF startElement,
UDF body,
UDF endElement,
UDF endDocument,
UDF error)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Object |
Image.call(PageContext pc,
Collection.Key methodName,
Object[] args) |
Object |
Image.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
static Image |
Image.createImage(PageContext pc,
Object obj,
boolean check4Var,
boolean clone,
boolean checkAccess,
String format) |
static boolean |
Image.isCastableToImage(PageContext pc,
Object obj) |
DumpData |
Image.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
static Image |
Image.toImage(Object obj,
PageContext pc) |
static Image |
Image.toImage(PageContext pc,
Object obj) |
static Image |
Image.toImage(PageContext pc,
Object obj,
boolean checkForVariables) |
static Image |
Image.toImage(PageContext pc,
Object obj,
boolean checkForVariables,
Image defaultValue) |
Modifier and Type | Method and Description |
---|---|
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 Object |
VariableInterpreter.getVariableAsCollection(PageContext pc,
String var) |
static Object |
VariableInterpreter.getVariableEL(PageContext pc,
Collection collection,
String var) |
static Object |
VariableInterpreter.getVariableEL(PageContext pc,
String var,
Object defaultValue)
get a variable from page context
|
static Object |
VariableInterpreter.getVariableELAsCollection(PageContext pc,
String var,
Object defaultValue) |
static VariableReference |
VariableInterpreter.getVariableReference(PageContext pc,
Collection.Key[] keys,
boolean keepScope) |
static VariableReference |
VariableInterpreter.getVariableReference(PageContext pc,
Collection.Key key,
boolean keepScope) |
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 boolean |
VariableInterpreter.isDefined(PageContext pc,
String var)
check if a variable is defined in Page Context
|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
RefSupport.eeq(PageContext pc,
Ref other) |
boolean |
Ref.eeq(PageContext pc,
Ref other) |
Object |
RefSupport.getCollection(PageContext pc) |
Object |
Ref.getCollection(PageContext pc)
return the value for that the reference is for
|
Ref |
Set.getKey(PageContext pc) |
String |
Set.getKeyAsString(PageContext pc) |
Ref |
Set.getParent(PageContext pc) |
Object |
Ref.getValue(PageContext pc)
return the value for that the reference is for
|
Object |
Set.setValue(PageContext pc,
Object obj) |
Object |
RefSupport.touchValue(PageContext pc) |
Object |
Ref.touchValue(PageContext pc)
return the value for that the reference is for
|
Modifier and Type | Method and Description |
---|---|
Object |
Casting.getValue(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
Object |
BIFCall.getValue(PageContext pc) |
Object |
UDFCall.getValue(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
static boolean |
RefUtil.eeq(PageContext pc,
Ref left,
Ref right) |
static Object[] |
RefUtil.getValue(PageContext pc,
Ref[] refs)
transalte a Ref array to a Object array
|
Modifier and Type | Method and Description |
---|---|
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) |
Object |
JavaObject.get(PageContext pc,
Collection.Key key) |
Object |
JavaObject.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
JavaObject.get(PageContext pc,
String propertyName) |
Object |
JavaObject.get(PageContext pc,
String propertyName,
Object defaultValue) |
Object |
JavaObject.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
JavaObject.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
DumpData |
JavaObject.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties props) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ClassicAppListener._hasOnSessionStart(PageContext pc) |
static void |
ClassicAppListener._onDebug(PageContext pc) |
static void |
ClassicAppListener._onError(PageContext pc,
PageException pe) |
static void |
ClassicAppListener._onTimeout(PageContext pc) |
PageSource |
RequestListener.execute(PageContext pc,
PageSource requestedPage)
execute by the Application Listener
|
static PageSource |
AppListenerUtil.getApplicationPageSource(PageContext pc,
PageSource requestedPage,
int mode,
int type,
RefBoolean isCFC) |
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrOrRoot(PageContext pc,
PageSource requestedPage,
int type,
RefBoolean isCFC) |
static PageSource |
AppListenerUtil.getApplicationPageSourceCurrToRoot(PageContext pc,
PageSource requestedPage,
int type,
RefBoolean isCFC) |
static PageSource |
AppListenerUtil.getApplicationPageSourceRoot(PageContext pc,
int type,
RefBoolean isCFC) |
Struct |
ModernAppListenerException.getCatchBlock(PageContext pc) |
Struct |
ModernAppListenerException.getErrorBlock(PageContext pc,
ErrorPage ep) |
boolean |
MixedAppListener.hasOnSessionStart(PageContext pc) |
boolean |
ModernAppListener.hasOnSessionStart(PageContext pc) |
boolean |
AppListenerSupport.hasOnSessionStart(PageContext pc) |
boolean |
ClassicAppListener.hasOnSessionStart(PageContext pc) |
boolean |
ApplicationListener.hasOnSessionStart(PageContext pc) |
void |
ModernApplicationContext.initSameFieldAsArray(PageContext pc) |
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 |
MixedAppListener.onDebug(PageContext pc) |
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.onError(PageContext pc,
PageException pe) |
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
|
void |
MixedAppListener.onRequest(PageContext pc,
PageSource requestedPage,
RequestListener rl) |
void |
ModernAppListener.onRequest(PageContext pc,
PageSource requestedPage,
RequestListener rl) |
void |
ClassicAppListener.onRequest(PageContext pc,
PageSource requestedPage,
RequestListener rl) |
void |
NoneAppListener.onRequest(PageContext pc,
PageSource requestedPage,
RequestListener rl) |
void |
ApplicationListener.onRequest(PageContext pc,
PageSource requestedPage,
RequestListener rl)
this method will be called the application self
|
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 |
MixedAppListener.onTimeout(PageContext pc) |
void |
AppListenerSupport.onTimeout(PageContext pc) |
void |
ClassicAppListener.onTimeout(PageContext pc) |
void |
ApplicationListener.onTimeout(PageContext pc)
will be called when server is run int a timeout
|
void |
ModernApplicationContext.reinitORM(PageContext pc) |
void |
ClassicApplicationContext.reinitORM(PageContext pc) |
void |
ApplicationContext.reinitORM(PageContext pc) |
static void |
AppListenerUtil.setORMConfiguration(PageContext pc,
ApplicationContext ac,
Struct sct) |
void |
ClassicApplicationContext.setSameFieldAsArray(PageContext pc,
int scope,
boolean sameFieldAsArray) |
DumpData |
ModernAppListenerException.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Constructor and Description |
---|
ModernApplicationContext(PageContext pc,
ComponentPro cfc,
RefBoolean throwsErrorWhileInit) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncRequestMonitor.log(PageContext pc,
boolean error) |
void |
RequestMonitorWrap.log(PageContext pc,
boolean error) |
void |
RequestMonitor.log(PageContext pc,
boolean error) |
void |
ActionMonitorCollector.log(PageContext pc,
String type,
String label,
long executionTime,
Object data) |
void |
ActionMonitorCollectorImpl.log(PageContext pc,
String type,
String label,
long executionTime,
Object data)
logs certain action within a Request
|
void |
ActionMonitorCollectorRefImpl.log(PageContext pc,
String type,
String label,
long executionTime,
Object data) |
void |
ActionMonitor.log(PageContext pc,
String type,
String label,
long executionTime,
Object data)
logs certain action within a Request
|
Modifier and Type | Method and Description |
---|---|
DumpData |
FTPPath.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Modifier and Type | Method and Description |
---|---|
Object |
HTTPClient.call(PageContext pc,
Collection.Key methodName,
Object[] arguments) |
Object |
HTTPClient.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
Object |
HTTPClient.get(PageContext pc,
Collection.Key key) |
Object |
HTTPClient.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
static LinkedList<MimeType> |
ReqRspUtil.getAccept(PageContext pc) |
static Charset |
ReqRspUtil.getCharacterEncoding(PageContext pc,
javax.servlet.ServletRequest req) |
static Charset |
ReqRspUtil.getCharacterEncoding(PageContext pc,
javax.servlet.ServletResponse rsp) |
static MimeType |
ReqRspUtil.getContentType(PageContext pc) |
static String |
ReqRspUtil.getContentTypeAsString(PageContext pc,
String defaultValue) |
static String |
ReqRspUtil.getHeaderIgnoreCase(PageContext pc,
String name,
String defaultValue) |
static List<String> |
ReqRspUtil.getHeadersIgnoreCase(PageContext pc,
String name) |
static String[] |
HTTPServletRequestWrap.getParameterValues(PageContext pc,
String name) |
static Object |
ReqRspUtil.getRequestBody(PageContext pc,
boolean deserialized,
Object defaultValue)
returns the body of the request
|
static String |
ReqRspUtil.getScriptName(PageContext pc,
javax.servlet.http.HttpServletRequest req) |
Object |
HTTPClient.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
HTTPClient.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
DumpData |
HTTPClient.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
static Object |
ReqRspUtil.toObject(PageContext pc,
byte[] data,
int format,
Charset charset,
Object defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Object |
AxisUtil.getSOAPRequestHeader(PageContext pc,
String namespace,
String name,
boolean asXML) |
static Object |
AxisUtil.getSOAPResponseHeader(PageContext pc,
WSClient client,
String namespace,
String name,
boolean asXML) |
static Component |
AxisCaster.toComponent(PageContext pc,
Pojo pojo,
String compPath,
Component defaultValue) |
static Object |
AxisCaster.toLuceeType(PageContext pc,
Object value) |
static Object |
AxisCaster.toLuceeType(PageContext pc,
String customType,
Object value) |
Modifier and Type | Method and Description |
---|---|
Object |
JaxWSClient.call(PageContext pc,
Collection.Key methodName,
Object[] arguments) |
abstract Object |
WSClient.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct arguments) |
Object |
JaxWSClient.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct arguments) |
Object |
JaxWSClient.get(PageContext pc,
Collection.Key key) |
Object |
JaxWSClient.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
static WSClient |
WSClient.getInstance(PageContext pc,
String wsdlUrl,
String username,
String password,
ProxyData proxyData) |
Object |
JaxWSClient.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
JaxWSClient.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
DumpData |
JaxWSClient.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Modifier and Type | Method and Description |
---|---|
static void |
ComponentController.set(PageContext p,
Component c)
removes PageContext and Component
sets component and pageContext to invoke
|
Modifier and Type | Method and Description |
---|---|
PageContext |
CreationImpl.createPageContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
OutputStream out) |
Modifier and Type | Method and Description |
---|---|
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) |
Component |
CreationImpl.createComponentFromName(PageContext pc,
String fullName) |
Component |
CreationImpl.createComponentFromPath(PageContext pc,
String path) |
PageException |
ExceptonImpl.createFunctionException(PageContext pc,
String functionName,
int badArgumentPosition,
String badArgumentName,
String message,
String detail) |
PageException |
ExceptonImpl.createFunctionException(PageContext pc,
String functionName,
String badArgumentPosition,
String badArgumentName,
String message) |
static boolean |
Decision.isCastableTo(PageContext pc,
short type,
String strType,
Object o) |
static boolean |
Elvis.operate(PageContext pc,
double scope,
Collection.Key[] varNames)
called by the Elvis operator from generated bytecode
|
static boolean |
Elvis.operate(PageContext pc,
double scope,
String[] varNames)
called by the Elvis operator from generated bytecode
|
static boolean |
Elvis.operate(PageContext pc,
String[] varNames)
called by the Elvis operator from the interpreter
|
static Objects |
Caster.toObjects(PageContext pc,
Object obj) |
static QueryColumn |
Caster.toQueryColumn(Object o,
PageContext pc)
converts a object to a QueryColumn, if possible, also variable declarations are allowed.
|
static Resource |
Caster.toResource(PageContext pc,
Object src,
boolean existing) |
static Resource |
Caster.toResource(PageContext pc,
Object src,
boolean existing,
boolean allowRelpath) |
static double |
Operator.unaryPoMi(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
Operator.unaryPoMi(PageContext pc,
Collection.Key key,
double value) |
static double |
Operator.unaryPoPl(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
Operator.unaryPoPl(PageContext pc,
Collection.Key key,
double value) |
static Double |
Operator.unaryPostMinus(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
Operator.unaryPostPlus(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
Operator.unaryPrDi(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
Operator.unaryPrDi(PageContext pc,
Collection.Key key,
double value) |
static String |
Operator.unaryPreConcat(PageContext pc,
Collection.Key[] keys,
String value) |
static String |
Operator.unaryPreConcat(PageContext pc,
Collection.Key key,
String value) |
static Double |
Operator.unaryPreDivide(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
Operator.unaryPreMinus(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
Operator.unaryPreMultiply(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
Operator.unaryPrePlus(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
Operator.unaryPrMi(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
Operator.unaryPrMi(PageContext pc,
Collection.Key key,
double value) |
static double |
Operator.unaryPrMu(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
Operator.unaryPrMu(PageContext pc,
Collection.Key key,
double value) |
static double |
Operator.unaryPrPl(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
Operator.unaryPrPl(PageContext pc,
Collection.Key key,
double value) |
Modifier and Type | Method and Description |
---|---|
void |
ORMSession.clear(PageContext pc)
clear all elements in the default sessions
|
void |
ORMSession.clear(PageContext pc,
String dataSource)
clear all elements in a specific sessions defined by datasource name
|
void |
ORMSession.close(PageContext pc)
close all elements in the default sessions
|
void |
ORMSession.close(PageContext pc,
String datasource)
close all elements in a specific sessions defined by datasource name
|
void |
ORMSession.closeAll(PageContext pc)
close all elements in all sessions
|
Component |
ORMSession.create(PageContext pc,
String entityName)
creates a entity matching the given name
|
ORMSession |
ORMEngine.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) |
void |
ORMSession.evictQueries(PageContext pc,
String cacheName,
String datasource) |
Object |
ORMSession.executeQuery(PageContext pc,
String dataSourceName,
String hql,
Array params,
boolean unique,
Struct queryOptions) |
Object |
ORMSession.executeQuery(PageContext pc,
String dataSourceName,
String hql,
Struct params,
boolean unique,
Struct queryOptions) |
void |
ORMSession.flush(PageContext pc)
flush all elements in the sessions of the default datasource
|
void |
ORMSession.flush(PageContext pc,
String datasource)
flush all elements in a specific sessions defined by datasource name
|
void |
ORMSession.flushAll(PageContext pc)
flush all elements in all sessions (for all datasources)
|
ORMConfiguration |
ORMEngine.getConfiguration(PageContext pc) |
static DataSource |
ORMUtil.getDataSource(PageContext pc,
Component cfc)
if the given component has defined a datasource in the meta data, lucee is returning this datasource,
otherwise the default orm datasource is returned
|
static DataSource |
ORMUtil.getDataSource(PageContext pc,
Component cfc,
DataSource defaultValue)
if the given component has defined a datasource in the meta data, lucee is returning this datasource,
otherwise the default orm datasource is returned
|
static DataSource |
ORMUtil.getDataSource(PageContext pc,
String dsn) |
static DataSource |
ORMUtil.getDataSource(PageContext pc,
String dsn,
DataSource defaultValue) |
static String |
ORMUtil.getDataSourceName(PageContext pc,
Component cfc) |
static DataSource |
ORMUtil.getDefaultDataSource(PageContext pc) |
static DataSource |
ORMUtil.getDefaultDataSource(PageContext pc,
DataSource defaultValue) |
static ORMEngine |
ORMUtil.getEngine(PageContext pc) |
static ORMSession |
ORMUtil.getSession(PageContext pc) |
static ORMSession |
ORMUtil.getSession(PageContext pc,
boolean create) |
void |
ORMEngine.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) |
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) |
Constructor and Description |
---|
ORMConnection(PageContext pc,
ORMSession session,
DataSource ds,
boolean begin)
Constructor of the class
|
ORMDatasourceConnection(PageContext pc,
ORMSession session,
DataSource ds) |
Modifier and Type | Method and Description |
---|---|
static PageContext |
CommonUtil.pc() |
Modifier and Type | Method and Description |
---|---|
void |
HibernateORMSession._delete(PageContext pc,
Component cfc,
Collection.Key dsn) |
static Object |
CommonUtil.castTo(PageContext pc,
Class trgClass,
Object obj) |
lucee.runtime.orm.hibernate.CFCInfo |
SessionFactoryData.checkExistent(PageContext pc,
Component cfc) |
void |
HibernateORMSession.clear(PageContext pc) |
void |
HibernateORMSession.clear(PageContext pc,
String datasource) |
void |
HibernateORMSession.close(PageContext pc) |
void |
HibernateORMSession.close(PageContext pc,
String datasource) |
void |
HibernateORMSession.closeAll(PageContext pc) |
Component |
HibernateORMEngine.create(PageContext pc,
HibernateORMSession session,
String entityName,
boolean unique) |
Component |
HibernateORMSession.create(PageContext pc,
String entityName) |
void |
HibernateORMEngine.createMapping(PageContext pc,
Component cfc,
ORMConfiguration ormConf,
SessionFactoryData data) |
static Mapping[] |
HibernateSessionFactory.createMappings(PageContext pc,
Resource[] resources) |
ORMSession |
HibernateORMEngine.createSession(PageContext pc) |
static void |
HBMCreator.createXMLMapping(PageContext pc,
DatasourceConnection dc,
Component cfc,
Element hibernateMapping,
SessionFactoryData data) |
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) |
void |
HibernateORMSession.evictQueries(PageContext pc,
String cacheName,
String datasource) |
Object |
HibernateORMSession.executeQuery(PageContext pc,
String dataSourceName,
String hql,
Array params,
boolean unique,
Struct queryOptions) |
Object |
HibernateORMSession.executeQuery(PageContext pc,
String dataSourceName,
String hql,
Struct params,
boolean unique,
Struct queryOptions) |
void |
HibernateORMSession.flush(PageContext pc) |
void |
HibernateORMSession.flush(PageContext pc,
String datasource) |
void |
HibernateORMSession.flushAll(PageContext pc) |
Struct |
HibernatePageException.getCatchBlock(PageContext pc) |
static long |
HibernateUtil.getCompileTime(PageContext pc,
PageSource ps) |
ORMConfiguration |
HibernateORMEngine.getConfiguration(PageContext pc) |
static DataSource |
CommonUtil.getDataSource(PageContext pc,
String name) |
static DatasourceConnection |
CommonUtil.getDatasourceConnection(PageContext pc,
DataSource ds) |
Struct |
HibernatePageException.getErrorBlock(PageContext pc,
ErrorPage ep) |
static HibernateORMEngine |
HibernateUtil.getORMEngine(PageContext pc) |
static HibernateORMSession |
HibernateUtil.getORMSession(PageContext pc,
boolean create) |
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<Component> |
HibernateSessionFactory.loadComponents(PageContext pc,
HibernateORMEngine engine,
ORMConfiguration ormConf) |
Component |
HibernateORMSession.merge(PageContext pc,
Object obj) |
static void |
CommonUtil.releaseDatasourceConnection(PageContext pc,
DatasourceConnection dc) |
boolean |
HibernateORMEngine.reload(PageContext pc,
boolean force) |
void |
HibernateORMSession.reload(PageContext pc,
Object obj) |
void |
HibernateORMSession.save(PageContext pc,
Object obj,
boolean forceInsert) |
DumpData |
HibernatePageException.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
static Object |
HibernateCaster.toHibernateValue(PageContext pc,
Object value,
String type) |
static Query |
HibernateCaster.toQuery(PageContext pc,
HibernateORMSession session,
Object obj,
String name) |
Query |
HibernateORMSession.toQuery(PageContext pc,
Object obj,
String name) |
Constructor and Description |
---|
HibernateORMSession(PageContext pc,
SessionFactoryData data) |
Modifier and Type | Method and Description |
---|---|
Object |
ComponentProxy.call(PageContext pc,
Collection.Key methodName,
Object[] arguments) |
Object |
ComponentProProxy.call(PageContext pc,
int access,
Collection.Key name,
Object[] args) |
Object |
ComponentProReflectionProxy.call(PageContext pc,
int access,
Collection.Key name,
Object[] args) |
Object |
ComponentProxy.call(PageContext pc,
String key,
Object[] args) |
Object |
ComponentProxy.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
Object |
ComponentProProxy.callWithNamedValues(PageContext pc,
int access,
Collection.Key name,
Struct args) |
Object |
ComponentProReflectionProxy.callWithNamedValues(PageContext pc,
int access,
Collection.Key name,
Struct args) |
Object |
ComponentProxy.callWithNamedValues(PageContext pc,
String key,
Struct args) |
boolean |
ComponentProxy.contains(PageContext pc,
Collection.Key key) |
Object |
ComponentProxy.get(PageContext pc,
Collection.Key key) |
Object |
ComponentProxy.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Struct |
ComponentProxy.getMetaData(PageContext pc) |
Object |
ComponentProxy.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ComponentProxy.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
DumpData |
ComponentProxy.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
DumpData |
ComponentProProxy.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
int access) |
DumpData |
ComponentProReflectionProxy.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
int access) |
Modifier and Type | Method and Description |
---|---|
void |
QueryCache.clear(PageContext pc)
clear the cache
|
void |
QueryCache.clear(PageContext pc,
QueryCacheFilter filter)
clear the cache
|
void |
QueryCache.clearUnused(PageContext pc)
clear expired queries from cache
|
Object |
QueryCache.get(PageContext pc,
SQL sql,
String datasource,
String username,
String password,
Date cachedafter) |
Query |
QueryCache.getQuery(PageContext pc,
SQL sql,
String datasource,
String username,
String password,
Date cacheAfter)
returns a Query from Query Cache or null if no match found
|
void |
QueryCache.remove(PageContext pc,
SQL sql,
String datasource,
String username,
String password)
removes query from cache
|
void |
QueryCache.set(PageContext pc,
SQL sql,
String datasource,
String username,
String password,
Object value,
Date cacheBefore)
sets a Query to Cache
|
int |
QueryCache.size(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
PageSource |
RestRequestListener.execute(PageContext pc,
PageSource requestedPage) |
Result |
Mapping.getResult(PageContext pc,
String path,
Struct matrix,
int format,
boolean hasFormatExtension,
List<MimeType> accept,
MimeType contentType,
Result defaultValue) |
static boolean |
RestUtil.isMatch(PageContext pc,
Mapping mapping,
Resource res) |
void |
Mapping.reset(PageContext pc) |
static void |
RestUtil.setStatus(PageContext pc,
int status,
String msg) |
Modifier and Type | Method and Description |
---|---|
IndexResult |
SearchCollectionSupport.deleteIndex(PageContext pc,
String key,
short type,
String queryName) |
IndexResult |
SearchCollectionSupport2.deleteIndex(PageContext pc,
String key,
short type,
String queryName) |
IndexResult |
SearchCollection.deleteIndex(PageContext pc,
String key,
short type,
String queryName)
delete a Index from collection
|
IndexResult |
SearchCollectionSupport.deleteIndexNotCustom(PageContext pc,
String key,
short type,
String queryName) |
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
|
Modifier and Type | Method and Description |
---|---|
static Object |
Query._call(PageContext pc,
String hql,
Object params,
boolean unique,
Struct queryOptions) |
static void |
Directory.actionCopy(PageContext pc,
Resource directory,
String strDestination,
String serverPassword,
boolean createPath,
Object acl,
int storage,
ResourceFilter filter,
boolean recurse,
int nameconflict) |
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 createPath,
int mode,
Object acl,
int storage,
int nameConflict)
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
|
static void |
Directory.actionRename(PageContext pc,
Resource directory,
String strNewdirectory,
String serverPassword,
boolean createPath,
Object acl,
int storage)
rename a directory to a new Name
|
static Struct |
FileTag.actionUpload(PageContext pageContext,
SecurityManager securityManager,
String filefield,
String strDestination,
int nameconflict,
String accept,
boolean strict,
int mode,
String attributes,
Object acl,
String serverPassword) |
static Array |
FileTag.actionUploadAll(PageContext pageContext,
SecurityManager securityManager,
String strDestination,
int nameconflict,
String accept,
boolean strict,
int mode,
String attributes,
Object acl,
String serverPassword) |
static InitFile |
CFTagCore.createInitFile(PageContext pageContext,
boolean isweb,
String filename) |
static Object |
Insert.getDatasource(PageContext pageContext,
String datasource) |
static Object |
DBInfo.getDatasource(PageContext pageContext,
String datasource) |
static ProfileCollection |
Video.getProfileCollection(PageContext pc) |
InitFile |
CFTagCore.initFile(PageContext pageContext) |
InitFile |
CFTag.initFile(PageContext pageContext) |
static void |
TagUtil.setAttributeCollection(PageContext pc,
javax.servlet.jsp.tagext.Tag tag,
MissingAttribute[] missingAttrs,
Struct _attrs,
int attrType) |
static void |
TagUtil.setAttributes(PageContext pc,
javax.servlet.jsp.tagext.Tag tag,
Map<Collection.Key,Object> att,
int attrType) |
void |
VideoPlayerParamBean.setFlash(PageContext pc,
String flash) |
void |
VideoPlayerParamBean.setImage(PageContext pc,
String image) |
void |
ChartDataBean.setItem(PageContext pc,
Object obj) |
void |
VideoPlayerParamBean.setVideo(PageContext pc,
String video) |
Constructor and Description |
---|
_Execute(PageContext pageContext,
Object monitor,
String command,
Resource outputfile,
String variable,
Resource errorFile,
String errorVariable) |
Modifier and Type | Method and Description |
---|---|
static void |
DeprecatedUtil.function(PageContext pc,
String old) |
static void |
DeprecatedUtil.function(PageContext pc,
String old,
String replacement) |
static void |
DeprecatedUtil.tagAttribute(PageContext pc,
String tagName,
String attrName) |
Modifier and Type | Method and Description |
---|---|
DumpData |
PDFDocument.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
static com.lowagie.text.pdf.PdfReader |
PDFUtil.toPdfReader(PageContext pc,
Object value,
String password) |
Modifier and Type | Method and Description |
---|---|
static DumpData |
XMLCaster.toDumpData(Node node,
PageContext pageContext,
int maxlevel,
DumpProperties props)
Casts a XML Node to a HTML Presentation
|
DumpData |
XMLNodeList.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
XMLAttributes.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
static InputSource |
XMLUtil.toInputSource(PageContext pc,
Object value) |
static InputSource |
XMLUtil.toInputSource(PageContext pc,
String xml) |
static InputSource |
XMLUtil.toInputSource(PageContext pc,
String xml,
boolean canBePath) |
Modifier and Type | Method and Description |
---|---|
DumpData |
XMLNodeStruct.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
XMLMultiElementArray.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Modifier and Type | Method and Description |
---|---|
PageContext |
ChildThreadImpl.getPageContext() |
Modifier and Type | Method and Description |
---|---|
static javax.servlet.http.HttpServletRequest |
ThreadUtil.cloneHttpServletRequest(PageContext pc) |
static PageContextImpl |
ThreadUtil.clonePageContext(PageContext pc,
OutputStream os,
boolean stateless,
boolean registerPC,
boolean isChild) |
void |
ThreadsImpl.initialize(PageContext pc) |
void |
ThreadsImpl.release(PageContext pc) |
DumpData |
ThreadsImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Modifier and Type | Method and Description |
---|---|
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 |
UDFGSProperty.call(PageContext pc,
Collection.Key calledName,
Object[] args,
boolean doIncludePath) |
Object |
BIF.call(PageContext pageContext,
Collection.Key calledName,
Object[] args,
boolean doIncludePath) |
Object |
UDFPlus.call(PageContext pageContext,
Collection.Key calledName,
Object[] args,
boolean doIncludePath)
call user defined Funcion with parameters as Object Array
|
Object |
Closure.call(PageContext pc,
Collection.Key calledName,
Object[] args,
boolean doIncludePath) |
Object |
UDFImpl.call(PageContext pc,
Collection.Key calledName,
Object[] args,
boolean doIncludePath) |
Object |
UDFSetterProperty.call(PageContext pageContext,
Object[] args,
boolean doIncludePath) |
Object |
UDFRemoveProperty.call(PageContext pageContext,
Object[] args,
boolean doIncludePath) |
Object |
BIF.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 |
Closure.call(PageContext pc,
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.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 |
UDFGSProperty.callWithNamedValues(PageContext pc,
Collection.Key calledName,
Struct values,
boolean doIncludePath) |
Object |
BIF.callWithNamedValues(PageContext pageContext,
Collection.Key calledName,
Struct values,
boolean doIncludePath) |
Object |
UDFPlus.callWithNamedValues(PageContext pageContext,
Collection.Key calledName,
Struct values,
boolean doIncludePath)
call user defined Funcion with a struct
|
Object |
Closure.callWithNamedValues(PageContext pc,
Collection.Key calledName,
Struct values,
boolean doIncludePath) |
Object |
UDFImpl.callWithNamedValues(PageContext pc,
Collection.Key calledName,
Struct values,
boolean doIncludePath) |
Object |
UDFSetterProperty.callWithNamedValues(PageContext pageContext,
Struct values,
boolean doIncludePath) |
Object |
UDFRemoveProperty.callWithNamedValues(PageContext pageContext,
Struct values,
boolean doIncludePath) |
Object |
BIF.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 |
Closure.callWithNamedValues(PageContext pc,
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
|
Object |
UDFCustomType.convert(PageContext pc,
Object o) |
Object |
CustomType.convert(PageContext pc,
Object o) |
Object |
UDFCustomType.convert(PageContext pc,
Object o,
Object defaultValue) |
Object |
CustomType.convert(PageContext pc,
Object o,
Object defaultValue) |
Object |
QueryColumnImpl.get(PageContext pc) |
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,
Collection.Key key,
Object defaultValue) |
Object |
QueryImpl.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
Objects.get(PageContext pc,
Collection.Key key,
Object defaultValue)
return property
|
Object |
QueryColumnImpl.get(PageContext pc,
Object defaultValue) |
Object |
QueryColumnRef.get(PageContext pc,
Object defaultValue) |
Object |
SVArray.get(PageContext pc,
Object defaultValue) |
Object |
SVStruct.get(PageContext pc,
Object defaultValue) |
Object |
UDFSetterProperty.getDefaultValue(PageContext pc,
int index) |
Object |
UDFRemoveProperty.getDefaultValue(PageContext pc,
int index) |
Object |
BIF.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 |
UDFSetterProperty.getDefaultValue(PageContext pc,
int index,
Object defaultValue) |
Object |
UDFRemoveProperty.getDefaultValue(PageContext pc,
int index,
Object defaultValue) |
Object |
BIF.getDefaultValue(PageContext pc,
int index,
Object defaultValue) |
Object |
UDFGetterProperty.getDefaultValue(PageContext pc,
int index,
Object defaultValue) |
Object |
UDFHasProperty.getDefaultValue(PageContext pc,
int index,
Object defaultValue) |
Object |
UDFPlus.getDefaultValue(PageContext pc,
int index,
Object defaultValue) |
Object |
UDFAddProperty.getDefaultValue(PageContext pc,
int index,
Object defaultValue) |
Object |
UDFImpl.getDefaultValue(PageContext pc,
int index,
Object defaultValue) |
Struct |
UDFGSProperty.getMetaData(PageContext pc) |
Struct |
BIF.getMetaData(PageContext pc) |
Struct |
Closure.getMetaData(PageContext pc) |
Struct |
UDFImpl.getMetaData(PageContext pc) |
Struct |
UDF.getMetaData(PageContext pc) |
Object |
UDFSetterProperty.implementation(PageContext pageContext) |
Object |
UDFRemoveProperty.implementation(PageContext pageContext) |
Object |
BIF.implementation(PageContext pageContext) |
Object |
UDFGetterProperty.implementation(PageContext pageContext) |
Object |
UDFHasProperty.implementation(PageContext pageContext) |
Object |
UDFAddProperty.implementation(PageContext pageContext) |
Object |
UDFImpl.implementation(PageContext pageContext) |
Object |
UDF.implementation(PageContext pageContext)
abstract method for the function Body
|
Object |
QueryColumnImpl.remove(PageContext pc) |
Object |
QueryColumnRef.remove(PageContext pc) |
Object |
SVArray.remove(PageContext pc) |
Object |
SVStruct.remove(PageContext pc) |
Object |
QueryColumnImpl.removeEL(PageContext pc) |
Object |
QueryColumnRef.removeEL(PageContext pc) |
Object |
SVArray.removeEL(PageContext pc) |
Object |
SVStruct.removeEL(PageContext pc) |
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.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
QueryImpl.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
Objects.setEL(PageContext pc,
Collection.Key propertyName,
Object value)
sets a property (Data Member) value of the object
|
Object |
QueryColumnImpl.setEL(PageContext pc,
Object value) |
Object |
QueryColumnRef.setEL(PageContext pc,
Object value) |
Object |
SVArray.setEL(PageContext pc,
Object value) |
Object |
SVStruct.setEL(PageContext pc,
Object value) |
DumpData |
QueryColumnImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
FunctionValueImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
DumpData |
StructImplString.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ArrayImplNS.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
QueryColumnRef.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
Null.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
CastableStruct.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ArrayImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
CastableArray.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
UDFGSProperty.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
DumpData |
BIF.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
SVArray.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
CollectionStruct.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
DumpData |
StructImplKey.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
DoubleStruct.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
SVStruct.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
Closure.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
QueryImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
UDFImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Object |
QueryColumnImpl.touch(PageContext pc) |
Object |
QueryColumnRef.touch(PageContext pc) |
Object |
SVArray.touch(PageContext pc) |
Object |
SVStruct.touch(PageContext pc) |
Object |
QueryColumnImpl.touchEL(PageContext pc) |
Object |
QueryColumnRef.touchEL(PageContext pc) |
Object |
SVArray.touchEL(PageContext pc) |
Object |
SVStruct.touchEL(PageContext pc) |
Constructor and Description |
---|
QueryImpl(PageContext pc,
DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
TimeSpan timeout,
String name)
constructor of the class, to generate a resultset from a sql query
|
QueryImpl(PageContext pc,
DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
TimeSpan timeout,
String name,
String template) |
QueryImpl(PageContext pc,
DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
TimeSpan timeout,
String name,
String template,
boolean createUpdateData,
boolean allowToCachePreperadeStatement) |
Constructor and Description |
---|
SortRegisterComparator(PageContext pc,
boolean isAsc,
boolean ignoreCase,
boolean localeSensitive)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Object |
DateTimeImpl.call(PageContext pc,
Collection.Key methodName,
Object[] args) |
Object |
DateTimeImpl.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
Object |
DateTimeImpl.get(PageContext pc,
Collection.Key key) |
Object |
DateTimeImpl.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
DateTimeImpl.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
DateTimeImpl.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
DumpData |
DateTimeImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
TimeImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
DateImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
TimeSpanImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Constructor and Description |
---|
DateImpl(PageContext pc) |
DateImpl(PageContext pc,
long utcTime) |
DateTimeImpl(PageContext pc) |
DateTimeImpl(PageContext pc,
long utcTime,
boolean doOffset) |
TimeImpl(PageContext pc,
boolean addOffset) |
TimeImpl(PageContext pc,
long utcTime,
boolean addOffset) |
Modifier and Type | Method and Description |
---|---|
Object |
SimpleQuery.call(PageContext pc,
Collection.Key methodName,
Object[] arguments) |
Object |
SimpleQuery.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
Object |
SimpleQueryColumn.get(PageContext pc) |
Object |
SimpleQuery.get(PageContext pc,
Collection.Key key) |
Object |
SimpleQuery.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
SimpleQueryColumn.get(PageContext pc,
Object defaultValue) |
Object |
SimpleQueryColumn.remove(PageContext pc) |
Object |
SimpleQueryColumn.removeEL(PageContext pc) |
Object |
SimpleQuery.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
SimpleQueryColumn.set(PageContext pc,
Object value) |
Object |
SimpleQuery.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
SimpleQueryColumn.setEL(PageContext pc,
Object value) |
DumpData |
SimpleQueryColumn.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
DumpData |
SimpleQuery.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Object |
SimpleQueryColumn.touch(PageContext pc) |
Object |
SimpleQueryColumn.touchEL(PageContext pc) |
Constructor and Description |
---|
SimpleQuery(PageContext pc,
DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
TimeSpan timeout,
String name,
String template,
TimeZone tz) |
Modifier and Type | Method and Description |
---|---|
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) |
Object |
SimpleVarRef.get(PageContext pc,
Object defaultValue) |
Object |
VariableReference.get(PageContext pc,
Object defaultValue) |
Object |
NativeReference.get(PageContext pc,
Object defaultValue) |
Object |
ReferenceReference.get(PageContext pc,
Object defaultValue) |
Object |
Reference.get(PageContext pc,
Object defaultValue) |
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
|
Object |
SimpleVarRef.removeEL(PageContext pc) |
Object |
VariableReference.removeEL(PageContext pc) |
Object |
NativeReference.removeEL(PageContext pc) |
Object |
ReferenceReference.removeEL(PageContext pc) |
Object |
Reference.removeEL(PageContext pc)
clears the variable from collection
|
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.setEL(PageContext pc,
Object value) |
Object |
VariableReference.setEL(PageContext pc,
Object value) |
Object |
NativeReference.setEL(PageContext pc,
Object value) |
Object |
ReferenceReference.setEL(PageContext pc,
Object value) |
Object |
Reference.setEL(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 exist
|
Object |
SimpleVarRef.touchEL(PageContext pc) |
Object |
VariableReference.touchEL(PageContext pc) |
Object |
NativeReference.touchEL(PageContext pc) |
Object |
ReferenceReference.touchEL(PageContext pc) |
Object |
Reference.touchEL(PageContext pc)
create it when not exist
|
Modifier and Type | Method and Description |
---|---|
Object |
UndefinedImpl.call(PageContext pc,
Collection.Key methodName,
Object[] args) |
Object |
ObjectStruct.call(PageContext pc,
Collection.Key methodName,
Object[] arguments) |
Object |
ArgumentThreadImpl.call(PageContext pc,
Collection.Key methodName,
Object[] args) |
Object |
ArgumentImpl.call(PageContext pc,
Collection.Key methodName,
Object[] args) |
Object |
UndefinedImpl.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
Object |
ObjectStruct.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
Object |
ArgumentThreadImpl.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
Object |
ArgumentImpl.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
void |
ScopeContext.clearApplication(PageContext pc) |
static void |
UndefinedImpl.debugCascadedAccess(PageContext pc,
String name,
Collection.Key key) |
static void |
UndefinedImpl.debugCascadedAccess(PageContext pc,
Variables var,
Object value,
Collection.Key key) |
Object |
ObjectStruct.get(PageContext pc,
Collection.Key key) |
Object |
ArgumentThreadImpl.get(PageContext pc,
Collection.Key key) |
Object |
ArgumentImpl.get(PageContext pc,
Collection.Key key) |
Object |
ObjectStruct.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
ArgumentThreadImpl.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
ArgumentImpl.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Struct |
ScopeContext.getAllSessionScopes(PageContext pc)
return all session context of this application context
|
Struct |
ScopeContext.getAllSessionScopes(PageContext pc,
String appName)
Deprecated.
use instead getAllSessionScopes(String appName)
|
int |
ScopeContext.getAppContextSessionCount(PageContext pc)
return the session count of this application context
|
Application |
ScopeContext.getApplicationScope(PageContext pc,
RefBoolean isNew)
return the application Scope for this context (cfid,cftoken,contextname)
|
Client |
ScopeContext.getClientScope(PageContext pc) |
Client |
ScopeContext.getClientScopeEL(PageContext pc) |
static Server |
ScopeContext.getServerScope(PageContext pc)
return the server Scope for this context
|
int |
ScopeContext.getSessionCount(PageContext pc)
return the session count of all application contextes
|
Session |
ScopeContext.getSessionScope(PageContext pc,
RefBoolean isNew)
return the session Scope for this context (cfid,cftoken,contextname)
|
boolean |
ScopeContext.hasExistingSessionScope(PageContext pc) |
void |
UndefinedImpl.initialize(PageContext pc) |
void |
LocalNotSupportedScope.initialize(PageContext pc) |
void |
RequestImpl.initialize(PageContext pc) |
void |
UrlFormImpl.initialize(PageContext pc) |
void |
URLImpl.initialize(PageContext pc) |
void |
ScopeSupport.initialize(PageContext pc) |
void |
CookieImpl.initialize(PageContext pc) |
void |
CGIImpl.initialize(PageContext pc) |
void |
ClosureScope.initialize(PageContext pc) |
void |
ArgumentThreadImpl.initialize(PageContext pc) |
void |
CGIImplReadOnly.initialize(PageContext pc) |
void |
ClusterNotSupported.initialize(PageContext pc) |
void |
FormImpl.initialize(PageContext pc) |
void |
CallerImpl.initialize(PageContext pc) |
void |
Scope.initialize(PageContext pc)
Initalize Scope
|
void |
UndefinedImpl.reinitialize(PageContext pc) |
void |
Undefined.reinitialize(PageContext pc) |
void |
UndefinedImpl.release(PageContext pc) |
void |
LocalNotSupportedScope.release(PageContext pc) |
void |
RequestImpl.release(PageContext pc) |
void |
UrlFormImpl.release(PageContext pc) |
void |
URLImpl.release(PageContext pc) |
void |
ScopeSupport.release(PageContext pc) |
void |
CookieImpl.release(PageContext pc) |
void |
CGIImpl.release(PageContext pc) |
void |
ClosureScope.release(PageContext pc) |
void |
ArgumentThreadImpl.release(PageContext pc) |
void |
CGIImplReadOnly.release(PageContext pc) |
void |
ClusterNotSupported.release(PageContext pc) |
void |
FormImpl.release(PageContext pc) |
void |
JSession.release(PageContext pc) |
void |
ArgumentImpl.release(PageContext pc) |
void |
CallerImpl.release(PageContext pc) |
void |
Scope.release(PageContext pc)
release scope for reuse
|
void |
ServerImpl.reload(PageContext pc) |
void |
ScopeContext.removeApplicationScope(PageContext pc) |
void |
ScopeContext.removeClientScope(PageContext pc) |
void |
ScopeContext.removeSessionScope(PageContext pc) |
void |
CookieImpl.resetEnv(PageContext pc) |
void |
JSession.resetEnv(PageContext pc) |
void |
UserScope.resetEnv(PageContext pc) |
Object |
ObjectStruct.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ArgumentThreadImpl.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ArgumentImpl.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ObjectStruct.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ArgumentThreadImpl.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ArgumentImpl.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
DumpData |
UndefinedImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
LocalNotSupportedScope.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
RequestImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
UrlFormImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ScopeSupport.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ObjectStruct.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ClusterWrap.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
CGIImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ClosureScope.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
DumpData |
ArgumentThreadImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
DumpData |
CGIImplReadOnly.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ClusterNotSupported.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
ArgumentImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
CallerImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
static DumpData |
ScopeSupport.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
Struct sct,
String dspName) |
void |
CookieImpl.touchAfterRequest(PageContext pc) |
void |
JSession.touchAfterRequest(PageContext pc) |
void |
ServerImpl.touchAfterRequest(PageContext pc) |
void |
ApplicationImpl.touchAfterRequest(PageContext pc) |
void |
SharedScope.touchAfterRequest(PageContext pc)
release scope only for current request, scope will be used again
|
void |
CookieImpl.touchBeforeRequest(PageContext pc) |
void |
JSession.touchBeforeRequest(PageContext pc) |
void |
ServerImpl.touchBeforeRequest(PageContext pc) |
void |
ApplicationImpl.touchBeforeRequest(PageContext pc) |
void |
SharedScope.touchBeforeRequest(PageContext pc)
Initalize Scope only for this request, scope was already used
|
Constructor and Description |
---|
ClosureScope(PageContext pc,
Argument arg,
Local local,
Variables var) |
ServerImpl(PageContext pc)
constructor of the server scope
|
Modifier and Type | Method and Description |
---|---|
static Client |
ClientMemory.getInstance(PageContext pc,
Log log)
load a new instance of the class
|
static Client |
ClientDatasource.getInstance(String datasourceName,
PageContext pc,
Log log)
load an new instance of the client datasource scope
|
static Client |
ClientFile.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Client |
ClientCookie.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Client |
ClientDatasource.getInstance(String datasourceName,
PageContext pc,
Log log,
Client defaultValue) |
static Client |
ClientCache.getInstance(String cacheName,
String appName,
PageContext pc,
Client existing,
Log log)
load an new instance of the client datasource scope
|
static Client |
ClientCache.getInstance(String cacheName,
String appName,
PageContext pc,
Client existing,
Log log,
Client defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Session |
SessionMemory.getInstance(PageContext pc,
RefBoolean isNew,
Log log)
load a new instance of the class
|
static Session |
SessionFile.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Session |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
Log log)
load an new instance of the client datasource scope
|
static Session |
SessionCookie.getInstance(String name,
PageContext pc,
Log log)
load new instance of the class
|
static Session |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
Log log,
Session defaultValue) |
static Session |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Session existing,
Log log)
load an new instance of the client datasource scope
|
static Session |
SessionCache.getInstance(String cacheName,
String appName,
PageContext pc,
Session existing,
Log log,
Session defaultValue) |
static boolean |
SessionFile.hasInstance(String name,
PageContext pc) |
static boolean |
SessionDatasource.hasInstance(String datasourceName,
PageContext pc) |
static boolean |
SessionCookie.hasInstance(String name,
PageContext pc) |
static boolean |
SessionCache.hasInstance(String cacheName,
String appName,
PageContext pc) |
Modifier and Type | Method and Description |
---|---|
void |
StorageScopeImpl.initialize(PageContext pc) |
void |
StorageScopeImpl.release(PageContext pc) |
void |
StorageScopeImpl.resetEnv(PageContext pc) |
DumpData |
StorageScopeImpl.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
void |
StorageScopeFile.touchAfterRequest(PageContext pc) |
void |
StorageScopeImpl.touchAfterRequest(PageContext pc) |
void |
StorageScopeCookie.touchAfterRequest(PageContext pc) |
void |
StorageScopeDatasource.touchAfterRequest(PageContext pc) |
void |
StorageScopeCache.touchAfterRequest(PageContext pc) |
void |
StorageScopeFile.touchBeforeRequest(PageContext pc) |
void |
StorageScopeImpl.touchBeforeRequest(PageContext pc) |
void |
StorageScopeDatasource.touchBeforeRequest(PageContext pc) |
void |
StorageScopeCache.touchBeforeRequest(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
Object |
TOObjects.call(PageContext pc,
Collection.Key key,
Object[] args) |
Object |
TOUDF.call(PageContext pageContext,
Collection.Key calledName,
Object[] args,
boolean doIncludePath) |
Object |
TOUDF.call(PageContext pageContext,
Object[] args,
boolean doIncludePath) |
Object |
TOObjects.callWithNamedValues(PageContext pc,
Collection.Key key,
Struct args) |
Object |
TOUDF.callWithNamedValues(PageContext pageContext,
Collection.Key calledName,
Struct values,
boolean doIncludePath) |
Object |
TOUDF.callWithNamedValues(PageContext pageContext,
Struct values,
boolean doIncludePath) |
Object |
TOObjects.get(PageContext pc,
Collection.Key key) |
Object |
TOObjects.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
TOUDF.getDefaultValue(PageContext pc,
int index) |
Object |
TOUDF.getDefaultValue(PageContext pc,
int index,
Object defaultValue) |
Struct |
TOUDF.getMetaData(PageContext pc) |
Object |
TOUDF.implementation(PageContext pageContext) |
Object |
TOObjects.set(PageContext pc,
Collection.Key key,
Object value) |
Object |
TOObjects.setEL(PageContext pc,
Collection.Key key,
Object value) |
DumpData |
TODateTime.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
DumpData |
TOObjects.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
Modifier and Type | Method and Description |
---|---|
Object |
ArraySupport.call(PageContext pc,
Collection.Key methodName,
Object[] args) |
Object |
StructSupport.call(PageContext pc,
Collection.Key methodName,
Object[] args) |
static Object |
MemberUtil.call(PageContext pc,
Object coll,
Collection.Key methodName,
Object[] args,
short type,
String strType) |
Object |
ArraySupport.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
Object |
StructSupport.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
static Object |
MemberUtil.callWithNamedValues(PageContext pc,
Object coll,
Collection.Key methodName,
Struct args,
short type,
String strType) |
static boolean |
QueryUtil.execute(PageContext pc,
PreparedStatement ps) |
static boolean |
QueryUtil.execute(PageContext pc,
Statement stat,
boolean createGeneratedKeys,
SQL sql) |
Object |
ArraySupport.get(PageContext pc,
Collection.Key key) |
Object |
StructSupport.get(PageContext pc,
Collection.Key key) |
Object |
ArraySupport.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
StructSupport.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
static Component |
ComponentUtil.getActiveComponent(PageContext pc,
Component current) |
static Class |
ComponentUtil.getClientComponentPropertiesClass(PageContext pc,
String className,
ASMProperty[] properties,
Class extendsClass) |
static long |
ComponentUtil.getCompileTime(PageContext pc,
PageSource ps) |
static long |
ComponentUtil.getCompileTime(PageContext pc,
PageSource ps,
long defaultValue) |
static Class |
ComponentUtil.getComponentJavaAccess(PageContext pc,
Component component,
RefBoolean isNew,
boolean create,
boolean writeLog,
boolean suppressWSbeforeArg,
boolean output)
generate a ComponentJavaAccess (CJA) class from a component
a CJA is a dynamic genarted java class that has all method defined inside a component as java methods.
|
static Class |
ComponentUtil.getComponentPropertiesClass(PageContext pc,
Component component) |
static Object |
UDFUtil.getDefaultValue(PageContext pc,
PageSource ps,
int udfIndex,
int index,
Object defaultValue) |
static Object |
UDFUtil.getDefaultValue(PageContext pc,
UDFPlus udf,
int index,
Object defaultValue) |
static Map<Collection.Key,FunctionLibFunction> |
MemberUtil.getMembers(PageContext pc,
short type) |
static Struct |
ComponentUtil.getMetaData(PageContext pc,
UDFPropertiesImpl udf) |
static Page |
ComponentUtil.getPage(PageContext pc,
PageSource ps) |
static Class |
ComponentUtil.getStructPropertiesClass(PageContext pc,
Struct sct,
PhysicalClassLoader cl) |
Object |
ArraySupport.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
StructSupport.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ArraySupport.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
StructSupport.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
static Comparator |
ArrayUtil.toComparator(PageContext pc,
String strSortType,
String sortOrder,
boolean localeSensitive) |
DumpData |
StructSupport.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties) |
static DumpData |
UDFUtil.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
UDF udf,
short type) |
static DumpData |
QueryUtil.toDumpData(Query query,
PageContext pageContext,
int maxlevel,
DumpProperties dp) |
static DumpTable |
StructUtil.toDumpTable(Struct sct,
String title,
PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Modifier and Type | Method and Description |
---|---|
Object |
ListAsArray.call(PageContext pc,
Collection.Key methodName,
Object[] args) |
Object |
ListAsArray.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
Object |
ListAsArray.get(PageContext pc,
Collection.Key key) |
Object |
ListAsArray.get(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
ListAsArray.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ListAsArray.setEL(PageContext pc,
Collection.Key propertyName,
Object value) |
DumpData |
ListAsArray.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
DumpData |
MapAsStruct.toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp) |
Modifier and Type | Method and Description |
---|---|
PageContext |
Creation.createPageContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
OutputStream out) |
Modifier and Type | Method and Description |
---|---|
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 |
VariableUtil.callFunctionWithNamedValues(PageContext pc,
Object coll,
Collection.Key key,
Object[] args)
call a Function (UDF, Method) with Named Values
|
Object |
VariableUtilImpl.callFunctionWithNamedValues(PageContext pc,
Object coll,
Collection.Key key,
Struct args) |
Object |
VariableUtil.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)
Deprecated.
use instead
callFunctionWithNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args) |
Object |
VariableUtilImpl.callFunctionWithoutNamedValues(PageContext pc,
Object coll,
Collection.Key key,
Object[] args) |
Object |
VariableUtil.callFunctionWithoutNamedValues(PageContext pc,
Object coll,
Collection.Key key,
Object[] args)
call a Function (UDF, Method) without Named Values
|
Object |
VariableUtilImpl.callFunctionWithoutNamedValues(PageContext pc,
Object coll,
String key,
Object[] args) |
Object |
VariableUtil.callFunctionWithoutNamedValues(PageContext pc,
Object coll,
String key,
Object[] args)
Deprecated.
use instead
callFunctionWithoutNamedValues(PageContext pc, Object coll, Collection.Key key, Object[] args) |
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) |
String |
ResourceUtil.contractPath(PageContext pc,
String path) |
Component |
Creation.createComponentFromName(PageContext pc,
String fullName)
creates a component object from (Full)Name, for example lucee.extensions.net.HTTPUtil
|
Component |
Creation.createComponentFromPath(PageContext pc,
String path)
creates a component object from a absolute local path, for example /Users/susi/Projects/Sorglos/wwwrooot/lucee/extensions/net/HTTPUtil.cfc
|
PageException |
Excepton.createFunctionException(PageContext pc,
String functionName,
int badArgumentPosition,
String badArgumentName,
String message,
String detail)
create exception "FunctionException"
|
PageException |
Excepton.createFunctionException(PageContext pc,
String functionName,
String badArgumentPosition,
String badArgumentName,
String message)
Deprecated.
use instead
createFunctionException(PageContext pc,String functionName, int badArgumentPosition, String badArgumentName, String message, String detail)) |
static Object |
VariableUtilImpl.currentrow(PageContext pc,
Object obj) |
Object |
VariableUtilImpl.get(PageContext pc,
Object coll,
Collection.Key key) |
static Object |
CallerUtil.get(PageContext pc,
Object coll,
Collection.Key[] keys,
Object defaultValue) |
Object |
VariableUtilImpl.get(PageContext pc,
Object coll,
Collection.Key key,
Object defaultValue) |
Object |
VariableUtil.get(PageContext pc,
Object coll,
Collection.Key key,
Object defaultValue)
return a property from the given Object, when property doesn't exists return null
|
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.get(PageContext pc,
Object coll,
String key,
Object defaultValue) |
Object |
VariableUtil.get(PageContext pc,
Object coll,
String key,
Object defaultValue)
Deprecated.
use instead
get(PageContext pc, Object coll, Collection.Key key, Object defaultValue); |
static ApplicationListener |
PageContextUtil.getApplicationListener(PageContext pc) |
Object |
VariableUtilImpl.getCollection(PageContext pc,
Object coll,
Collection.Key key) |
Object |
VariableUtilImpl.getCollection(PageContext pc,
Object coll,
Collection.Key key,
Object defaultValue) |
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
|
Object |
VariableUtilImpl.getCollection(PageContext pc,
Object coll,
String key,
Object defaultValue) |
Object |
VariableUtil.getCollection(PageContext pc,
Object coll,
String key,
Object defaultValue)
return a property from the given Object, when property doesn't exists return null
|
static String |
PageContextUtil.getCookieDomain(PageContext pc) |
Object |
QueryStackImpl.getDataFromACollection(PageContext pc,
Collection.Key key) |
Object |
QueryStack.getDataFromACollection(PageContext pc,
Collection.Key key)
loop over all Queries and return value at first ocurrence
|
Object |
QueryStackImpl.getDataFromACollection(PageContext pc,
Collection.Key key,
Object defaultValue) |
Object |
QueryStackImpl.getDataFromACollection(PageContext pc,
String key) |
Object |
QueryStack.getDataFromACollection(PageContext pc,
String key)
loop over all Queries and return value at first ocurrence
|
Object |
VariableUtilImpl.getLight(PageContext pc,
Object coll,
Collection.Key key,
Object defaultValue) |
Object |
VariableUtilImpl.getLight(PageContext pc,
Object coll,
String key,
Object defaultValue) |
Object |
VariableUtil.getLight(PageContext pc,
Object coll,
String key,
Object defaultValue)
return a property from the given Object, when property doesn't exists return null
|
static NumberIterator |
NumberIterator.load(PageContext pc,
NumberIterator ni,
Query query,
String groupName,
boolean caseSensitive) |
static Object |
VariableUtilImpl.recordcount(PageContext pc,
Object obj) |
static TimeSpan |
PageContextUtil.remainingTime(PageContext pc,
boolean throwWhenAlreadyTimeout) |
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 |
VariableUtilImpl.setEL(PageContext pc,
Object coll,
Collection.Key key,
Object value) |
Object |
VariableUtil.setEL(PageContext pc,
Object coll,
Collection.Key key,
Object value)
sets a value to the Object
|
Object |
VariableUtilImpl.setEL(PageContext pc,
Object coll,
String key,
Object value) |
Object |
VariableUtil.setEL(PageContext pc,
Object coll,
String key,
Object value)
Deprecated.
use instead
setEL(PageContext pc, Object coll, Collection.Key key,Object value); |
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
|
Resource |
ResourceUtil.toResourceNotExisting(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)
existing file is prefered but dont must exist
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
BodyContentUtil.clearAndPop(PageContext pc,
javax.servlet.jsp.tagext.BodyContent bc) |
static void |
BodyContentUtil.flushAndPop(PageContext pc,
javax.servlet.jsp.tagext.BodyContent bc) |
Constructor and Description |
---|
CFMLWriterImpl(PageContext pc,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
int bufferSize,
boolean autoFlush,
boolean closeConn,
boolean showVersion,
boolean contentLength)
constructor of the class
|
CFMLWriterWS(PageContext pc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
int bufferSize,
boolean autoFlush,
boolean closeConn,
boolean showVersion,
boolean contentLength)
constructor of the class
|
CFMLWriterWSPref(PageContext pc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
int bufferSize,
boolean autoFlush,
boolean closeConn,
boolean showVersion,
boolean contentLength)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
String |
SourceNameClassVisitor.SourceInfo.absolutePath(PageContext pc) |
static Object |
JavaProxyFactory.createProxy(PageContext pc,
Component cfc,
Class extendz,
Class... interfaces) |
Copyright © 2015 Lucee