Modifier and Type | Class and Description |
---|---|
class |
ServiceException |
Modifier and Type | Method and Description |
---|---|
static PageException |
AbstractMapPro.invalidKey(Map<?,?> map,
Object key,
boolean remove) |
Modifier and Type | Method and Description |
---|---|
V |
LinkedHashMapPro.g(K key) |
V |
MapPro.g(K key) |
V |
HashMapPro.g(K key) |
V |
SyncMap.g(K key) |
V |
WeakHashMapPro.g(K key) |
V |
MapProWrapper.g(K key) |
V |
MapPro.r(K key) |
V |
HashMapPro.r(K key) |
V |
SyncMap.r(K key) |
V |
WeakHashMapPro.r(K key) |
V |
MapProWrapper.r(K key) |
Modifier and Type | Method and Description |
---|---|
V |
KeyConcurrentHashMapPro.g(Collection.Key key) |
V |
ConcurrentLinkedHashMapPro.g(K key) |
V |
ConcurrentHashMapPro.g(K key) |
V |
KeyConcurrentHashMapPro.r(Collection.Key key) |
V |
ConcurrentLinkedHashMapPro.r(K key) |
V |
ConcurrentHashMapPro.r(K key) |
V |
ConcurrentHashMapPro.rem(Object key) |
V |
KeyConcurrentHashMapPro.rem(Object key) |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeException |
Modifier and Type | Method and Description |
---|---|
Object |
Task.execute(Config config) |
Modifier and Type | Method and Description |
---|---|
void |
CFMLResource.setBinary(Object obj) |
Modifier and Type | Method and Description |
---|---|
Attr[] |
DatasourceResourceProvider.getAttrs(DatasourceResourceProvider.ConnectionData data,
int pathHash,
String path) |
Modifier and Type | Method and Description |
---|---|
static AccessControl |
AccessControl.toAccessControl(Struct sct) |
static List<AccessControl> |
AccessControl.toAccessControlList(Object objACL) |
static DateTime |
S3.toDate(String strDate,
TimeZone tz) |
Modifier and Type | Method and Description |
---|---|
boolean |
ModeObjectWrap.castToBooleanValue() |
DateTime |
ModeObjectWrap.castToDateTime() |
double |
ModeObjectWrap.castToDoubleValue() |
String |
ModeObjectWrap.castToString() |
int |
ModeObjectWrap.compareTo(boolean b) |
int |
ModeObjectWrap.compareTo(DateTime dt) |
int |
ModeObjectWrap.compareTo(double d) |
int |
ModeObjectWrap.compareTo(String str) |
static ResourceAndResourceNameFilter |
UDFFilter.createResourceAndResourceNameFilter(Object filter) |
static ResourceAndResourceNameFilter |
UDFFilter.createResourceAndResourceNameFilter(UDF filter) |
static Resource |
ResourceUtil.getResource(PageContext pc,
PageSource ps)
Deprecated.
use instead
PageSource.getResourceTranslated(PageContext) |
Resource |
ResourceUtilImpl.toResourceExisting(PageContext pc,
String path) |
Resource |
ResourceUtilImpl.toResourceExistingParent(PageContext pc,
String destination) |
Modifier and Type | Method and Description |
---|---|
static PageException |
ExceptionUtil.addHint(PageExceptionImpl pe,
String hint) |
Modifier and Type | Method and Description |
---|---|
static String |
StringUtil.replaceMap(String input,
Map map,
boolean ignoreCase)
this is the public entry point for the replaceMap() method
|
static SizeAndCount.Size |
SizeAndCount.sizeOf(Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
LockInterruptedException |
Modifier and Type | Method and Description |
---|---|
void |
Lock.lock(long timeout) |
Modifier and Type | Method and Description |
---|---|
static org.apache.http.client.methods.HttpEntityEnclosingRequestBase |
HTTPPatchFactory.getHTTPPatch(String url) |
Modifier and Type | Method and Description |
---|---|
void |
PDF.adjustHtmlWidth() |
void |
PDF.enableTableBreaks(boolean b) |
void |
PDF.generateOutlines(boolean flag) |
void |
PDF.interpolateImages(boolean b) |
byte[] |
PDFDocument.render(Dimension dimension,
double unitFactor,
PageContext pc,
boolean generateOutlines) |
void |
PDF.render(InputStreamReader reader,
OutputStream os) |
void |
PDF.render(String str,
OutputStream os,
URL base) |
void |
PDF.setDefaultTTFs(String string,
String string2,
String string3) |
void |
PDF.setPageFooter(PDFPageMark footer) |
void |
PDF.setPageHeader(PDFPageMark header) |
void |
PDF.setPageInsets(Insets insets) |
void |
PDF.setPageSize(Dimension dimension) |
void |
PDF.useTTF(String pathToFontDirs,
boolean embed) |
Constructor and Description |
---|
PDF(Config config) |
Modifier and Type | Method and Description |
---|---|
static Blob |
SQLUtil.toBlob(Connection conn,
Object value)
create a blog Object
|
static Clob |
SQLUtil.toClob(Connection conn,
Object value)
create a clob Object
|
Modifier and Type | Method and Description |
---|---|
static List |
FDSignal.createExceptionStack(PageException pe) |
static String |
FDSignal.createRuntimeExceptionExpression(PageException pe) |
static void |
FDSignal.signal(PageException pe,
boolean caught) |
Modifier and Type | Method and Description |
---|---|
PageException |
PageContextImpl.getCatch() |
abstract PageException |
PageContext.getCatch() |
PageException |
PageContextImpl.getPageException() |
PageException |
PageContextImpl.setCatch(Throwable t) |
abstract PageException |
PageContext.setCatch(Throwable t)
sets a excption
|
Modifier and Type | Method and Description |
---|---|
void |
PageContextImpl.handlePageException(PageException pe) |
abstract void |
PageContext.handlePageException(PageException pe)
specialised method for handlePageException with argument Exception or Throwable
|
void |
PageContextImpl.setCatch(PageException pe) |
abstract void |
PageContext.setCatch(PageException pe) |
void |
PageContextImpl.setCatch(PageException pe,
boolean caught,
boolean store) |
abstract void |
PageContext.setCatch(PageException pe,
boolean caught,
boolean store) |
Modifier and Type | Method and Description |
---|---|
DatasourceConnection |
PageContextImpl._getConnection(DataSource ds,
String user,
String pass) |
DatasourceConnection |
PageContextImpl._getConnection(String datasource,
String user,
String pass) |
Application |
PageContextImpl.applicationScope() |
abstract Application |
PageContext.applicationScope() |
void |
ComponentPage.call(PageContext pc) |
void |
InterfacePage.call(PageContext pc) |
Object |
ComponentScopeShadow.call(PageContext pc,
Collection.Key key,
Object[] arguments) |
Object |
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
|
boolean |
ComponentScopeShadow.castToBooleanValue() |
boolean |
ComponentSpecificAccess.castToBooleanValue() |
boolean |
SuperComponent.castToBooleanValue() |
boolean |
ComponentScopeThis.castToBooleanValue() |
boolean |
ComponentImpl.castToBooleanValue() |
DateTime |
ComponentScopeShadow.castToDateTime() |
DateTime |
ComponentSpecificAccess.castToDateTime() |
DateTime |
SuperComponent.castToDateTime() |
DateTime |
ComponentScopeThis.castToDateTime() |
DateTime |
ComponentImpl.castToDateTime() |
double |
ComponentScopeShadow.castToDoubleValue() |
double |
ComponentSpecificAccess.castToDoubleValue() |
double |
SuperComponent.castToDoubleValue() |
double |
ComponentScopeThis.castToDoubleValue() |
double |
ComponentImpl.castToDoubleValue() |
String |
ComponentScopeShadow.castToString() |
String |
ComponentSpecificAccess.castToString() |
String |
SuperComponent.castToString() |
String |
ComponentScopeThis.castToString() |
String |
ComponentImpl.castToString() |
void |
ComponentImpl.checkInterface(PageContext pc,
ComponentPage componentPage) |
Client |
PageContextImpl.clientScope() |
abstract Client |
PageContext.clientScope() |
Cluster |
PageContextImpl.clusterScope() |
abstract Cluster |
PageContext.clusterScope() |
Cluster |
PageContextImpl.clusterScope(boolean create) |
abstract Cluster |
PageContext.clusterScope(boolean create)
cluster scope
|
int |
ComponentScopeShadow.compareTo(boolean b) |
int |
ComponentSpecificAccess.compareTo(boolean b) |
int |
SuperComponent.compareTo(boolean b) |
int |
ComponentScopeThis.compareTo(boolean b) |
int |
ComponentImpl.compareTo(boolean b) |
int |
ComponentScopeShadow.compareTo(DateTime dt) |
int |
ComponentSpecificAccess.compareTo(DateTime dt) |
int |
SuperComponent.compareTo(DateTime dt) |
int |
ComponentScopeThis.compareTo(DateTime dt) |
int |
ComponentImpl.compareTo(DateTime dt) |
int |
ComponentScopeShadow.compareTo(double d) |
int |
ComponentSpecificAccess.compareTo(double d) |
int |
SuperComponent.compareTo(double d) |
int |
ComponentScopeThis.compareTo(double d) |
int |
ComponentImpl.compareTo(double d) |
int |
ComponentScopeShadow.compareTo(String str) |
int |
ComponentSpecificAccess.compareTo(String str) |
int |
SuperComponent.compareTo(String str) |
int |
ComponentScopeThis.compareTo(String str) |
int |
ComponentImpl.compareTo(String str) |
void |
PageContextImpl.compile(PageSource pageSource) |
abstract void |
PageContext.compile(PageSource pageSource)
compile a CFML Template
|
void |
PageContextImpl.compile(String relPath) |
abstract void |
PageContext.compile(String templatePath)
Deprecated.
use instead
compile(PageSource pageSource) |
void |
PageContextImpl.doInclude(PageSource source) |
abstract void |
PageContext.doInclude(PageSource source)
Deprecated.
use other doInclude methods
|
void |
PageContextImpl.doInclude(PageSource[] sources,
boolean runOnce) |
abstract void |
PageContext.doInclude(PageSource[] source,
boolean runOnce)
includes a path from a absolute path
|
void |
PageContextImpl.doInclude(String relPath) |
abstract void |
PageContext.doInclude(String source)
includes a path from a absolute path
|
void |
PageContextImpl.doInclude(String relPath,
boolean runOnce) |
abstract void |
PageContext.doInclude(String source,
boolean runOnce)
includes a path from a absolute path
|
void |
PageContextImpl.doInclude(String relPath,
boolean runOnce,
Object cachedWithin) |
Object |
PageContextImpl.evaluate(String expression) |
abstract Object |
PageContext.evaluate(String expression)
evaluate given expression
|
void |
PageContextImpl.execute(String relPath,
boolean throwExcpetion) |
abstract void |
PageContext.execute(String relPath,
boolean throwException)
execute a request n the pageConext
|
void |
PageContextImpl.execute(String relPath,
boolean throwExcpetion,
boolean onlyTopLevel) |
void |
PageContextImpl.executeRest(String relPath,
boolean throwExcpetion) |
abstract void |
PageContext.executeRest(String relPath,
boolean throwException) |
Object |
ComponentScopeShadow.get(Collection.Key key) |
Object |
ComponentSpecificAccess.get(Collection.Key key) |
Object |
SuperComponent.get(Collection.Key key) |
Object |
ComponentScopeThis.get(Collection.Key key) |
Object |
ComponentImpl.get(Collection.Key key) |
Object |
ComponentSpecificAccess.get(int access,
Collection.Key key) |
Object |
ComponentPro.get(int access,
Collection.Key key) |
Object |
SuperComponent.get(int access,
Collection.Key key) |
Object |
ComponentImpl.get(int access,
Collection.Key key) |
Object |
ComponentImpl.get(int access,
String name)
return element that has at least given access or null
|
Object |
PageContextImpl.get(Object coll,
Collection.Key key) |
abstract Object |
PageContext.get(Object coll,
Collection.Key key) |
Object |
PageContextImpl.get(Object coll,
String key) |
abstract Object |
PageContext.get(Object coll,
String key)
Deprecated.
|
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 |
SuperComponent.get(String name) |
Object |
PageContextImpl.getCollection(Object coll,
Collection.Key key) |
abstract Object |
PageContext.getCollection(Object coll,
Collection.Key key)
same like getProperty but return a collection object (QueryColumn) if return object is a Query
|
Object |
PageContextImpl.getCollection(Object coll,
String key) |
abstract Object |
PageContext.getCollection(Object coll,
String key)
Deprecated.
|
DataSource |
PageContextImpl.getDataSource(String datasource) |
Object |
PageContextImpl.getFunction(Object coll,
Collection.Key key,
Object[] args) |
abstract Object |
PageContext.getFunction(Object coll,
Collection.Key key,
Object[] args)
call a UDF Function and return "return value" of the function
|
Object |
PageContextImpl.getFunction(Object coll,
String key,
Object[] args) |
abstract Object |
PageContext.getFunction(Object coll,
String key,
Object[] args)
call a UDF Function and return "return value" of the function
|
Object |
PageContextImpl.getFunctionWithNamedValues(Object coll,
Collection.Key key,
Object[] args) |
abstract Object |
PageContext.getFunctionWithNamedValues(Object coll,
Collection.Key key,
Object[] args)
call a UDF Function and return "return value" of the function
|
Object |
PageContextImpl.getFunctionWithNamedValues(Object coll,
String key,
Object[] args) |
abstract Object |
PageContext.getFunctionWithNamedValues(Object coll,
String key,
Object[] args)
call a UDF Function and return "return value" of the function
|
Iterator |
PageContextImpl.getIterator(String key) |
abstract Iterator |
PageContext.getIterator(String key)
get variable from string definition and cast it to a Iterator Object
|
Class |
ComponentImpl.getJavaAccessClass(PageContext pc,
RefBoolean isNew) |
Class |
ComponentImpl.getJavaAccessClass(PageContext pc,
RefBoolean isNew,
boolean writeLog,
boolean takeTop,
boolean create,
boolean suppressWSbeforeArg,
boolean output) |
Class |
ComponentSpecificAccess.getJavaAccessClass(RefBoolean isNew) |
Class |
SuperComponent.getJavaAccessClass(RefBoolean isNew) |
Class |
ComponentImpl.getJavaAccessClass(RefBoolean isNew) |
Class |
Component.getJavaAccessClass(RefBoolean isNew)
returns java class to the component interface (all UDFs),
this class is generated dynamic when used
|
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) |
ORMSession |
PageContextImpl.getORMSession(boolean create) |
Query |
PageContextImpl.getQuery(Object value) |
abstract Query |
PageContext.getQuery(Object value) |
Query |
PageContextImpl.getQuery(String key) |
abstract Query |
PageContext.getQuery(String key)
get variable from string definition and cast it to a Query Object
|
Reference |
PageContextImpl.getReference(Object coll,
Collection.Key key) |
abstract Reference |
PageContext.getReference(Object coll,
Collection.Key key) |
Reference |
PageContextImpl.getReference(Object coll,
String key) |
abstract Reference |
PageContext.getReference(Object coll,
String key)
Deprecated.
|
Credential |
PageContextImpl.getRemoteUser() |
abstract Credential |
PageContext.getRemoteUser() |
Resource |
PageSource.getResourceTranslated(PageContext pc)
if the pageSource is based on a archive, translate the source to a zip:// Resource
|
Array |
PageContextImpl.getTemplatePath() |
abstract Array |
PageContext.getTemplatePath()
array of current template stack
|
Object |
PageContextImpl.getVariable(String var) |
abstract Object |
PageContext.getVariable(String var) |
VariableReference |
PageContextImpl.getVariableReference(String var)
a variable reference, references to variable, to modifed it, with global effect.
|
void |
ComponentImpl.init(PageContext pageContext,
ComponentPage componentPage)
initalize the Component
|
boolean |
PageContextImpl.initApplicationContext(ApplicationListener listener) |
abstract void |
ComponentPage.initComponent(PageContext pc,
ComponentImpl c) |
abstract void |
InterfacePage.initInterface(InterfaceImpl i) |
void |
PageContextImpl.invalidateUserScopes(boolean migrateSessionData,
boolean migrateClientData) |
Component |
PageContextImpl.loadComponent(String compPath) |
abstract Component |
PageContext.loadComponent(String compPath) |
static InterfaceImpl[] |
InterfaceImpl.loadImplements(PageContext pc,
PageSource child,
String lstExtend,
Map interfaceUdfs) |
Page |
PageSourceImpl.loadPage(ConfigWeb config) |
Page |
PageSource.loadPage(ConfigWeb config)
loads the Page from this PageSource
|
Page |
PageSourceImpl.loadPage(ConfigWeb config,
Page defaultValue) |
Page |
PageSource.loadPage(ConfigWeb config,
Page defaultValue)
loads the Page from this PageSource
|
Page |
PageSourceImpl.loadPage(PageContext pc) |
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) |
Object |
PageContextImpl.localGet() |
abstract Object |
PageContext.localGet() |
Object |
PageContextImpl.localGet(boolean bind) |
abstract Object |
PageContext.localGet(boolean bind) |
Object |
PageContextImpl.localTouch() |
abstract Object |
PageContext.localTouch() |
Object |
PageContextImpl.localTouch(boolean bind) |
abstract Object |
PageContext.localTouch(boolean bind) |
abstract ComponentImpl |
ComponentPage.newInstance(PageContext pc,
String callPath,
boolean isRelPath) |
abstract InterfaceImpl |
InterfacePage.newInstance(String callPath,
boolean isRelPath,
Map interfaceUDFs) |
Object |
ComponentImpl.onMissingMethod(PageContext pc,
int access,
Member member,
String name,
Object[] _args,
Struct _namedArgs,
boolean superAccess) |
void |
PageContextImpl.param(String type,
String name,
Object defaultValue) |
abstract void |
PageContext.param(String type,
String name,
Object defaultValue) |
void |
PageContextImpl.param(String type,
String name,
Object defaultValue,
double min,
double max) |
abstract void |
PageContext.param(String type,
String name,
Object defaultValue,
double min,
double max) |
void |
PageContextImpl.param(String type,
String name,
Object defaultValue,
int maxLength) |
abstract void |
PageContext.param(String type,
String name,
Object defaultValue,
int maxLength) |
void |
PageContextImpl.param(String type,
String name,
Object defaultValue,
String regex) |
abstract void |
PageContext.param(String type,
String name,
Object defaultValue,
String pattern) |
Object |
ComponentScopeShadow.remove(Collection.Key key) |
Object |
ComponentSpecificAccess.remove(Collection.Key key) |
Object |
SuperComponent.remove(Collection.Key key) |
Object |
ComponentScopeThis.remove(Collection.Key key) |
Object |
ComponentImpl.remove(Collection.Key key) |
Object |
PageContextImpl.removeVariable(String var) |
abstract Object |
PageContext.removeVariable(String var) |
void |
PageContextImpl.reuse(javax.servlet.jsp.tagext.Tag tag) |
abstract void |
PageContext.reuse(javax.servlet.jsp.tagext.Tag tag)
puts a tag back to pool
|
Scope |
PageContextImpl.scope(int type) |
abstract Scope |
PageContext.scope(int type)
returns matching scope
|
Scope |
PageContextImpl.scope(String strScope,
Scope defaultValue) |
String |
PageContextImpl.serialize(Object expression) |
abstract String |
PageContext.serialize(Object expression) |
abstract Server |
PageContext.serverScope() |
Session |
PageContextImpl.sessionScope() |
abstract Session |
PageContext.sessionScope() |
Session |
PageContextImpl.sessionScope(boolean checkExpires) |
Object |
ComponentSpecificAccess.set(Collection.Key key,
Object value) |
Object |
SuperComponent.set(Collection.Key key,
Object value) |
Object |
ComponentScopeThis.set(Collection.Key key,
Object value) |
Object |
ComponentImpl.set(Collection.Key key,
Object value) |
Object |
PageContextImpl.set(Object coll,
Collection.Key key,
Object value) |
abstract Object |
PageContext.set(Object coll,
Collection.Key key,
Object value)
set property at a collection object
|
Object |
PageContextImpl.set(Object coll,
String key,
Object value) |
abstract Object |
PageContext.set(Object coll,
String key,
Object value)
Deprecated.
|
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 |
SuperComponent.set(String name,
Object value) |
abstract void |
PageContext.setLocale(String strLocale)
Deprecated.
use instead
|
void |
ComponentSpecificAccess.setProperty(Property property) |
void |
SuperComponent.setProperty(Property property) |
void |
ComponentImpl.setProperty(Property property) |
void |
Component.setProperty(Property property) |
Object |
PageContextImpl.setVariable(String var,
Object value) |
abstract Object |
PageContext.setVariable(String var,
Object value)
sets a value by string syntax ("scopename.key.key" -> "url.name")
|
Scope |
PageContextImpl.SymTab_findBuiltinScope(String name) |
Object |
PageContextImpl.thisGet() |
Object |
PageContextImpl.thisTouch() |
void |
PageContextImpl.throwCatch() |
abstract void |
PageContext.throwCatch()
return throwed exception
|
Object |
PageContextImpl.touch(Object coll,
Collection.Key key) |
abstract Object |
PageContext.touch(Object coll,
Collection.Key key)
touch a new property, if property doesn't existset a Struct, otherwise do nothing
|
Object |
PageContextImpl.touch(Object coll,
String key) |
abstract Object |
PageContext.touch(Object coll,
String key)
Deprecated.
|
javax.servlet.jsp.tagext.Tag |
PageContextImpl.use(Class clazz) |
abstract javax.servlet.jsp.tagext.Tag |
PageContext.use(Class tagClass)
Deprecated.
use instead
use(String tagClassName) |
javax.servlet.jsp.tagext.Tag |
PageContextImpl.use(String tagClassName) |
abstract javax.servlet.jsp.tagext.Tag |
PageContext.use(String tagClassName)
returns a tag from tag handler pool
|
javax.servlet.jsp.tagext.Tag |
PageContextImpl.use(String tagClassName,
String fullname,
int attrType) |
void |
PageContextImpl.writePSQ(Object o) |
abstract void |
PageContext.writePSQ(Object o)
Writes a String to the Response Buffer,also when cfoutputonly is true and execution is outside of a cfoutput
|
static void |
ComponentPage.writeToResponseStream(PageContext pc,
Component component,
String methodName,
int urlReturnFormat,
int headerReturnFormat,
Object queryFormat,
Object rtn) |
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) |
static String |
CacheHandlerFactory.createId(PageSource[] sources) |
static String |
CacheHandlerFactory.createId(SQL sql,
String datasource,
String username,
String password) |
CacheItem |
CacheHandler.get(PageContext pc,
String id) |
String |
CacheHandler.label() |
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 |
---|---|
String |
RequestCacheHandler.label() |
Modifier and Type | Method and Description |
---|---|
String |
TimespanCacheHandler.label() |
void |
TimespanCacheHandler.set(PageContext pc,
String id,
Object cachedWithin,
CacheItem value) |
Modifier and Type | Method and Description |
---|---|
void |
QueryWrap.sort(Collection.Key column) |
void |
QueryWrap.sort(Collection.Key keyColumn,
int order) |
void |
QueryWrap.sort(String column) |
void |
QueryWrap.sort(String strColumn,
int order) |
Constructor and Description |
---|
RequestImpl(PageContext pc,
Struct attributes)
constructor of the class
|
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) |
int |
COMObject.compareTo(DateTime dt) |
int |
COMObject.compareTo(double d) |
int |
COMObject.compareTo(String str) |
Object |
COMObject.get(PageContext pc,
Collection.Key key) |
Object |
COMObject.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.Type |
PropertyImpl.getASMType() |
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) |
Constructor and Description |
---|
InterfaceCollection(PageContextImpl pc,
PageSource child,
String implement) |
Modifier and Type | Method and Description |
---|---|
abstract void |
CallerResponseStreamResult._call(PageContext parent,
PageContext pc) |
void |
UDFCaller._call(PageContext parent,
PageContext pc) |
String |
CallerResponseStreamResult.call() |
Data<P> |
UDFCaller2.call() |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigWebAdmin._removeExtension(ConfigImpl config,
String extensionID) |
void |
ConfigServerImpl.checkAccess(String key,
long timeNonce) |
Cluster |
ConfigServerImpl.createClusterScope() |
abstract Cluster |
ConfigImpl.createClusterScope() |
Cluster |
ConfigWebImpl.createClusterScope() |
void |
ConfigWebAdmin.createSecurityManager(String password,
String id)
creates a individual security manager based on the default security manager
|
Page |
ConfigWebImpl.getBaseComponentPage(PageContext pc) |
Page |
ConfigImpl.getCachedPage(PageContext pc,
String pathWithCFC) |
CFXTagPool |
Config.getCFXTagPool() |
ConfigServer |
Config.getConfigServer(String password) |
ConfigServer |
ConfigWebImpl.getConfigServer(String key,
long timeNonce) |
DataSource |
Config.getDataSource(String datasource) |
DumpWriter |
Config.getDumpWriter(String key)
Deprecated.
use instead
getDumpWriter(String key,int defaultType) |
DumpWriter |
Config.getDumpWriter(String key,
int defaultType)
returns the DumpWriter matching key
|
String[] |
ConfigServerImpl.getInstalledPatches() |
IntervallMonitor |
ConfigWebImpl.getIntervallMonitor(String name) |
IntervallMonitor |
Config.getIntervallMonitor(String name) |
ORMEngine |
ConfigImpl.getORMEngine(PageContext pc) |
RequestMonitor |
ConfigWebImpl.getRequestMonitor(String name) |
RequestMonitor |
Config.getRequestMonitor(String name) |
Query |
ConfigWebAdmin.getResourceProviders() |
static void |
ConfigWebFactory.load(ConfigServerImpl cs,
ConfigImpl config,
Document doc,
boolean isReload,
boolean doNew) |
static ConfigServerImpl |
ConfigServerFactory.newInstance(CFMLEngineImpl engine,
Map<String,CFMLFactory> initContextes,
Map<String,CFMLFactory> contextes,
Resource configDir)
creates a new ServletConfig Impl Object
|
static ConfigWebImpl |
ConfigWebFactory.newInstance(CFMLFactoryImpl factory,
ConfigServerImpl configServer,
Resource configDir,
boolean isConfigDirACustomSetting,
javax.servlet.ServletConfig servletConfig)
creates a new ServletConfig Impl Object
|
static void |
ConfigServerFactory.reloadInstance(ConfigServerImpl configServer)
reloads the Config Object
|
static void |
ConfigWebFactory.reloadInstance(ConfigServerImpl cs,
ConfigWebImpl cw,
boolean force)
reloads the Config Object
|
void |
ConfigWebAdmin.removeAPIKey() |
void |
ConfigWebAdmin.removeAuthKeys(String key) |
void |
ConfigWebAdmin.removeCacheDefaultConnection(int type) |
void |
ConfigWebAdmin.removeCacheGatewayEntry(String name) |
boolean |
ConfigWebAdmin.removeContext(Config config,
boolean store,
String... relpathes) |
void |
ConfigWebAdmin.removeLatestUpdate(String password)
run update from cfml engine
|
void |
ConfigWebAdmin.removeMonitor(String name) |
void |
ConfigWebAdmin.removePassword(String contextPath) |
void |
ConfigWebAdmin.removeResourceProvider(Class clazz) |
static void |
ConfigWebAdmin.removeRHExtension(ConfigImpl config,
String extensionID) |
void |
ConfigWebAdmin.removeSecurityManager(String password,
String id)
remove security manager matching given id
|
void |
ConfigWebAdmin.removeUpdate(String password) |
void |
ConfigWebAdmin.resetId() |
ORMEngine |
ConfigImpl.resetORMEngine(PageContext pc,
boolean force) |
void |
ConfigWebAdmin.restart(String password)
run update from cfml engine
|
void |
ConfigWebAdmin.runUpdate(String password)
run update from cfml engine
|
void |
ConfigWebAdmin.setMailDefaultCharset(String charset)
sets the charset for the mail
|
void |
ConfigWebAdmin.setMailLog(String logFile,
String level)
sets Mail Logger to Config
|
void |
ConfigWebAdmin.store() |
void |
ConfigWebAdmin.updateAdminSyncClass(String classname) |
void |
ConfigWebAdmin.updateAuthKey(String key) |
void |
ConfigWebAdmin.updateCacheConnection(String name,
String classname,
int _default,
Struct custom,
boolean readOnly,
boolean storage) |
void |
ConfigWebAdmin.updateCacheDefaultConnection(int type,
String name) |
void |
ConfigWebAdmin.updateClusterClass(String classname) |
void |
ConfigWebAdmin.updateCompilerSettings(Boolean dotNotationUpperCase,
Boolean suppressWSBeforeArg,
Boolean nullSupport) |
void |
ConfigWebAdmin.updateCPPCFX(String name,
String procedure,
String strServerLibrary,
boolean keepAlive) |
void |
ConfigWebAdmin.updateCustomTagExtensions(String extensions) |
void |
ConfigWebAdmin.updateDefaultResourceProvider(Class clazz,
String arguments) |
void |
ConfigWebAdmin.updateExtension(PageContext pc,
Extension extension) |
void |
ConfigWebAdmin.updateGatewayEntry(String id,
String className,
String cfcPath,
String listenerCfcPath,
int startupMode,
Struct custom,
boolean readOnly) |
void |
ConfigWebAdmin.updateJavaCFX(String name,
String strClass)
insert or update a Java CFX Tag
|
void |
ConfigWebAdmin.updateLogSettings(String name,
org.apache.log4j.Level level,
String appenderClassName,
Struct appenderArgs,
String layoutClassName,
Struct layoutArgs) |
void |
ConfigWebAdmin.updateMailServer(String hostName,
String username,
String password,
int port,
boolean tls,
boolean ssl,
long lifeTimeSpan,
long idleTimeSpan)
insert or update a mailserver on system
|
void |
ConfigWebAdmin.updateMonitor(String className,
String type,
String name,
boolean logEnabled) |
void |
ConfigWebImpl.updatePassword(boolean server,
Password passwordOld,
Password passwordNew) |
void |
ConfigWebImpl.updatePassword(boolean server,
String passwordOld,
String passwordNew) |
static void |
Password.updatePassword(ConfigImpl config,
Password passwordOld,
Password passwordNew) |
static void |
Password.updatePassword(ConfigImpl config,
String strPasswordOld,
String strPasswordNew) |
void |
ConfigWebAdmin.updateRemoteClient(String label,
String url,
String type,
String securityKey,
String usage,
String adminPassword,
String serverUsername,
String serverPassword,
String proxyServer,
String proxyUsername,
String proxyPassword,
String proxyPort) |
void |
ConfigWebAdmin.updateResourceCharset(String charset) |
void |
ConfigWebAdmin.updateResourceProvider(String scheme,
Class clazz,
String arguments) |
void |
ConfigWebAdmin.updateResourceProvider(String scheme,
Class clazz,
Struct arguments) |
static void |
ConfigWebAdmin.updateRHExtension(ConfigImpl config,
RHExtension rhExtension) |
void |
ConfigWebAdmin.updateSerial(String serial) |
void |
ConfigWebAdmin.updateTemplateCharset(String charset) |
void |
ConfigWebAdmin.updateTimeServer(String timeServer,
Boolean useTimeServer)
update the timeServer
|
void |
ConfigWebAdmin.updateVideoExecuterClass(String classname) |
void |
ConfigWebAdmin.updateWebCharset(String charset) |
void |
ConfigWebAdmin.verifyCFX(String name) |
void |
ConfigWebAdmin.verifyExtensionProvider(String strUrl) |
void |
ConfigWebAdmin.verifyJavaCFX(String name,
String strClass) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
Cryptor.decrypt(byte[] input,
String key,
String algorithm,
byte[] ivOrSalt,
int iterations)
a decrypt method that takes an encrypted byte-array for input and returns an unencrypted byte-array
|
static String |
Cryptor.decrypt(String input,
String key,
String algorithm,
byte[] ivOrSalt,
int iterations,
String encoding,
String charset)
a decrypt method that takes an encrypted, encoded, String for input and returns a clear-text String
|
static byte[] |
Cryptor.encrypt(byte[] input,
String key,
String algorithm,
byte[] ivOrSalt,
int iterations)
an encrypt method that takes a byte-array for input and returns an encrypted byte-array
|
static String |
Cryptor.encrypt(String input,
String key,
String algorithm,
byte[] ivOrSalt,
int iterations,
String encoding,
String charset)
an encrypt method that takes a clear-text String for input and returns an encrypted, encoded, String
|
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) |
void |
DataSourceManager.commit()
commit hanging transaction
|
Object |
DatasourceConnectionImpl.execute(Config config) |
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) |
DatasourceConnection |
DatasourceConnectionPool.getDatasourceConnection(DataSource datasource,
String user,
String pass) |
Object |
SQLItemImpl.getValueForCF() |
Object |
SQLItem.getValueForCF() |
static boolean |
LikeCompare.like(SQL sql,
String haystack,
String needle) |
static boolean |
LikeCompare.like(SQL sql,
String haystack,
String needle,
String escape) |
void |
DataSourceManager.releaseConnection(PageContext pc,
DatasourceConnection dc) |
void |
DataSourceManager.rollback()
rollback hanging transaction
|
void |
DataSourceManager.savepoint() |
static void |
SQLCaster.setValue(TimeZone tz,
PreparedStatement stat,
int parameterIndex,
SQLItem item) |
static Object |
SQLCaster.toCFType(Object value) |
static Object |
SQLCaster.toCFType(Object value,
int type) |
static Object |
SQLCaster.toCFTypex(SQLItem item)
cast a Value to a correspondance CF Type
|
static Object |
SQLCaster.toSqlType(SQLItem item)
sets a Value to a PreparedStatement
|
Modifier and Type | Method and Description |
---|---|
void |
DebuggerImpl.addException(Config config,
PageException pe) |
void |
Debugger.addException(Config config,
PageException pe) |
Modifier and Type | Method and Description |
---|---|
Struct |
Debugger.getDebuggingData(PageContext pc)
returns the Debugging Info
|
Struct |
Debugger.getDebuggingData(PageContext pc,
boolean addAddionalInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleDumpData.castToBooleanValue() |
DateTime |
SimpleDumpData.castToDateTime() |
double |
SimpleDumpData.castToDoubleValue() |
String |
SimpleDumpData.castToString() |
int |
SimpleDumpData.compareTo(DateTime dt) |
int |
SimpleDumpData.compareTo(double d) |
int |
SimpleDumpData.compareTo(String str) |
Modifier and Type | Method and Description |
---|---|
ConfigServer |
CFMLEngineImpl.getConfigServer(String password) |
ConfigServer |
CFMLEngineImpl.getConfigServer(String key,
long timeNonce) |
Modifier and Type | Method and Description |
---|---|
ErrorPage |
ErrorPagePool.getErrorPage(PageException pe,
short type)
returns the error page
|
void |
ErrorPagePool.removeErrorPage(PageException pe)
remove this error page
|
Modifier and Type | Class and Description |
---|---|
class |
Abort
This Exception will be Throwed, when page Excecution will be aborted (tag abort).
|
class |
AbortException |
class |
ApplicationException
Application Exception Object
|
class |
CasterException |
class |
CustomTypeException
Exception throwed by CFML Code
|
class |
DatabaseException
Database Exception Object
|
class |
DeprecatedException |
class |
ExpressionException
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
|
class |
FTPException |
class |
FunctionException
specified exception for Built-In Function
|
class |
FunctionNotSupported |
class |
HTTPException
Exception class for the HTTP Handling
|
class |
LockException |
class |
MissingIncludeException
Exception throwed when missing include
|
class |
NativeException
Box a Native Exception, Native = !PageException
|
class |
PageExceptionImpl
Lucee Runtime Page Exception, all runtime Exception are sub classes of this class
|
class |
PostContentAbort
This Exception is only thrown after cfcontent with file, to indicate a silent Abort when used in onMissingTemplate
|
class |
RemoteAccessException |
class |
RemoteException |
class |
RequestTimeoutException |
class |
SecurityException |
class |
StopException |
class |
TagAttributeException
exception to throw invalid attributes of tags
|
class |
TagNotSupported |
class |
TemplateException
Template Exception Object
|
class |
UDFCasterException |
class |
XMLException
XmL Exception
|
Modifier and Type | Method and Description |
---|---|
PageException |
PageRuntimeException.getPageException() |
PageException |
CatchBlockImpl.getPageException() |
PageException |
PageServletException.getPageException() |
PageException |
CatchBlock.getPageException() |
PageException |
PageExceptionBox.getPageException() |
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(Collection.Key key) |
Object |
CatchBlockImpl.get(PageContext pc,
Collection.Key key) |
Object |
CatchBlockImpl.get(PageContext pc,
String key) |
Object |
CatchBlockImpl.remove(Collection.Key key) |
Object |
CatchBlockImpl.set(Collection.Key key,
Object value) |
Object |
CatchBlockImpl.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
CatchBlockImpl.set(PageContext pc,
String propertyName,
Object value) |
Constructor and Description |
---|
AlwaysThrow(PageException pe) |
PageRuntimeException(PageException pe)
constructor of the class
|
PageServletException(PageException pe)
constructor of the class
|
RemoteAccessException(RemoteClient client,
PageException pe) |
Modifier and Type | Method and Description |
---|---|
void |
TagSupport.required(String tagName,
String actionName,
String attributeName,
Object attribute)
check if value is not empty
|
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 void |
ArrayMerge.append(Array target,
Array source) |
static Object |
ArrayLast.call(PageContext pc,
Array array) |
static Object |
ArrayFirst.call(PageContext pc,
Array array) |
static double |
ArrayMax.call(PageContext pc,
Array array) |
static Struct |
ArrayToStruct.call(PageContext pc,
Array arr) |
static double |
ArrayMin.call(PageContext pc,
Array array) |
static Array |
ArrayMerge.call(PageContext pc,
Array arr1,
Array arr2) |
static Array |
ArrayMerge.call(PageContext pc,
Array arr1,
Array arr2,
boolean leaveIndex) |
static Array |
ArraySlice.call(PageContext pc,
Array arr,
double offset) |
static boolean |
ArrayDeleteAt.call(PageContext pc,
Array array,
double number) |
static Array |
ArraySlice.call(PageContext pc,
Array arr,
double offset,
double length) |
static boolean |
ArraySet.call(PageContext pc,
Array array,
double from,
double to,
Object value) |
static boolean |
ArrayInsertAt.call(PageContext pc,
Array array,
double number,
Object object) |
static 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 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 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(Array array,
Object value,
boolean caseSensitive) |
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) |
static void |
ArrayMerge.set(Array target,
Array source) |
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) |
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 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 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 double |
Beat.call(PageContext pc) |
static double |
Beat.call(PageContext pc,
Object obj) |
static String |
SetTimeZone.call(PageContext pc,
String strTimezone) |
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 |
IsUserInAnyRole.call(PageContext pc) |
static boolean |
IsIPv6.call(PageContext pc) |
static boolean |
IsEmpty.call(PageContext pc,
Object value) |
static boolean |
IsUserInRole.call(PageContext pc,
Object object) |
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 |
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) |
Modifier and Type | Method and Description |
---|---|
static String |
DecimalFormat.call(PageContext pc,
Object object) |
static String |
YesNoFormat.call(PageContext pc,
Object object) |
static String |
DateFormat.call(PageContext pc,
Object object) |
static String |
TrueFalseFormat.call(PageContext pc,
Object object) |
static String |
NumberFormat.call(PageContext pc,
Object object) |
static String |
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 |
DateFormat.call(PageContext pc,
Object object,
String mask) |
static String |
NumberFormat.call(PageContext pc,
Object object,
String mask) |
static String |
DateFormat.call(PageContext pc,
Object object,
String mask,
String strTimezone) |
static String |
AjaxOnLoad.call(PageContext pc,
String functionName) |
static String |
AjaxLink.call(PageContext pc,
String url) |
Object |
DateTimeFormat.invoke(PageContext pc,
Object[] args) |
String |
DateFormat.invoke(PageContext pc,
Object[] args) |
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 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) |
static void |
EvaluateComponent.setInternalState(Component comp,
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 |
FileUpload.call(PageContext pc,
String destination) |
static String |
DirectoryDelete.call(PageContext pc,
String path) |
static Object |
DirectoryList.call(PageContext pc,
String path) |
static Array |
FileUploadAll.call(PageContext pc,
String destination) |
static Object |
FileOpen.call(PageContext pc,
String path) |
static String |
DirectoryCreate.call(PageContext pc,
String path) |
static String |
DirectoryDelete.call(PageContext pc,
String path,
boolean recurse) |
static Object |
DirectoryList.call(PageContext pc,
String path,
boolean recurse) |
static String |
DirectoryCreate.call(PageContext pc,
String path,
boolean 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) |
boolean |
FileStreamWrapper.castToBooleanValue() |
DateTime |
FileStreamWrapper.castToDateTime() |
double |
FileStreamWrapper.castToDoubleValue() |
String |
FileStreamWrapper.castToString() |
int |
FileStreamWrapper.compareTo(boolean b) |
int |
FileStreamWrapper.compareTo(DateTime dt) |
int |
FileStreamWrapper.compareTo(double d) |
int |
FileStreamWrapper.compareTo(String str) |
Object |
FileStreamWrapper.get(Collection.Key key) |
Object |
GetCanonicalPath.invoke(PageContext pc,
Object[] args) |
Object |
FileStreamWrapper.remove(Collection.Key key) |
void |
FileStreamWrapperWrite.seek(long pos) |
void |
FileStreamWrapperReadWrite.seek(long pos) |
void |
FileStreamWrapperRead.seek(long pos) |
abstract void |
FileStreamWrapper.seek(long pos) |
void |
FileStreamWrapperReadBinary.seek(long pos) |
Object |
FileStreamWrapper.set(Collection.Key key,
Object value) |
void |
FileStreamWrapperWrite.skip(int len) |
void |
FileStreamWrapperReadWrite.skip(int len) |
void |
FileStreamWrapperRead.skip(int len) |
abstract void |
FileStreamWrapper.skip(int len) |
void |
FileStreamWrapperReadBinary.skip(int len) |
Modifier and Type | Method and Description |
---|---|
static String |
SendGatewayMessage.call(PageContext pc,
String gatewayID,
Struct data) |
Modifier and Type | Method and Description |
---|---|
static Struct |
ImageFormats.call(PageContext pc) |
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 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 Object |
ImageFilterColorMap.call(PageContext pc,
String type,
String lineColor1) |
static Object |
ImageFilterColorMap.call(PageContext pc,
String type,
String lineColor1,
String lineColor2) |
static Struct |
ImageGetEXIFMetadata.getData(Image img) |
Modifier and Type | Method and Description |
---|---|
static String |
LSTimeFormat.call(PageContext pc,
Object o) |
static String |
LSCurrencyFormat.call(PageContext pc,
Object number) |
static DateTime |
LSParseDateTime.call(PageContext pc,
Object oDate) |
static String |
LSNumberFormat.call(PageContext pc,
Object object) |
static String |
LSDateFormat.call(PageContext pc,
Object object) |
static String |
LSEuroCurrencyFormat.call(PageContext pc,
Object number) |
static String |
LSTimeFormat.call(PageContext pc,
Object o,
String mask) |
static String |
LSCurrencyFormat.call(PageContext pc,
Object number,
String type) |
static DateTime |
LSParseDateTime.call(PageContext pc,
Object oDate,
String strLocale) |
static String |
LSNumberFormat.call(PageContext pc,
Object object,
String mask) |
static String |
LSDateFormat.call(PageContext pc,
Object object,
String mask) |
static String |
LSEuroCurrencyFormat.call(PageContext pc,
Object number,
String type) |
static String |
LSTimeFormat.call(PageContext pc,
Object o,
String mask,
String strLocale) |
static String |
LSCurrencyFormat.call(PageContext pc,
Object number,
String type,
String strLocale) |
static DateTime |
LSParseDateTime.call(PageContext pc,
Object oDate,
String strLocale,
String strTimezoneOrFormat) |
static String |
LSNumberFormat.call(PageContext pc,
Object object,
String mask,
String locale) |
static String |
LSDateFormat.call(PageContext pc,
Object object,
String mask,
String strLocale) |
static String |
LSEuroCurrencyFormat.call(PageContext pc,
Object number,
String type,
String locale) |
static String |
LSTimeFormat.call(PageContext pc,
Object o,
String mask,
String strLocale,
String strTimezone) |
static DateTime |
LSParseDateTime.call(PageContext pc,
Object oDate,
String strLocale,
String strTimezone,
String strFormat) |
static String |
LSDateFormat.call(PageContext pc,
Object object,
String mask,
String strLocale,
String strTimezone) |
static double |
LSParseNumber.call(PageContext pc,
String string) |
static String |
LSParseCurrency.call(PageContext pc,
String string) |
static String |
SetLocale.call(PageContext pc,
String strLocale) |
static String |
LSParseEuroCurrency.call(PageContext pc,
String string) |
static double |
LSParseNumber.call(PageContext pc,
String string,
String strLocale) |
static String |
LSParseCurrency.call(PageContext pc,
String string,
String strLocale) |
static String |
SetEncoding.call(PageContext pc,
String scope,
String charset) |
static String |
LSParseEuroCurrency.call(PageContext pc,
String string,
String strLocale) |
Object |
LSDateFormat.invoke(PageContext pc,
Object[] args) |
Object |
LSDayOfWeek.invoke(PageContext pc,
Object[] args) |
static double |
LSCurrencyFormat.toDouble(Object number) |
static double |
LSParseNumber.toDoubleValue(Locale locale,
String str) |
static double |
LSParseCurrency.toDoubleValue(Locale locale,
String str) |
static double |
LSParseCurrency.toDoubleValue(Locale locale,
String str,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
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 |
ListItemTrim.call(PageContext pc,
String list) |
static String |
ListRemoveDuplicates.call(PageContext pc,
String list) |
static String |
ListGetAt.call(PageContext pc,
String list,
double posNumber) |
static String |
ListGetAt.call(PageContext pc,
String list,
double posNumber,
String delimiter) |
static String |
ListGetAt.call(PageContext pc,
String list,
double posNumber,
String delimiter,
boolean includeEmptyFields) |
static String |
ListChangeDelims.call(PageContext pc,
String list,
String newDel) |
static String |
ListSort.call(PageContext pc,
String list,
String sortType) |
static double |
ListValueCountNoCase.call(PageContext pc,
String list,
String value) |
static String |
ListItemTrim.call(PageContext pc,
String list,
String delimiter) |
static double |
ListValueCount.call(PageContext pc,
String list,
String value) |
static String |
ListRemoveDuplicates.call(PageContext pc,
String list,
String delimiter) |
static String |
ListItemTrim.call(PageContext pc,
String list,
String delimiter,
boolean includeEmptyFields) |
static String |
ListRemoveDuplicates.call(PageContext pc,
String list,
String delimiter,
boolean ignoreCase) |
static String |
ListChangeDelims.call(PageContext pc,
String list,
String newDel,
String oldDel) |
static String |
ListSort.call(PageContext pc,
String list,
String sortType,
String sortOrder) |
static double |
ListValueCountNoCase.call(PageContext pc,
String list,
String value,
String delimiter) |
static double |
ListValueCount.call(PageContext pc,
String list,
String value,
String delimiter) |
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 |
ListValueCount.call(PageContext pc,
String list,
String value,
String delimiter,
boolean includeEmptyFields) |
static String |
ListChangeDelims.call(PageContext pc,
String list,
String newDel,
String oldDel,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
static String |
ListSort.call(PageContext pc,
String list,
String sortType,
String sortOrder,
String delimiter) |
static String |
ListSort.call(PageContext pc,
String list,
String sortType,
String sortOrder,
String delimiter,
boolean includeEmptyFields) |
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 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 Struct |
IntergralContext.call(PageContext pc) |
static Struct |
GetFunctionList.call(PageContext pc) |
static Array |
GetFunctionKeywords.call(PageContext pc) |
static Object |
GetMetaData.call(PageContext pc) |
static Struct |
GetId.call(PageContext pc) |
static Struct |
GetTagList.call(PageContext pc) |
static String |
GetAuthUser.call(PageContext pc) |
static Struct |
GetHTTPRequestData.call(PageContext pc) |
static double |
ToNumeric.call(PageContext pc,
Object value) |
static Struct |
GetComponentMetaData.call(PageContext pc,
Object obj) |
static Object |
GetMetaData.call(PageContext pc,
Object object) |
static boolean |
SystemOutput.call(PageContext pc,
Object obj) |
static Object |
ObjectSave.call(PageContext pc,
Object input) |
static byte[] |
ToBinary.call(PageContext pc,
Object data) |
static String |
Dump.call(PageContext pc,
Object object) |
static Object |
ObjectLoad.call(PageContext pc,
Object input) |
static double |
GetNumericDate.call(PageContext pc,
Object object) |
static Object |
_CreateComponent.call(PageContext pc,
Object[] objArr) |
static Object |
GetMetaData.call(PageContext pc,
Object object,
boolean source) |
static boolean |
SystemOutput.call(PageContext pc,
Object obj,
boolean addNewLine) |
static boolean |
SystemOutput.call(PageContext pc,
Object obj,
boolean addNewLine,
boolean doErrorStream) |
static double |
ToNumeric.call(PageContext pc,
Object value,
Object oRadix) |
static Object |
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 |
SSLCertificateInstall.call(PageContext pc,
String host) |
static String |
QuotedValueList.call(PageContext pc,
String strQueryColumn) |
static Object |
CreateObject.call(PageContext pc,
String cfcName) |
static Struct |
GetBaseTagData.call(PageContext pc,
String tagName) |
static Struct |
GetProfileSections.call(PageContext pc,
String fileName) |
static String |
URLEncode.call(PageContext pc,
String str) |
static boolean |
WriteOutput.call(PageContext pc,
String string) |
static Query |
SSLCertificateList.call(PageContext pc,
String host,
double port) |
static String |
SSLCertificateInstall.call(PageContext pc,
String host,
double port) |
static Struct |
GetBaseTagData.call(PageContext pc,
String tagName,
double minLevel) |
static Struct |
GetTagData.call(PageContext pc,
String nameSpace,
String strTagName) |
static String |
Encrypt.call(PageContext pc,
String 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 |
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 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) |
static byte[] |
Encrypt.invoke(byte[] input,
String key,
String algorithm,
byte[] ivOrSalt,
int iterations) |
static byte[] |
Decrypt.invoke(byte[] input,
String key,
String algorithm,
byte[] ivOrSalt,
int iterations) |
Object |
StripCr.invoke(PageContext pc,
Object[] args) |
static String |
URLEncodedFormat.invoke(String str,
String encoding,
boolean force) |
static String |
Encrypt.invoke(String input,
String key,
String algorithm,
String encoding,
Object ivOrSalt,
int iterations) |
static String |
Decrypt.invoke(String input,
String key,
String algorithm,
String encoding,
Object ivOrSalt,
int iterations) |
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 |
ESAPIEncode.call(PageContext pc,
String strEncodeFor,
String value) |
static String |
ESAPIDecode.call(PageContext pc,
String strDecodeFrom,
String value) |
static String |
ESAPIDecode.decode(String item,
short decFrom) |
static String |
ESAPIEncode.encode(String item,
short encFor) |
Modifier and Type | Method and Description |
---|---|
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 Query |
QueryNew.call(PageContext pc,
Object columnNames,
Object columnTypes) |
static Query |
QueryNew.call(PageContext pc,
Object columnNames,
Object columnTypes,
Object data) |
static boolean |
QueryDeleteRow.call(PageContext pc,
Query query) |
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 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 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) |
static Array |
QueryDeleteColumn.toArray(QueryColumn column) |
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) |
Modifier and Type | Method and Description |
---|---|
static String |
StoreAddACL._call(PageContext pc,
String url,
Object objACL) |
static String |
StoreSetACL._call(PageContext pc,
String url,
Object objACL) |
static String |
StoreGetMetaData.call(PageContext pc,
String url) |
static Object |
StoreGetACL.call(PageContext pc,
String url) |
static String |
StoreAddACL.call(PageContext pc,
String url,
Object objACL) |
static String |
StoreSetACL.call(PageContext pc,
String url,
Object objACL) |
static String |
StoreSetMetaData.call(PageContext pc,
String url,
Struct metadata) |
static void |
StoreSetACL.invoke(S3Resource res,
Object objACL) |
Modifier and Type | Method and Description |
---|---|
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 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 double |
Val.call(PageContext pc,
String value) |
static double |
ParseNumber.call(PageContext pc,
String strNumber) |
static String |
Hash40.call(PageContext pc,
String input) |
static String |
Hash.call(PageContext pc,
String input) |
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 |
ParseNumber.call(PageContext pc,
String strNumber,
String strRadix) |
static String |
Hash40.call(PageContext pc,
String input,
String algorithm) |
static String |
Hash.call(PageContext pc,
String input,
String algorithm) |
static String |
Hash40.call(PageContext pc,
String input,
String algorithm,
String encoding) |
static String |
Hash.call(PageContext pc,
String input,
String algorithm,
String encoding) |
static Object |
JavaCast.calls(PageContext pc,
String string,
Object object) |
static String |
Hash40.invoke(Config config,
Object input,
String algorithm,
String encoding,
int numIterations) |
static String |
Hash.invoke(Config config,
Object input,
String algorithm,
String encoding,
int numIterations) |
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 double |
ParseNumber.invoke(String strNumber,
String strRadix) |
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 |
Struct_.call(PageContext pc,
Object[] objArr) |
static Struct |
LiteralStruct.call(PageContext pc,
Object[] objArr) |
static Struct |
JsonStruct.call(PageContext pc,
Object[] objArr) |
static Object |
StructGet.call(PageContext pc,
String string) |
static double |
StructKeyTranslate.call(PageContext pc,
Struct sct) |
static Object |
StructCopy.call(PageContext pc,
Struct src) |
static Array |
StructSort.call(PageContext pc,
Struct base) |
static double |
StructKeyTranslate.call(PageContext pc,
Struct sct,
boolean deepTranslation) |
static double |
StructKeyTranslate.call(PageContext pc,
Struct sct,
boolean deepTranslation,
boolean leaveOriginalKey) |
static Object |
StructFind.call(PageContext pc,
Struct struct,
Collection.Key key) |
static Array |
StructFindKey.call(PageContext pc,
Struct struct,
String value) |
static Object |
StructFind.call(PageContext pc,
Struct struct,
String key) |
static Array |
StructSort.call(PageContext pc,
Struct base,
String sortType) |
static Array |
StructFindValue.call(PageContext pc,
Struct struct,
String value) |
static boolean |
StructUpdate.call(PageContext pc,
Struct struct,
String key,
Object object) |
static 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) |
static int |
StructKeyTranslate.translate(Collection coll,
boolean deep,
boolean leaveOrg) |
Modifier and Type | Method and Description |
---|---|
static DateTime |
ApplicationStartTime.call(PageContext pc) |
static Object |
GetTemplatePath.call(PageContext pc) |
static String |
GetUserRoles.call(PageContext pc) |
static String |
SessionInvalidate.call(PageContext pc) |
static Array |
GetClassPath.call(PageContext pc) |
static String |
SystemCacheClear.call(PageContext pc) |
static Query |
GetMemoryUsage.call(PageContext pc) |
static DateTime |
SessionStartTime.call(PageContext pc) |
static Struct |
GetUsageData.call(PageContext pc) |
static String |
ApplicationStop.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 String |
GetCurrentTemplatePath.call(PageContext pc) |
static String |
CallStackDump.call(PageContext pc) |
static Object |
SizeOf.call(PageContext pc,
Object object) |
static Object |
DotNetToCFType.call(PageContext pc,
Object input) |
static Object |
CFFunction.call(PageContext pc,
Object[] objArr) |
static Object |
SizeOf.call(PageContext pc,
Object object,
boolean complex) |
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 |
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 |
DirectoryExists.call(PageContext pc,
String path) |
static Object |
GetBuiltInFunction.call(PageContext pc,
String name) |
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 |
XmlSearch._call(Node node,
String expr,
boolean caseSensitive) |
static Object |
GetSOAPRequest.call(PageContext pc) |
static Node |
XmlNew.call(PageContext pc) |
static Node |
XmlNew.call(PageContext pc,
boolean caseSensitive) |
static Object |
XmlSearch.call(PageContext pc,
Node node,
String expr) |
static Object |
GetSOAPRequest.call(PageContext pc,
Object webservice) |
static Object |
GetSOAPResponse.call(PageContext pc,
Object webservice) |
static String |
XmlTransform.call(PageContext pc,
Object oXml,
String xsl) |
static 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) |
Modifier and Type | Method and Description |
---|---|
PageException |
PageGatewayException.getPageException() |
Modifier and Type | Method and Description |
---|---|
void |
GatewayEngineImpl.addEntries(Config config,
Map<String,GatewayEntry> entries) |
void |
GatewayEngineImpl.addEntry(Config config,
GatewayEntry ge) |
Object |
GatewayEngineImpl.call(String cfcPath,
String id,
String functionName,
Struct arguments,
boolean cfcPeristent,
Object defaultValue) |
boolean |
GatewayEngineImpl.callOneWay(String cfcPath,
String id,
String functionName,
Struct arguments,
boolean cfcPeristent) |
void |
GatewayEntryImpl.createGateway(Config config) |
void |
GatewayEntry.createGateway(Config config) |
Object |
GatewayEngineImpl.getComponent(String cfcPath,
String id) |
Object |
GatewayEngineImpl.getHelper(String gatewayId)
get helper object
|
int |
GatewayEngineImpl.getState(String gatewayId)
get the state of gateway
|
void |
GatewayEngineImpl.restart(String gatewayId)
restart the gateway
|
String |
GatewayEngineImpl.sendMessage(String gatewayId,
Struct data)
send the message to the gateway
|
void |
GatewayEngineImpl.start(String gatewayId)
start the gateway
|
void |
GatewayEngineImpl.stop(String gatewayId)
stop the gateway
|
Constructor and Description |
---|
PageGatewayException(PageException pe) |
Modifier and Type | Method and Description |
---|---|
void |
XMLEventParser.start(Resource xmlFile)
start execution of the parser
|
void |
XMLEventParser.start(Resource xmlFile,
String saxParserCass)
start execution of the parser
|
Modifier and Type | Class and Description |
---|---|
class |
ImageException |
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) |
boolean |
Image.castToBooleanValue() |
DateTime |
Image.castToDateTime() |
double |
Image.castToDoubleValue() |
String |
Image.castToString() |
int |
Image.compareTo(boolean b) |
int |
Image.compareTo(DateTime dt) |
int |
Image.compareTo(double d) |
int |
Image.compareTo(String str) |
static Image |
Image.createImage(PageContext pc,
Object obj,
boolean check4Var,
boolean clone,
boolean checkAccess,
String format) |
void |
Image.drawString(String text,
int x,
int y,
Struct attr) |
Object |
Image.get(Collection.Key key) |
String |
Image.getBase64String(String format) |
byte[] |
Image.getImageBytes(String format) |
byte[] |
Image.getImageBytes(String format,
boolean noMeta) |
Object |
Image.remove(Collection.Key key) |
void |
Image.resize(int scale,
String interpolation,
double blurFactor) |
void |
Image.resize(String strWidth,
String strHeight,
String interpolation,
double blurFactor) |
void |
Image.scaleToFit(String fitWidth,
String fitHeight,
String interpolation,
double blurFactor) |
Object |
Image.set(Collection.Key key,
Object value) |
void |
Image.setDrawingStroke(Struct attr) |
static Image |
Image.toImage(Object obj) |
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) |
String |
Image.writeBase64(Resource destination,
String format,
boolean inHTMLFormat) |
Modifier and Type | Class and Description |
---|---|
class |
InterpreterException |
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 VariableReference |
VariableInterpreter.getVariableReference(PageContext pc,
Collection.Key[] keys,
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 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 |
---|---|
boolean |
LStringBuffer.eeq(PageContext pc,
Ref other) |
boolean |
LBigDecimal.eeq(PageContext pc,
Ref other) |
boolean |
LString.eeq(PageContext pc,
Ref other) |
boolean |
LBoolean.eeq(PageContext pc,
Ref other) |
boolean |
LNumber.eeq(PageContext pc,
Ref other) |
String |
LStringBuffer.getString(PageContext pc) |
String |
Literal.getString(PageContext pc)
cast literal to a string
|
Object |
LStringBuffer.getValue(PageContext pc) |
Object |
LFunctionValue.getValue(PageContext pc) |
static String[] |
LFunctionValue.toStringArray(PageContext pc,
Set set) |
Constructor and Description |
---|
LBigDecimal(String literal)
constructor of the class
|
LBoolean(String str)
constructor with boolean
|
LNumber(String literal)
constructor of the class
|
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 |
---|---|
static Object |
JavaProxy._toCFML(Object value) |
Object |
JavaObject.call(PageContext pc,
Collection.Key methodName,
Object[] arguments) |
Object |
JavaObject.call(PageContext pc,
String methodName,
Object[] arguments) |
Object |
JavaObject.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
Object |
JavaObject.callWithNamedValues(PageContext pc,
String methodName,
Struct args) |
boolean |
JavaObject.castToBooleanValue() |
DateTime |
JavaObject.castToDateTime() |
double |
JavaObject.castToDoubleValue() |
String |
JavaObject.castToString() |
int |
JavaObject.compareTo(boolean b) |
int |
JavaObject.compareTo(DateTime dt) |
int |
JavaObject.compareTo(double d) |
int |
JavaObject.compareTo(String str) |
Object |
JavaObject.get(PageContext pc,
Collection.Key key) |
Object |
JavaObject.get(PageContext pc,
String propertyName) |
Object |
JavaObject.getEmbededObject() |
Object |
JavaObject.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Modifier and Type | Class and Description |
---|---|
class |
ModernAppListenerException |
Modifier and Type | Method and Description |
---|---|
PageException |
ModernAppListenerException.getPageException() |
Modifier and Type | Method and Description |
---|---|
static void |
ClassicAppListener._onError(PageContext pc,
PageException pe) |
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
|
Modifier and Type | Method and Description |
---|---|
static void |
ClassicAppListener._onDebug(PageContext pc) |
PageSource |
RequestListener.execute(PageContext pc,
PageSource requestedPage)
execute by the Application Listener
|
DataSource |
ApplicationContextPro.getDataSource(String dataSourceName) |
void |
ModernAppListener.onApplicationEnd(CFMLFactory factory,
String applicationName) |
void |
ClassicAppListener.onApplicationEnd(CFMLFactory factory,
String applicationName) |
void |
NoneAppListener.onApplicationEnd(CFMLFactory factory,
String applicationName) |
void |
ApplicationListener.onApplicationEnd(CFMLFactory cfmlFactory,
String applicationName)
this method will be called when a application scope ends
|
boolean |
ModernAppListener.onApplicationStart(PageContext pc) |
boolean |
ClassicAppListener.onApplicationStart(PageContext pc) |
boolean |
NoneAppListener.onApplicationStart(PageContext pc) |
boolean |
ApplicationListener.onApplicationStart(PageContext pc)
this method will be called when a new application context starts
|
void |
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.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 |
AppListenerSupport.onServerEnd() |
void |
ApplicationListener.onServerEnd()
this method will be called when the server shutdown correctly (no crashes)
|
void |
AppListenerSupport.onServerStart() |
void |
ApplicationListener.onServerStart()
this method will be called when a server starts
|
void |
ModernAppListener.onSessionEnd(CFMLFactory factory,
String applicationName,
String cfid) |
void |
ClassicAppListener.onSessionEnd(CFMLFactory cfmlFactory,
String applicationName,
String cfid) |
void |
NoneAppListener.onSessionEnd(CFMLFactory cfmlFactory,
String applicationName,
String cfid) |
void |
ApplicationListener.onSessionEnd(CFMLFactory cfmlFactory,
String applicationName,
String cfid)
this method will be called when a session ends
|
void |
ModernAppListener.onSessionStart(PageContext pc) |
void |
ClassicAppListener.onSessionStart(PageContext pc) |
void |
NoneAppListener.onSessionStart(PageContext pc) |
void |
ApplicationListener.onSessionStart(PageContext pc)
this method will be called when a new session starts
|
void |
ModernApplicationContext.reinitORM(PageContext pc) |
void |
ClassicApplicationContext.reinitORM(PageContext pc) |
void |
ApplicationContext.reinitORM(PageContext pc) |
static void |
AppListenerUtil.setORMConfiguration(PageContext pc,
ApplicationContext ac,
Struct sct) |
static Mapping[] |
AppListenerUtil.toComponentMappings(ConfigWeb cw,
Object o,
Resource source) |
static Mapping[] |
AppListenerUtil.toCustomTagMappings(ConfigWeb cw,
Object o,
Resource source) |
static DataSource |
AppListenerUtil.toDataSource(String name,
Struct data) |
static DataSource[] |
AppListenerUtil.toDataSources(Object o) |
static Object |
AppListenerUtil.toDefaultDatasource(Object o) |
static Mapping[] |
AppListenerUtil.toMappings(ConfigWeb cw,
Object o,
Resource source) |
Constructor and Description |
---|
ModernAppListenerException(PageException pe,
String eventName)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Query |
AsyncRequestMonitor.getData(ConfigWeb config,
Map<String,Object> arguments) |
Query |
RequestMonitorWrap.getData(ConfigWeb config,
Map<String,Object> arguments) |
Query |
RequestMonitor.getData(ConfigWeb config,
Map<String,Object> arguments)
returns data for a single context
|
Query |
IntervallMonitorWrap.getData(Map<String,Object> arguments) |
Query |
IntervallMonitor.getData(Map<String,Object> arguments) |
Query |
ActionMonitor.getData(Map<String,Object> arguments) |
Modifier and Type | Method and Description |
---|---|
Object |
CFMLProxy.invokeBody(AMFCaster caster,
flex.messaging.config.ConfigMap configMap,
javax.servlet.ServletContext context,
javax.servlet.ServletConfig config,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
String serviceName,
String serviceMethodName,
List rawParams) |
Object |
ModernAMFCaster.toAMFObject(Object cf) |
Object |
OpenAMFCaster.toAMFObject(Object o)
cast cfml Object to AMF Object
|
Object |
ClassicAMFCaster.toAMFObject(Object cf) |
Object |
AMFCaster.toAMFObject(Object o)
cast cfml Object to AMF Object
|
Object |
OpenAMFCaster.toCFMLObject(Object amf) |
Object |
ClassicAMFCaster.toCFMLObject(Object amf) |
Object |
AMFCaster.toCFMLObject(Object amf)
cast a amf Object to cfml Object
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.net.ftp.FTPClient |
FTPPool.get(FTPConnection conn)
returns a FTPClient from the pool, if no matching exist, create a new one
|
Constructor and Description |
---|
FTPPath(AFTPClient client,
String relpath) |
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) |
int |
HTTPClient.compareTo(DateTime dt) |
int |
HTTPClient.compareTo(double d) |
int |
HTTPClient.compareTo(String str) |
Object |
HTTPClient.get(PageContext pc,
Collection.Key key) |
static Array |
MultiPartResponseUtils.getParts(byte[] barr,
String contentTypeHeader) |
Object |
HTTPClient.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Constructor and Description |
---|
HTTPClient(String httpUrl,
String username,
String password,
ProxyData proxyData) |
Modifier and Type | Method and Description |
---|---|
void |
LDAPClient.add(String dn,
String attributes,
String delimiter,
String seperator)
adds LDAP entries to LDAP server
|
void |
LDAPClient.modify(String dn,
int modifytype,
String strAttributes,
String delimiter,
String separator) |
Query |
LDAPClient.query(String strAttributes,
int scope,
int startrow,
int maxrows,
int timeout,
String[] sort,
int sortType,
int sortDirection,
String start,
String separator,
String filter) |
Modifier and Type | Method and Description |
---|---|
static javax.mail.internet.InternetAddress |
MailUtil.toInternetAddress(Object emails) |
static javax.mail.internet.InternetAddress[] |
MailUtil.toInternetAddresses(Object emails) |
Modifier and Type | Class and Description |
---|---|
class |
RPCException |
Modifier and Type | Method and Description |
---|---|
static void |
AxisUtil.addSOAPRequestHeader(WSClient client,
String namespace,
String name,
Object value,
boolean mustUnderstand) |
static Object |
AxisCaster.toAxisType(javax.xml.rpc.encoding.TypeMapping tm,
Object value,
Class targetClass) |
static Object |
AxisCaster.toAxisType(javax.xml.rpc.encoding.TypeMapping tm,
TimeZone tz,
org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry,
QName type,
Object value)
cast a value to a Axis Compatible Type
|
static Object |
AxisCaster.toLuceeType(PageContext pc,
Object value) |
static Object |
AxisCaster.toLuceeType(PageContext pc,
String customType,
Object value) |
static Pojo |
AxisCaster.toPojo(Pojo pojo,
javax.xml.rpc.encoding.TypeMapping tm,
org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry,
QName type,
Component comp,
Set<Object> done) |
static Pojo |
AxisCaster.toPojo(Pojo pojo,
javax.xml.rpc.encoding.TypeMapping tm,
org.apache.axis.wsdl.symbolTable.TypeEntry typeEntry,
QName type,
Struct sct,
Set<Object> done) |
Modifier and Type | Method and Description |
---|---|
abstract void |
WSClient.addHeader(org.apache.axis.message.SOAPHeaderElement header) |
void |
JaxWSClient.addHeader(org.apache.axis.message.SOAPHeaderElement header) |
Object |
JaxWSClient.call(PageContext pc,
Collection.Key methodName,
Object[] arguments) |
abstract Object |
WSClient.callWithNamedValues(Config config,
Collection.Key methodName,
Struct arguments) |
Object |
JaxWSClient.callWithNamedValues(Config config,
Collection.Key methodName,
Struct arguments) |
abstract Object |
WSClient.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct arguments) |
Object |
JaxWSClient.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct arguments) |
boolean |
JaxWSClient.castToBooleanValue() |
DateTime |
JaxWSClient.castToDateTime() |
double |
JaxWSClient.castToDoubleValue() |
String |
JaxWSClient.castToString() |
int |
JaxWSClient.compareTo(boolean b) |
int |
JaxWSClient.compareTo(DateTime dt) |
int |
JaxWSClient.compareTo(double d) |
int |
JaxWSClient.compareTo(String str) |
Object |
JaxWSClient.get(PageContext pc,
Collection.Key key) |
static WSClient |
WSClient.getInstance(PageContext pc,
String wsdlUrl,
String username,
String password,
ProxyData proxyData) |
abstract org.apache.axis.client.Call |
WSClient.getLastCall() |
org.apache.axis.client.Call |
JaxWSClient.getLastCall() |
static void |
JaxWSClient.main(String[] args) |
Object |
JaxWSClient.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Constructor and Description |
---|
JaxWSClient(String wsdlUrl,
String username,
String password,
ProxyData proxyData) |
Modifier and Type | Method and Description |
---|---|
void |
SMTPClient.addBCC(Object bcc) |
void |
SMTPClient.addCC(Object cc) |
void |
SMTPClient.addFailTo(Object ft) |
void |
SMTPClient.addReplyTo(Object rt) |
void |
SMTPClient.addTo(Object to) |
void |
SMTPClient.setFrom(Object from) |
void |
SMTPClient.setHost(String host) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Operator._equalsComplex(Set<Object> done,
Object left,
Object right,
boolean caseSensitive) |
static Object |
Caster.castTo(PageContext pc,
Class trgClass,
Object obj) |
static Object |
Caster.castTo(PageContext pc,
short type,
Object o)
cast a value to a value defined by type argument
|
Object |
CastImpl.castTo(PageContext pc,
short type,
Object o) |
static Object |
Caster.castTo(PageContext pc,
short type,
String strType,
Object o)
cast a value to a value defined by type argument
|
Object |
CastImpl.castTo(PageContext pc,
short type,
String strType,
Object o) |
Object |
CastImpl.castTo(PageContext pc,
String type,
Object o) |
static Object |
Caster.castTo(PageContext pc,
String type,
Object o,
boolean alsoPattern)
cast a value to a value defined by type argument
|
Object |
CastImpl.castTo(PageContext pc,
String type,
Object o,
boolean alsoPattern) |
boolean |
Castable.castToBooleanValue()
cast the castable value to a boolean value
|
DateTime |
Castable.castToDateTime()
cast the castable value to a date time object
|
double |
Castable.castToDoubleValue()
cast the castable value to a double value
|
String |
Castable.castToString()
cast the castable value to a string, other than the Method toString, this Method can throw a Exception
|
static Class |
Caster.cfTypeToClass(String type) |
static int |
Operator.compare(boolean left,
Object right)
compares a boolean with a Object
|
int |
OperationImpl.compare(boolean left,
Object right) |
static int |
Operator.compare(Castable left,
Object right) |
static int |
Operator.compare(Date left,
Object right)
compares a Date with a Object
|
int |
OperationImpl.compare(Date left,
Object right) |
static int |
Operator.compare(Date left,
String right)
compares a Date with a String
|
int |
OperationImpl.compare(Date left,
String right) |
static int |
Operator.compare(double left,
Object right)
compares a double with a Object
|
int |
OperationImpl.compare(double left,
Object right) |
static int |
Operator.compare(Locale left,
Object right) |
static int |
Operator.compare(Object left,
boolean right)
compares a Object with a boolean
|
int |
OperationImpl.compare(Object left,
boolean right) |
static int |
Operator.compare(Object left,
Castable right) |
static int |
Operator.compare(Object left,
Date right)
compares a Object with a Date
|
int |
OperationImpl.compare(Object left,
Date right) |
static int |
Operator.compare(Object left,
double right)
compares a Object with a double
|
int |
OperationImpl.compare(Object left,
double right) |
static int |
Operator.compare(Object left,
Locale right) |
static int |
Operator.compare(Object left,
Object right)
compares two Objects
|
int |
OperationImpl.compare(Object left,
Object right) |
static int |
Operator.compare(Object left,
String right)
compares a Object with a String
|
int |
OperationImpl.compare(Object left,
String right) |
static int |
Operator.compare(String left,
Date right)
compares a String with a Date
|
int |
OperationImpl.compare(String left,
Date right) |
static int |
Operator.compare(String left,
Object right)
compares a String with a Object
|
int |
OperationImpl.compare(String left,
Object right) |
int |
Castable.compareTo(boolean b) |
int |
Castable.compareTo(DateTime dt) |
int |
Castable.compareTo(double d) |
int |
Castable.compareTo(String str) |
Array |
CreationImpl.createArray(int dimension) |
Component |
CreationImpl.createComponentFromName(PageContext pc,
String fullName) |
Component |
CreationImpl.createComponentFromPath(PageContext pc,
String path) |
Document |
CreationImpl.createDocument() |
Document |
CreationImpl.createDocument(InputStream is,
boolean isHTML) |
Document |
CreationImpl.createDocument(Resource res,
boolean isHTML) |
Document |
CreationImpl.createDocument(String xml,
boolean isHTML) |
Query |
CreationImpl.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name) |
Query |
CreationImpl.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
String name) |
Resource |
CreationImpl.createResource(String path,
boolean existing) |
static boolean |
Operator.ct(Object left,
Object right)
check if left is inside right (String-> ignore case)
|
boolean |
OperationImpl.ct(Object left,
Object right) |
BigDecimal |
NumericOpBigDecimal.divideRef(Object left,
Object right) |
Double |
NumericOpDouble.divideRef(Object left,
Object right) |
Number |
NumericOp.divideRef(Object left,
Object right) |
static Double |
Operator.divideRef(Object left,
Object right) |
static Double |
Operator.divRef(Object left,
Object right) |
static Map |
Duplicator.duplicateMap(Map map,
boolean doKeysLower,
boolean deepCopy)
duplicate a map
|
static boolean |
Operator.eeq(Object left,
Object right)
simple reference compersion
|
static boolean |
Operator.equals(Object left,
Object right,
boolean caseSensitive)
Method to compare to different values, return true of objects are same otherwise false
|
boolean |
OperationImpl.equals(Object left,
Object right,
boolean caseSensitive) |
static boolean |
Operator.equals(Object left,
Object right,
boolean caseSensitive,
boolean allowComplexValues) |
static boolean |
Operator.equalsComplex(Object left,
Object right,
boolean caseSensitive) |
static boolean |
Operator.eqv(Object left,
Object right)
Equivalence: Return True if both operands are True or both are False.
|
boolean |
OperationImpl.eqv(Object left,
Object right) |
static double |
Operator.exponent(Object left,
Object right)
calculate the exponent of the left value
|
double |
OperationImpl.exponent(Object left,
Object right) |
BigDecimal |
NumericOpBigDecimal.exponentRef(Object left,
Object right) |
Double |
NumericOpDouble.exponentRef(Object left,
Object right) |
Number |
NumericOp.exponentRef(Object left,
Object right) |
static Double |
Operator.exponentRef(Object left,
Object right) |
static boolean |
Operator.imp(Object left,
Object right)
Implication: The statement A IMP B is the equivalent of the logical statement
"If A Then B." A IMP B is False only if A is True and B is False.
|
boolean |
OperationImpl.imp(Object left,
Object right) |
BigDecimal |
NumericOpBigDecimal.intdivRef(Object left,
Object right) |
Double |
NumericOpDouble.intdivRef(Object left,
Object right) |
Number |
NumericOp.intdivRef(Object left,
Object right) |
static Double |
Operator.intdivRef(Object left,
Object right) |
BigDecimal |
NumericOpBigDecimal.minusRef(Object left,
Object right) |
Double |
NumericOpDouble.minusRef(Object left,
Object right) |
Number |
NumericOp.minusRef(Object left,
Object right) |
static Double |
Operator.minusRef(Object left,
Object right) |
BigDecimal |
NumericOpBigDecimal.modulusRef(Object left,
Object right) |
Double |
NumericOpDouble.modulusRef(Object left,
Object right) |
Number |
NumericOp.modulusRef(Object left,
Object right) |
static Double |
Operator.modulusRef(Object left,
Object right) |
BigDecimal |
NumericOpBigDecimal.multiplyRef(Object left,
Object right) |
Double |
NumericOpDouble.multiplyRef(Object left,
Object right) |
Number |
NumericOp.multiplyRef(Object left,
Object right) |
static Double |
Operator.multiplyRef(Object left,
Object right) |
static boolean |
Operator.nct(Object left,
Object right)
check if left is not inside right (String-> ignore case)
|
boolean |
OperationImpl.nct(Object left,
Object right) |
static boolean |
Operator.neeq(Object left,
Object right)
simple reference compersion
|
BigDecimal |
NumericOpBigDecimal.plusRef(Object left,
Object right) |
Double |
NumericOpDouble.plusRef(Object left,
Object right) |
Number |
NumericOp.plusRef(Object left,
Object right) |
static Double |
Operator.plusRef(Object left,
Object right) |
Object |
CastImpl.to(String type,
Object o,
boolean alsoPattern) |
static Array |
Caster.toArray(Object o)
cast a Object to a Array Object
|
Array |
CastImpl.toArray(Object obj) |
String |
CastImpl.toBase64(Object o) |
static String |
Caster.toBase64(Object o,
String charset)
cast a Object to a Base64 value
|
static BigDecimal |
Caster.toBigDecimal(Object o) |
static BigInteger |
Caster.toBigInteger(Object o) |
static byte[] |
Caster.toBinary(Object o)
cast a Object to a Binary
|
byte[] |
CastImpl.toBinary(Object obj) |
static Boolean |
Caster.toBoolean(Object o)
cast a Object to a Boolean Object(reference type)
|
Boolean |
CastImpl.toBoolean(Object o) |
static Boolean |
Caster.toBoolean(String str)
cast a Object to a Boolean Object(reference type)
|
Boolean |
CastImpl.toBoolean(String str) |
static boolean |
Caster.toBooleanValue(Object o)
cast a Object to a boolean value (primitive value type)
|
boolean |
CastImpl.toBooleanValue(Object o) |
static boolean |
Caster.toBooleanValue(String str)
cast a Object to a boolean value (primitive value type)
|
boolean |
CastImpl.toBooleanValue(String str) |
static Byte |
Caster.toByte(Object o)
cast a Object to a Byte Object(reference type)
|
Byte |
CastImpl.toByte(Object o) |
static Byte |
Caster.toByte(String str)
cast a Object to a Byte Object(reference type)
|
static byte[] |
Caster.toBytes(Object obj,
Charset charset) |
static byte |
Caster.toByteValue(Object o)
cast a Object to a byte value (primitive value type)
|
byte |
CastImpl.toByteValue(Object o) |
static byte |
Caster.toByteValue(String str)
cast a Object to a byte value (primitive value type)
|
static Character |
Caster.toCharacter(Object o)
cast a Object to a Character Object(reference type)
|
Character |
CastImpl.toCharacter(Object o) |
static Character |
Caster.toCharacter(String str)
cast a Object to a Character Object(reference type)
|
static CharSequence |
Caster.toCharSequence(Object obj) |
static char |
Caster.toCharValue(Object o)
cast a Object to a char value (primitive value type)
|
char |
CastImpl.toCharValue(Object o) |
static char |
Caster.toCharValue(String str)
cast a Object to a char value (primitive value type)
|
static Collection |
Caster.toCollection(Object o)
cast a Object to a Collection
|
Collection |
CastImpl.toCollection(Object o) |
Color |
CastImpl.toColor(Object o) |
static Component |
Caster.toComponent(Object o)
cast a Object to a Component
|
static Object |
Caster.toCreditCard(Object o) |
static Object |
PatternCaster.toCreditCard(String str) |
DateTime |
CastImpl.toDate(Locale locale,
String str,
TimeZone tz) |
static DateTime |
Caster.toDate(Object o,
boolean alsoNumbers,
TimeZone tz)
cast a Object to a DateTime Object
|
static DateTime |
Caster.toDate(Object o,
TimeZone tz)
cast a Object to a DateTime Object
|
DateTime |
CastImpl.toDate(Object o,
TimeZone tz) |
static DateTime |
Caster.toDate(String str,
TimeZone tz)
cast a Object to a DateTime Object
|
DateTime |
CastImpl.toDate(String str,
TimeZone tz) |
static DateTime |
Caster.toDatetime(Object o,
TimeZone tz)
cast a Object to a DateTime Object (alias for toDateTime)
|
DateTime |
CastImpl.toDatetime(Object o,
TimeZone tz) |
static DateTime |
Caster.toDateTime(Object o,
TimeZone tz)
cast a Object to a DateTime Object
|
DateTime |
CastImpl.toDateTime(Object o,
TimeZone tz) |
static String |
Caster.toDecimal(Object value)
cast a double to a decimal value (String:xx.xx)
|
String |
CastImpl.toDecimal(Object value) |
static String |
Caster.toDecimal(String value)
cast a double to a decimal value (String:xx.xx)
|
static Double |
Caster.toDouble(Object o)
cast a Object to a Double Object (reference Type)
|
Double |
CastImpl.toDouble(Object o) |
static Double |
Caster.toDouble(String str)
cast a Object to a Double Object (reference Type)
|
Double |
CastImpl.toDouble(String str) |
static double |
Caster.toDoubleValue(Object o)
cast a Object to a double value (primitive value Type)
|
double |
CastImpl.toDoubleValue(Object o) |
double |
CastImpl.toDoubleValue(String str) |
static String |
Caster.toEmail(Object o) |
static File |
Caster.toFile(Object obj)
convert a object to a File
|
File |
CastImpl.toFile(Object obj) |
static Float |
Caster.toFloat(Object o)
cast a Object to a Float Object(reference type)
|
static Float |
Caster.toFloat(String str)
cast a Object to a Float Object(reference type)
|
static float |
Caster.toFloatValue(Object o)
cast a Object to a long value (primitive value type)
|
static float |
Caster.toFloatValue(String str)
cast a Object to a long value (primitive value type)
|
static UDF |
Caster.toFunction(Object o) |
static Object |
Caster.toGUId(Object o)
cast a Object to a GUID
|
static Hashtable |
Caster.toHashtable(Object obj) |
static InputStream |
Caster.toInputStream(Object obj,
Charset charset) |
static Integer |
Caster.toInteger(Object o)
casts a Object to a Integer
|
Integer |
CastImpl.toInteger(Object o) |
static Integer |
Caster.toInteger(String str)
casts a Object to a Integer
|
static int |
Caster.toIntValue(Object o)
cast a Object to a int value (primitive value type)
|
int |
CastImpl.toIntValue(Object o) |
int |
CastImpl.toIntValue(String str) |
static Iterator |
Caster.toIterator(Object o)
cast a Object to a Iterator or get Iterator from Object
|
Iterator |
CastImpl.toIterator(Object o) |
static Collection |
Caster.toJavaCollection(Object o) |
Collection.Key |
CastImpl.toKey(Object o) |
Collection.Key |
DecisionImpl.toKey(Object obj) |
static List |
Caster.toList(Object o)
cast a Object to a Array Object
|
List |
CastImpl.toList(Object o) |
static List |
Caster.toList(Object o,
boolean duplicate)
cast a Object to a Array Object
|
List |
CastImpl.toList(Object o,
boolean duplicate) |
Locale |
CastImpl.toLocale(String strLocale) |
static Long |
Caster.toLong(Object o)
cast a Object to a Long Object(reference type)
|
Long |
CastImpl.toLong(Object o) |
static Long |
Caster.toLong(String str)
cast a Object to a Long Object(reference type)
|
static long |
Caster.toLongValue(Object o)
cast a Object to a long value (primitive value type)
|
long |
CastImpl.toLongValue(Object o) |
static long |
Caster.toLongValue(String str)
cast a Object to a long value (primitive value type)
|
static Map |
Caster.toMap(Object o)
cast a Object to a Map Object
|
Map |
CastImpl.toMap(Object o) |
static Map |
Caster.toMap(Object o,
boolean duplicate)
cast a Object to a Map Object
|
Map |
CastImpl.toMap(Object o,
boolean duplicate) |
static Object[] |
Caster.toNativeArray(Object o) |
static Node |
Caster.toNode(Object o)
casts a Object to a XML Node
|
Node |
CastImpl.toNode(Object o) |
static NodeList |
Caster.toNodeList(Object o)
casts a Object to a Node List
|
NodeList |
CastImpl.toNodeList(Object o) |
static Object |
Caster.toNull(Object value)
casts a Object to null
|
Object |
CastImpl.toNull(Object value) |
static Objects |
Caster.toObjects(PageContext pc,
Object obj) |
static OutputStream |
Caster.toOutputStream(Object obj) |
static String |
Caster.toPhone(Object o) |
static Query |
Caster.toQuery(Object o)
cast a Object to a Query Object
|
Query |
CastImpl.toQuery(Object o) |
static Query |
Caster.toQuery(Object o,
boolean duplicate)
cast a Object to a Query Object
|
Query |
CastImpl.toQuery(Object o,
boolean duplicate) |
static QueryColumn |
Caster.toQueryColumn(Object o)
converts a object to a QueryColumn, if possible
|
static QueryColumn |
Caster.toQueryColumn(Object o,
PageContext pc)
converts a object to a QueryColumn, if possible, also variable declarations are allowed.
|
Resource |
CastImpl.toResource(Object obj) |
Serializable |
CastImpl.toSerializable(Object obj) |
static Short |
Caster.toShort(Object o)
cast a Object to a Byte Object(reference type)
|
Short |
CastImpl.toShort(Object o) |
static Short |
Caster.toShort(String str)
cast a Object to a Byte Object(reference type)
|
static short |
Caster.toShortValue(Object o)
cast a Object to a short value (primitive value type)
|
short |
CastImpl.toShortValue(Object o) |
static short |
Caster.toShortValue(String str)
cast a Object to a short value (primitive value type)
|
static String |
Caster.toSSN(Object o) |
static String |
Caster.toString(Object o)
cast a Object to a String
|
String |
CastImpl.toString(Object o) |
static StringBuffer |
Caster.toStringBuffer(Object obj) |
static Struct |
Caster.toStruct(Object o)
cast a Object to a Struct Object
|
Struct |
CastImpl.toStruct(Object o) |
static Struct |
Caster.toStruct(Object o,
boolean caseSensitive) |
static TimeSpan |
Caster.toTimespan(Object o)
cast a Object to a TimeSpan Object (alias for toTimeSpan)
|
TimeSpan |
CastImpl.toTimespan(Object o) |
static TimeSpan |
Caster.toTimeSpan(Object o)
cast a Object to a TimeSpan Object
|
static String |
Caster.toURL(Object o) |
static Object |
Caster.toUUId(Object o)
cast a Object to a UUID
|
Object |
CastImpl.toUUId(Object o) |
static String |
Caster.toVariableName(Object o)
cast a Object to a Variable Name
|
Object |
CastImpl.toVariableName(Object o) |
static Vector |
Caster.toVetor(Object obj) |
Object |
CastImpl.toVoid(Object o) |
static Node |
Caster.toXML(Object value)
cast Object to a XML Node
|
Node |
CastImpl.toXML(Object value) |
static String |
Caster.toZip(Object o) |
static double |
Operator.unaryPoMi(Collection coll,
Collection.Key key,
double value) |
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(Collection coll,
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(Collection coll,
Collection.Key key,
double value) |
static Double |
Operator.unaryPostMinus(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
Operator.unaryPostPlus(Collection coll,
Collection.Key key,
double value) |
static Double |
Operator.unaryPostPlus(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
Operator.unaryPrDi(Collection coll,
Collection.Key key,
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(Collection coll,
Collection.Key key,
String 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(Collection coll,
Collection.Key key,
double value) |
static Double |
Operator.unaryPreDivide(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
Operator.unaryPreMinus(Collection coll,
Collection.Key key,
double value) |
static Double |
Operator.unaryPreMinus(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
Operator.unaryPreMultiply(Collection coll,
Collection.Key key,
double value) |
static Double |
Operator.unaryPreMultiply(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
Operator.unaryPrePlus(Collection coll,
Collection.Key key,
double value) |
static Double |
Operator.unaryPrePlus(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
Operator.unaryPrMi(Collection coll,
Collection.Key key,
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(Collection coll,
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(Collection coll,
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) |
static Object |
Caster.unwrap(Object value) |
Modifier and Type | Method and Description |
---|---|
static DateTime |
DateCaster.toDateAdvanced(Object o,
short convertingType,
TimeZone timeZone) |
static DateTime |
DateCaster.toDateAdvanced(Object o,
TimeZone timezone)
converts a Object to a DateTime Object (Advanced but slower)
|
static DateTime |
DateCaster.toDateAdvanced(String str,
TimeZone timezone)
converts a Object to a DateTime Object (Advanced but slower)
|
static DateTime |
DateCaster.toDateSimple(Object o,
short convertingType,
boolean alsoMonthString,
TimeZone timeZone)
converts a Object to a DateTime Object, returns null if invalid string
|
static DateTime |
DateCaster.toDateSimple(String str,
short convertingType,
boolean alsoMonthString,
TimeZone timeZone)
converts a Object to a DateTime Object, returns null if invalid string
|
static DateTime |
DateCaster.toDateSimple(String str,
TimeZone timeZone)
converts a Object to a DateTime Object, returns null if invalid string
|
static DateTime |
DateCaster.toDateTime(Locale locale,
String str,
TimeZone tz,
boolean useCommomDateParserAsWell)
parse a string to a Datetime Object
|
static String |
DateCaster.toEuroDate(Object o,
TimeZone timeZone) |
static Time |
DateCaster.toTime(TimeZone timeZone,
Object o)
converts a Object to a Time Object, returns null if invalid string
|
static String |
DateCaster.toUSDate(Object o,
TimeZone timeZone) |
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)
|
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,
String dsn) |
static String |
ORMUtil.getDataSourceName(PageContext pc,
Component cfc) |
static DataSource |
ORMUtil.getDefaultDataSource(PageContext pc) |
static ORMEngine |
ORMUtil.getEngine(PageContext pc) |
Object |
ORMSession.getRawSession(String dataSourceName) |
Object |
ORMSession.getRawSessionFactory(String dataSourceName) |
static ORMSession |
ORMUtil.getSession(PageContext pc) |
static ORMSession |
ORMUtil.getSession(PageContext pc,
boolean create) |
ORMTransaction |
ORMSession.getTransaction(String dataSourceName,
boolean autoManage) |
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 PageException |
ExceptionUtil.createException(ORMSession session,
Component cfc,
String message,
String detail) |
static PageException |
ExceptionUtil.createException(ORMSession session,
Component cfc,
Throwable t) |
static PageException |
ExceptionUtil.createException(SessionFactoryData data,
Component cfc,
String msg,
String detail) |
static PageException |
ExceptionUtil.createException(SessionFactoryData data,
Component cfc,
Throwable t) |
PageException |
HibernatePageException.getPageException() |
static PageException |
CommonUtil.toPageException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
static void |
ExceptionUtil.setAdditional(PageException pe,
Collection.Key name,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateORMSession._delete(PageContext pc,
Component cfc,
Collection.Key dsn) |
static int |
HibernateCaster.cascade(ORMSession session,
String cascade) |
static Object |
CommonUtil.castTo(PageContext pc,
Class trgClass,
Object obj) |
lucee.runtime.orm.hibernate.CFCInfo |
SessionFactoryData.checkExistent(PageContext pc,
Component cfc) |
static Struct |
HibernateUtil.checkTable(DatasourceConnection dc,
String tableName,
SessionFactoryData data) |
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) |
static int |
HibernateCaster.collectionType(ORMSession session,
String strCollectionType) |
static String |
HibernateUtil.convertColumnName(SessionFactoryData data,
String columnName) |
static String |
HibernateUtil.convertTableName(SessionFactoryData data,
String tableName) |
Component |
HibernateORMEngine.create(PageContext pc,
HibernateORMSession session,
String entityName,
boolean unique) |
Component |
HibernateORMSession.create(PageContext pc,
String entityName) |
static org.hibernate.cfg.Configuration |
HibernateSessionFactory.createConfiguration(Log log,
String mappings,
DatasourceConnection dc,
SessionFactoryData data) |
void |
HibernateORMEngine.createMapping(PageContext pc,
Component cfc,
ORMConfiguration ormConf,
SessionFactoryData data) |
static Query |
CommonUtil.createQuery(Array names,
Array types,
int rows,
String name) |
static Query |
CommonUtil.createQuery(Collection.Key[] columns,
int rows,
String name) |
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) |
static long |
HibernateUtil.getCompileTime(PageContext pc,
PageSource ps) |
static DataSource |
CommonUtil.getDataSource(PageContext pc,
String name) |
static DatasourceConnection |
CommonUtil.getDatasourceConnection(PageContext pc,
DataSource ds) |
Component |
SessionFactoryData.getEntityByCFCName(String cfcName,
boolean unique) |
Component |
SessionFactoryData.getEntityByEntityName(String entityName,
boolean unique) |
NamingStrategy |
SessionFactoryData.getNamingStrategy() |
static HibernateORMEngine |
HibernateUtil.getORMEngine(PageContext pc) |
static HibernateORMSession |
HibernateUtil.getORMSession(PageContext pc,
boolean create) |
org.hibernate.Session |
HibernateORMSession.getRawSession(String dsn) |
org.hibernate.SessionFactory |
HibernateORMSession.getRawSessionFactory(String dsn) |
Struct |
SessionFactoryData.getTableInfo(DatasourceConnection dc,
String tableName) |
ORMTransaction |
HibernateORMSession.getTransaction(String dsn,
boolean autoManage) |
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) |
boolean |
HibernateORMEngine.reload(PageContext pc,
boolean force) |
void |
HibernateORMSession.reload(PageContext pc,
Object obj) |
void |
HibernateORMSession.save(PageContext pc,
Object obj,
boolean forceInsert) |
void |
SessionFactoryData.setConfiguration(Log log,
String mappings,
DatasourceConnection dc) |
static Array |
CommonUtil.toArray(Object obj) |
static Boolean |
CommonUtil.toBoolean(Object obj) |
static Boolean |
CommonUtil.toBoolean(String str) |
static boolean |
CommonUtil.toBooleanValue(Object obj) |
static Boolean |
CommonUtil.toBooleanValue(String str) |
static Component |
HibernateCaster.toComponent(Object obj) |
static Component |
CommonUtil.toComponent(Object obj) |
static String |
HibernateCaster.toHibernateType(ORMSession session,
String type) |
static Object |
HibernateCaster.toHibernateValue(PageContext pc,
Object value,
String type) |
static Integer |
CommonUtil.toInteger(Object obj) |
static int |
CommonUtil.toIntValue(Object obj) |
static Object[] |
CommonUtil.toNativeArray(Object obj) |
static Query |
HibernateCaster.toQuery(PageContext pc,
HibernateORMSession session,
Object obj,
String name) |
Query |
HibernateORMSession.toQuery(PageContext pc,
Object obj,
String name) |
static Serializable |
CommonUtil.toSerializable(Object obj) |
static Object |
HibernateCaster.toSQL(ColumnInfo ci,
Object value,
RefBoolean isArray)
translate CFMl specific types to Hibernate/SQL specific types
|
static Object |
HibernateCaster.toSQL(org.hibernate.type.Type type,
Object value,
RefBoolean isArray)
translate CFMl specific types to Hibernate/SQL specific types
|
static String |
CommonUtil.toString(Object obj) |
static Struct |
CommonUtil.toStruct(Object obj) |
static Node |
CommonUtil.toXML(Object obj) |
static String |
HibernateUtil.validateColumnName(org.hibernate.metadata.ClassMetadata metaData,
String name) |
Constructor and Description |
---|
HibernatePageException(PageException pe)
constructor of the class
|
Constructor and Description |
---|
HibernateORMSession(PageContext pc,
SessionFactoryData data) |
Constructor and Description |
---|
CFCNamingStrategy(String cfcName) |
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 |
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 |
ComponentProxy.callWithNamedValues(PageContext pc,
String key,
Struct args) |
boolean |
ComponentProxy.castToBooleanValue() |
DateTime |
ComponentProxy.castToDateTime() |
double |
ComponentProxy.castToDoubleValue() |
String |
ComponentProxy.castToString() |
int |
ComponentProxy.compareTo(boolean b) |
int |
ComponentProxy.compareTo(DateTime dt) |
int |
ComponentProxy.compareTo(double d) |
int |
ComponentProxy.compareTo(String str) |
Object |
ComponentProxy.get(Collection.Key key) |
Object |
ComponentProProxy.get(int access,
Collection.Key key) |
Object |
ComponentProxy.get(PageContext pc,
Collection.Key key) |
Object |
ComponentProxy.get(String key) |
Object |
CFCHibernateProxy.getEmbededObject() |
Class |
ComponentProxy.getJavaAccessClass(RefBoolean isNew) |
Struct |
ComponentProxy.getMetaData(PageContext pc) |
Object |
ComponentProxy.remove(Collection.Key key) |
Object |
ComponentProxy.set(Collection.Key key,
Object value) |
Object |
ComponentProxy.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ComponentProxy.set(String key,
Object value) |
void |
ComponentProxy.setProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
Object |
Excel.get(Collection.Key key) |
Object |
Excel.remove(Collection.Key key) |
Object |
Excel.set(Collection.Key key,
Object value) |
Modifier and Type | Method and Description |
---|---|
static Object |
Reflector._convert(Object src,
Class trgClass) |
static Object |
Reflector.callConstructor(Class clazz,
Object[] args)
call constructor of a class with matching arguments
|
static Object |
Reflector.callGetter(Object obj,
String prop)
to invoke a getter Method of a Object
|
static Object |
Reflector.callMethod(Object obj,
Collection.Key methodName,
Object[] args) |
static Object |
Reflector.callMethod(Object obj,
String methodName,
Object[] args)
calls a Method of a Objct
|
static void |
Reflector.callSetter(Object obj,
String prop,
Object value)
to invoke a setter Method of a Object
|
static void |
Reflector.callSetterEL(Object obj,
String prop,
Object value)
do nothing when not exist
|
static Object |
Invoker.callStaticMethod(Class staticClass,
String methodName,
Object[] values)
call of a static method of a Class
|
static Object |
Reflector.callStaticMethod(Class clazz,
String methodName,
Object[] args)
calls a Static Method on the given CLass
|
static Object |
Reflector.convert(Object src,
Class trgClass,
RefInteger rating)
convert Object from src to trg Type, if possible
|
static Object |
Reflector.getField(Object obj,
String prop)
to get a visible Field of a object
|
static MethodInstance |
Reflector.getGetter(Class clazz,
String prop)
to get a Getter Method of a Object
|
static Object |
Reflector.getProperty(Object obj,
String prop)
to get a visible Propety (Field or Getter) of a object
|
static boolean |
Reflector.setField(Object obj,
String prop,
Object value)
assign a value to a visible Field of a object
|
static void |
Reflector.setProperty(Object obj,
String prop,
Object value)
assign a value to a visible Property (Field or Setter) of a object
|
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) |
void |
Mapping.reset(PageContext pc) |
Constructor and Description |
---|
SchedulerImpl(CFMLEngine engine,
Config config,
Resource schedulerDir,
String charset)
constructor of the sheduler
|
Modifier and Type | Method and Description |
---|---|
IndexResult |
SearchCollectionSupport.index(PageContext pc,
String key,
short type,
String urlpath,
String title,
String body,
String language,
String[] extensions,
String query,
boolean recurse,
String categoryTree,
String[] categories,
long timeout,
String custom1,
String custom2,
String custom3,
String custom4) |
IndexResult |
SearchCollectionSupport2.index(PageContext pc,
String key,
short type,
String urlpath,
String title,
String body,
String language,
String[] extensions,
String query,
boolean recurse,
String categoryTree,
String[] categories,
long timeout,
String custom1,
String custom2,
String custom3,
String custom4) |
IndexResult |
SearchCollectionSupport.index(PageContext pc,
String key,
short type,
String urlpath,
String title,
String body,
String language,
String[] extensions,
String query,
boolean recurse,
String categoryTree,
String[] categories,
String custom1,
String custom2,
String custom3,
String custom4) |
IndexResult |
SearchCollectionSupport2.index(PageContext pc,
String key,
short type,
String urlpath,
String title,
String body,
String language,
String[] extensions,
String query,
boolean recurse,
String categoryTree,
String[] categories,
String custom1,
String custom2,
String custom3,
String custom4) |
IndexResult |
SearchCollection.index(PageContext pc,
String key,
short type,
String urlpath,
String title,
String body,
String language,
String[] extensions,
String query,
boolean recurse,
String categoryTree,
String[] categories,
String custom1,
String custom2,
String custom3,
String custom4)
updates a index of a collection
|
int |
SearchCollectionSupport.search(SearchData data,
Query qry,
String criteria,
String language,
short type,
int startrow,
int maxrow,
String categoryTree,
String[] categories) |
int |
SearchCollectionSupport2.search(SearchData data,
Query qry,
String criteria,
String language,
short type,
int startrow,
int maxrow,
String categoryTree,
String[] categories) |
int |
SearchCollection.search(SearchData data,
Query qry,
String criteria,
String language,
short type,
int startrow,
int maxrow,
String categoryTree,
String[] category)
search the collection
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityManager.checkFileLocation(Config config,
Resource res,
String serverPassword) |
void |
SecurityManager.checkFileLocation(Resource res) |
static Credential |
CredentialImpl.decode(Object encoded,
Resource rolesDir)
decode the Credential form a Base64 String value
|
String |
CredentialImpl.encode() |
String |
Credential.encode()
encode rhe Credential to a Base64 String value
|
short |
SecurityManager.getAccess(String access) |
static String[] |
CredentialImpl.toRole(Object oRoles)
convert a Object to a String Array of Roles
|
Constructor and Description |
---|
CredentialImpl(String username,
String password,
Array roles,
Resource rolesDir)
credential constructor
|
CredentialImpl(String username,
String password,
String roles,
Resource rolesDir)
credential constructor
|
Modifier and Type | Method and Description |
---|---|
PageException |
SpoolerEngineImpl.execute(SpoolerTask task) |
PageException |
SpoolerEngine.execute(SpoolerTask task)
execute task and return error throwed by task
|
PageException |
SpoolerEngineImpl.execute(String id)
execute task by id and return eror throwd by task
|
PageException |
SpoolerEngine.execute(String id)
execute task by id and return error throwed by task
|
Modifier and Type | Method and Description |
---|---|
Object |
TaskWrap.execute(Config config) |
Object |
Task.execute(Config config) |
Object |
SpoolerTaskWS.execute(Config config) |
Object |
SpoolerTaskHTTPCall.execute(Config config) |
Object |
SpoolerTask.execute(Config config)
execute Task
|
static Object |
SpoolerTaskHTTPCall.execute(RemoteClient client,
Config config,
String methodName,
Struct args) |
Query |
SpoolerEngineImpl.getAllTasksAsQuery(int startrow,
int maxrow) |
Query |
SpoolerEngine.getAllTasksAsQuery(int startrow,
int maxrow) |
Query |
SpoolerEngineImpl.getClosedTasksAsQuery(int startrow,
int maxrow) |
Query |
SpoolerEngine.getClosedTasksAsQuery(int startrow,
int maxrow) |
Query |
SpoolerEngineImpl.getOpenTasksAsQuery(int startrow,
int maxrow) |
Query |
SpoolerEngine.getOpenTasksAsQuery(int startrow,
int maxrow) |
Modifier and Type | Method and Description |
---|---|
Object |
MailSpoolerTask.execute(Config config) |
Modifier and Type | Method and Description |
---|---|
Object |
TestTask.execute(Config config) |
Modifier and Type | Method and Description |
---|---|
Object |
Column.getValue(Query qry,
int row) |
Object |
ColumnExpression.getValue(Query qr,
int row) |
Constructor and Description |
---|
ValueDate(String strValue) |
Modifier and Type | Method and Description |
---|---|
static PageException |
Throw.toPageException(Object object,
PageException defaultValue) |
Modifier and Type | Method and Description |
---|---|
static PageException |
Throw.toPageException(Object object,
PageException defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Object |
Query._call(PageContext pc,
String hql,
Object params,
boolean unique,
Struct queryOptions) |
void |
CFTag._doCFCCatch(Throwable t,
String source) |
void |
Trace._doEndTag() |
void |
ObjectCache._doStartTag() |
static void |
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
|
void |
HtmlHead.actionRead() |
void |
HtmlBody.actionRead() |
abstract void |
HtmlHeadBodyBase.actionRead() |
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
|
void |
FileTag.actionUpload()
read source file
|
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) |
void |
FileTag.actionUploadAll() |
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 CacheHandlerFilter |
ObjectCache.createFilter(Object filter,
boolean ignoreCase) |
Struct |
Video.doActionInfo() |
int |
Table.doAfterBody() |
int |
CFTag.doAfterBody() |
int |
SaveContent.doAfterBody() |
int |
HtmlHeadBodyBase.doAfterBody() |
int |
Chart.doEndTag() |
int |
MailPart.doEndTag() |
int |
VideoPlayerJW.doEndTag() |
int |
Insert.doEndTag() |
int |
Select.doEndTag() |
int |
Div.doEndTag() |
int |
Document.doEndTag() |
int |
StoredProc.doEndTag() |
int |
Http41.doEndTag() |
int |
DocumentItem.doEndTag() |
int |
Trace.doEndTag() |
int |
Invoke.doEndTag() |
int |
Table.doEndTag() |
int |
LuceeConfiguration.doEndTag() |
int |
Ftp.doEndTag() |
int |
Input.doEndTag() |
int |
Mail.doEndTag() |
int |
Stopwatch.doEndTag() |
int |
Update.doEndTag() |
int |
Timer.doEndTag() |
int |
Xml.doEndTag() |
int |
HtmlHeadBodyBase.doEndTag() |
int |
FileTag.doEndTag() |
int |
ThreadTag.doEndTag() |
int |
PDF.doEndTag() |
int |
Zip.doEndTag() |
int |
Query.doEndTag() |
int |
Form.doEndTag() |
int |
Cache.doEndTag() |
int |
Execute.doEndTag() |
int |
Ldap.doStartTag() |
int |
Wddx.doStartTag() |
int |
VideoPlayerJW.doStartTag() |
int |
Log.doStartTag() |
int |
Sleep.doStartTag() |
int |
Transaction.doStartTag() |
int |
Location.doStartTag() |
int |
Content.doStartTag() |
int |
Search.doStartTag() |
int |
AjaxImport.doStartTag() |
int |
Document.doStartTag() |
int |
Video.doStartTag() |
int |
ObjectTag.doStartTag() |
int |
ZipParam.doStartTag() |
int |
AjaxProxy.doStartTag() |
int |
Login.doStartTag() |
int |
Application.doStartTag() |
int |
Registry.doStartTag() |
int |
Invoke.doStartTag() |
int |
Table.doStartTag() |
int |
Param.doStartTag() |
int |
CFTag.doStartTag() |
int |
Feed.doStartTag() |
int |
DBInfo.doStartTag() |
int |
Header.doStartTag() |
int |
Collection.doStartTag() |
int |
Associate.doStartTag() |
int |
Forward.doStartTag() |
int |
ObjectCache.doStartTag() |
int |
HtmlHeadBodyBase.doStartTag() |
int |
Flush.doStartTag() |
int |
QueryParam.doStartTag() |
int |
Slider.doStartTag() |
int |
Lock.doStartTag() |
int |
Sprite.doStartTag() |
int |
MailParam.doStartTag() |
int |
FileTag.doStartTag() |
int |
Loginuser.doStartTag() |
int |
Abort.doStartTag() |
int |
ThreadTag.doStartTag() |
int |
NTAuthenticate.doStartTag() |
int |
Property.doStartTag() |
int |
GridColumn.doStartTag() |
int |
Throw.doStartTag() |
int |
Directory.doStartTag() |
int |
Dump.doStartTag() |
int |
Admin.doStartTag() |
int |
CFXTag.doStartTag() |
int |
InvokeArgument.doStartTag() |
int |
Cookie.doStartTag() |
int |
Schedule.doStartTag() |
int |
PDF.doStartTag() |
int |
_Mail.doStartTag() |
int |
Zip.doStartTag() |
int |
Query.doStartTag() |
int |
Form.doStartTag() |
int |
VideoPlayerParam.doStartTag() |
int |
Index.doStartTag() |
int |
Cache.doStartTag() |
int |
Execute.doStartTag() |
static ProfileCollection |
Video.getProfileCollection(PageContext pc) |
static Query |
Admin.getSSLCertificate(Config config,
String host,
int port) |
String |
HttpParamBean.getValueAsString() |
Object |
ProcParamBean.getValueForCF() |
void |
CFImportTag.initFile() |
InitFile |
CFTagCore.initFile(PageContext pageContext) |
InitFile |
CFTag.initFile(PageContext pageContext) |
void |
ThreadTag.register(Page currentPage,
int threadIndex) |
void |
Video.setAction(String action) |
void |
Invoke.setArgument(String name,
Object value) |
void |
Video.setAspectratio(String strAspectRatio) |
void |
_Mail.setAttachmentpath(String attachmentPath) |
static void |
TagUtil.setAttributeCollection(PageContext pc,
javax.servlet.jsp.tagext.Tag tag,
MissingAttribute[] missingAttrs,
Struct _attrs,
int attrType) |
static void |
TagUtil.setAttributes(PageContext pc,
javax.servlet.jsp.tagext.Tag tag,
Map<Collection.Key,Object> att,
int attrType) |
void |
Video.setAudiobitrate(String audioBitrate) |
void |
Video.setAudiosamplerate(String sAudiosamplerate) |
void |
Http.setAuthtype(String strAuthType) |
void |
HttpImpl.setAuthtype(String strAuthType) |
void |
VideoPlayerJW.setBackground(String color) |
void |
VideoPlayerJW.setBackgroundcolor(String color) |
void |
VideoPlayerJW.setBgcolor(String color) |
void |
StoredProc.setCachedwithin(Object cachedwithin) |
void |
Query.setCachedwithin(Object cachedwithin) |
void |
Search.setCollection(String collection)
set the value collection
The logical collection name that is the target of the search operation or an external collection
with fully qualified path.
|
void |
Index.setCollection(String collection)
set the value collection
Specifies a collection name.
|
void |
Textarea.setCols(double cols) |
void |
Http41.setColumns(String columns)
set the value columns
|
void |
Http.setColumns(String columns) |
void |
HttpImpl.setColumns(String columns) |
void |
Application.setComponentpaths(Object mappings) |
void |
Http.setCompression(String strCompression) |
void |
HttpImpl.setCompression(String strCompression) |
void |
MailParam.setContent(Object content) |
void |
Application.setCustomtagpaths(Object mappings) |
void |
Application.setDatasource(Object datasource) |
void |
Query.setDatasource(Object datasource)
set the value datasource
The name of the data source from which this query should retrieve data.
|
void |
Application.setDefaultdatasource(Object defaultdatasource) |
void |
Zip.setDestination(String strDestination) |
void |
Setting.setEnablecfoutputonly(Object enablecfoutputonly)
set the value enablecfoutputonly
Yes or No.
|
void |
Schedule.setEnddate(Object enddate)
set the value enddate
The date when the scheduled task ends.
|
void |
Schedule.setEndtime(Object endtime)
set the value endtime
The time when the scheduled task ends.
|
void |
Execute.setErrorvariable(String errorVariable) |
void |
Log.setException(Object exception) |
void |
Video.setExecution(String execution) |
void |
Index.setExtensions(String extensions)
set the value extensions
|
void |
VideoPlayerJW.setFgcolor(String color) |
void |
MailParam.setFile(String strFile)
set the value file
Attaches the specified file to the message.
|
void |
Document.setFilename(String filename) |
void |
ZipParam.setFilter(Object filter) |
void |
ObjectCache.setFilter(Object filter) |
void |
Directory.setFilter(Object filter)
sets a filter
|
void |
Zip.setFilter(Object filter) |
void |
ObjectCache.setFilter(String filter) |
void |
PDF.setFilter(String pattern)
sets a filter pattern
|
void |
ZipParam.setFilter(UDF filter) |
void |
Directory.setFilter(UDF filter) |
void |
Zip.setFilter(UDF filter) |
void |
ObjectCache.setFilterignorecase(String filter) |
void |
VideoPlayerParamBean.setFlash(PageContext pc,
String flash) |
void |
VideoPlayerParamBean.setFlash(Resource flash,
String pathFlash) |
void |
VideoPlayerParam.setFlash(String flash) |
void |
Image.setFonts(String fontList) |
void |
VideoPlayerJW.setForeground(String color) |
void |
VideoPlayerJW.setForegroundcolor(String color) |
void |
Mail.setFrom(Object from)
set the value from
The sender of the e-mail message.
|
void |
VideoPlayerJW.setId(String id) |
void |
VideoPlayerParamBean.setImage(PageContext pc,
String image) |
void |
VideoPlayerParam.setImage(String preview) |
void |
VideoPlayerParam.setIndex(double dIndex) |
void |
VideoPlayerParamBean.setIndex(int index) |
void |
ChartDataBean.setItem(PageContext pc,
Object obj) |
void |
VideoPlayerJW.setLightcolor(String color) |
void |
Application.setMappings(Struct mappings) |
void |
Video.setMax(String strMax) |
void |
_Mail.setMessagenumber(String messageNumber) |
void |
Http.setMethod(String method) |
void |
HttpImpl.setMethod(String method) |
void |
Mail.setMimeattach(String strMimeattach) |
void |
Mail.setMimeattach(String strMimeattach,
String type,
String disposition,
String contentID,
boolean removeAfterSend)
set the value mimeattach
Specifies the path of the file to be attached to the e-mail message.
|
void |
FileTag.setMode(String mode)
set the value mode
Applies only to Solaris and HP-UX.
|
void |
Directory.setMode(String mode)
set the value mode
Used with action = "Create" to define the permissions for a directory on UNIX and Linux
platforms.
|
void |
Http.setMultiparttype(String multiPartType) |
void |
HttpImpl.setMultiparttype(String multiPartType) |
void |
Video.setNameconflict(String nameconflict)
set the value nameconflict
Action to take if filename is the same as that of a file in the directory.
|
void |
Throw.setObject(Object object)
set the value object
a native java exception Object, if this attribute is defined all other will be ignored.
|
void |
Application.setOnmissingtemplate(Object oUDF) |
void |
VideoPlayerJW.setOverstretch(String overstretch) |
void |
Mail.setParam(String type,
String file,
String name,
String value,
String disposition,
String contentID,
Boolean oRemoveAfterSend)
sets a mail param
|
void |
Select.setPassthrough(Object passthrough) |
void |
Input.setPassthrough(Object passthrough) |
void |
Form.setPassthrough(Object passthrough) |
void |
Collection.setPath(String strPath)
set the value path
|
void |
Document.setPermissions(String strPermissions) |
void |
PDF.setPermissions(String strPermissions) |
void |
VideoPlayerJW.setPlaylist(String strPlaylist) |
void |
Schedule.setPort(Object oPort)
set the value port
The port number on the server from which the task is being scheduled.
|
void |
VideoPlayerParam.setPreview(String preview) |
void |
Video.setProfile(String strProfile) |
void |
Schedule.setProxyport(Object oProxyport)
set the value proxyport
The port number on the proxy server from which the task is being requested.
|
void |
Video.setQuality(String strQuality) |
void |
Chartseries.setQuery(Object oQuery) |
void |
Select.setQuery(String strQuery) |
void |
Table.setQuery(String query)
set the value query
Name of the cfquery from which to draw data.
|
void |
Input.setRange(String range) |
void |
Slider.setRange(String range)
sets the attribut to tag
|
void |
Schedule.setRequesttimeout(Object oRequesttimeout)
set the value requesttimeout
Customizes the requestTimeOut for the task operation.
|
void |
ThreadTag.setRetryinterval(Object obj) |
void |
ThreadTag.setRetryintervall(Object obj) |
void |
Ldap.setReturnasbinary(String returnAsBinary) |
void |
Loginuser.setRoles(Object oRoles) |
void |
Textarea.setRows(double rows) |
void |
VideoPlayerJW.setScreencolor(String color) |
void |
Mail.setServer(String strServer)
set the value server
|
void |
VideoPlayerParamBean.setShow(String show) |
void |
VideoPlayerParam.setShow(String show) |
void |
VideoPlayerJW.setShowpause(String showPause) |
void |
VideoPlayerJW.setShowplay(String showPlay) |
void |
VideoPlayerJW.setShowtimeline(String showTimeline) |
void |
Ldap.setSort(String sort)
Indicates the attribute or attributes by which to sort query results.
|
void |
Ldap.setSortcontrol(String sortControl)
Specifies how to sort query results.
|
void |
Video.setSource(String source) |
void |
ZipParam.setSource(String strSource) |
void |
Zip.setSource(String strSource) |
void |
Video.setSource1(String source1) |
void |
Video.setSource2(String source2) |
void |
DocumentSection.setSrcfile(String strSrcfile) |
void |
Document.setSrcfile(String strSrcfile) |
void |
Video.setStart(String strStart) |
void |
Schedule.setStartdate(Object objStartDate)
set the value startdate
Required when action ='update'.
|
void |
Schedule.setStarttime(Object starttime)
set the value starttime
Required when creating tasks with action = 'update'.
|
void |
Directory.setStorage(String storage)
set the value storage
used only for s3 resources, for all others ignored
|
void |
Directory.setStorelocation(String storage) |
void |
Search.setSuggestions(String suggestions) |
void |
Http41.setTimeout(Object timeout)
set the value timeout
|
void |
Http.setTimeout(Object timeout) |
void |
HttpImpl.setTimeout(Object timeout) |
void |
Lock.setTimeout(Object oTimeout)
set the value timeout
Specifies the maximum amount of time, in seconds, to wait to obtain a lock.
|
void |
Query.setTimeout(Object timeout)
set the value timeout
The maximum number of milliseconds for the query to execute before returning an error
indicating that the query has timed-out.
|
void |
Index.setType(String type)
set the value type
Specifies the type of entity being indexed.
|
void |
_Mail.setUid(String uid) |
void |
Content.setVariable(Object variable) |
void |
Execute.setVariable(String variable)
define name of variable where output is written to
|
void |
VideoPlayerParamBean.setVideo(PageContext pc,
String video) |
void |
VideoPlayerParamBean.setVideo(Resource video,
String pathVideo) |
void |
VideoPlayerParam.setVideo(String video) |
void |
Video.setVideobitrate(String videoBitrate) |
void |
Video.setVideobitratemax(String videoBitrateMax) |
void |
Video.setVideobitratemin(String videoBitrateMin) |
void |
Video.setVideobitratetolerance(String videoBitrateTolerance) |
static int |
FileTag.toMode(String mode) |
static PageException |
Throw.toPageException(Object object,
PageException defaultValue) |
static Query |
Ftp.toQuery(org.apache.commons.net.ftp.FTPFile[] files,
String prefix,
String directory,
String hostName) |
static void |
Admin.updateSSLCertificate(Config config,
String host,
int port) |
javax.servlet.jsp.tagext.Tag |
TagHandlerPool.use(String tagClass)
return a tag to use from a class
|
Modifier and Type | Method and Description |
---|---|
static SQL |
QueryParamConverter.convert(String sql,
Argument params) |
static SQL |
QueryParamConverter.convert(String sql,
Array params) |
static SQL |
QueryParamConverter.convert(String sql,
Struct params) |
Modifier and Type | Class and Description |
---|---|
class |
CSVParserException
CSV Parser Exception
|
Modifier and Type | Method and Description |
---|---|
static Query |
CSVParser.toQuery(String csv,
char delimiter,
char textQualifier,
String[] headers,
boolean firstRowIsHeaders) |
Modifier and Type | Method and Description |
---|---|
boolean |
PDFDocument.castToBooleanValue() |
DateTime |
PDFDocument.castToDateTime() |
double |
PDFDocument.castToDoubleValue() |
String |
PDFDocument.castToString() |
int |
PDFDocument.compareTo(boolean b) |
int |
PDFDocument.compareTo(DateTime dt) |
int |
PDFDocument.compareTo(double d) |
int |
PDFDocument.compareTo(String str) |
static void |
PDFUtil.concat(PDFDocument[] docs,
OutputStream os,
boolean keepBookmark,
boolean removePages,
boolean stopOnError,
char version) |
Object |
PDFDocument.get(Collection.Key key) |
static void |
PDFUtil.parsePageDefinition(Set<Integer> pages,
String strPages) |
static Set |
PDFUtil.parsePageDefinition(String strPages) |
Object |
PDFDocument.remove(Collection.Key key) |
Object |
PDFDocument.set(Collection.Key key,
Object value) |
void |
PDFDocument.setPages(String strPages) |
Image |
PDF2ImageICEpdf.toImage(byte[] input,
int pageNumber) |
abstract Image |
PDF2Image.toImage(byte[] input,
int page) |
Image |
PDF2ImageJPedal.toImage(byte[] input,
int page) |
static Image |
PDFUtil.toImage(byte[] input,
int page) |
Image |
PDF2ImageICEpdf.toImage(byte[] input,
int pageNumber,
int scale,
boolean transparent) |
static com.lowagie.text.pdf.PdfReader |
PDFUtil.toPdfReader(PageContext pc,
Object value,
String password) |
static int |
PDFUtil.toPermissions(String strPermissions)
convert a string list of permission
|
void |
PDF2ImageICEpdf.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent) |
abstract void |
PDF2Image.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent) |
void |
PDF2ImageJPedal.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent) |
void |
PDF2ImagePDFRenderer.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent) |
static void |
PDFUtil.writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent) |
Modifier and Type | Method and Description |
---|---|
Object |
XMLNodeList.append(Object o) |
int |
XMLNodeList.compareTo(DateTime dt) |
int |
XMLAttributes.compareTo(DateTime dt) |
int |
XMLNodeList.compareTo(double d) |
int |
XMLAttributes.compareTo(double d) |
int |
XMLNodeList.compareTo(String str) |
int |
XMLAttributes.compareTo(String str) |
boolean |
XMLNodeList.insert(int index,
Object value) |
Object |
XMLNodeList.prepend(Object o) |
Object |
XMLNodeList.remove(Collection.Key key) |
Object |
XMLAttributes.remove(Collection.Key k) |
Object |
XMLNodeList.removeE(int index) |
Object |
XMLNodeList.set(Collection.Key key,
Object value) |
Object |
XMLAttributes.set(Collection.Key key,
Object value) |
Object |
XMLNodeList.set(String key,
Object value) |
Object |
XMLNodeList.setE(int index,
Object value) |
static Object |
XMLUtil.setProperty(Node node,
Collection.Key k,
Object value)
sets a node to a node
|
static Object |
XMLUtil.setProperty(Node node,
Collection.Key k,
Object value,
boolean caseSensitive) |
static Attr |
XMLCaster.toAttr(Document doc,
Object o)
casts a value to a XML Attribute Object
|
static Attr[] |
XMLCaster.toAttrArray(Document doc,
Object o)
casts a value to a XML Attr Array
|
static Text |
XMLCaster.toCDATASection(Document doc,
Object o) |
static Comment |
XMLCaster.toComment(Document doc,
Object o)
casts a value to a XML Comment Object
|
static Comment[] |
XMLCaster.toCommentArray(Document doc,
Object o)
casts a value to a XML Comment Array
|
static Element |
XMLCaster.toElement(Document doc,
Object o)
casts a value to a XML Element
|
static Element[] |
XMLCaster.toElementArray(Document doc,
Object o)
casts a value to a XML Element Array
|
static Node |
XMLCaster.toNode(Document doc,
Object o,
boolean clone) |
static Node |
XMLCaster.toNode(Document doc,
Object o,
short type)
casts a value to a XML Object defined by type parameter
|
static Node |
XMLCaster.toNode(Object o)
Deprecated.
replaced with toRawNode
|
static Node[] |
XMLCaster.toNodeArray(Document doc,
Object o)
casts a value to a XML Element Array
|
static Node[] |
XMLCaster.toNodeArray(Document doc,
Object o,
short type)
casts a value to a XML Object Array defined by type parameter
|
static String |
XMLCaster.toString(Node node) |
static String |
XMLCaster.toString(Node node,
boolean omitXMLDecl,
boolean indent) |
static String |
XMLCaster.toString(Node node,
boolean omitXMLDecl,
boolean indent,
String publicId,
String systemId,
String encoding) |
static String |
XMLCaster.toString(NodeList nodes,
boolean omitXMLDecl,
boolean indent) |
static Text |
XMLCaster.toText(Document doc,
Object o)
casts a value to a XML Text
|
static Text[] |
XMLCaster.toTextArray(Document doc,
Object o)
casts a value to a XML Text Array
|
static void |
XMLCaster.writeTo(Node node,
Resource file)
write a xml Dom to a file
|
static void |
XMLCaster.writeTo(Node node,
Result res,
boolean omitXMLDecl,
boolean indent,
String publicId,
String systemId,
String encoding) |
Modifier and Type | Method and Description |
---|---|
Object |
XMLMultiElementArray.append(Object o) |
boolean |
XMLMultiElementArray.castToBooleanValue() |
DateTime |
XMLMultiElementArray.castToDateTime() |
double |
XMLMultiElementArray.castToDoubleValue() |
String |
XMLNodeStruct.castToString() |
String |
XMLMultiElementArray.castToString() |
int |
XMLNodeStruct.compareTo(boolean b) |
int |
XMLMultiElementArray.compareTo(boolean b) |
int |
XMLNodeStruct.compareTo(DateTime dt) |
int |
XMLMultiElementArray.compareTo(DateTime dt) |
int |
XMLNodeStruct.compareTo(double d) |
int |
XMLMultiElementArray.compareTo(double d) |
int |
XMLNodeStruct.compareTo(String str) |
int |
XMLMultiElementArray.compareTo(String str) |
Object |
XMLNodeStruct.get(Collection.Key key) |
Object |
XMLMultiElementArray.get(Collection.Key key) |
Object |
XMLMultiElementStruct.get(Collection.Key key) |
Object |
XMLMultiElementStruct.get(int index) |
Object |
XMLMultiElementArray.get(String key) |
Object |
XMLMultiElementArray.getE(int key) |
boolean |
XMLMultiElementArray.insert(int index,
Object value) |
Object |
XMLMultiElementArray.prepend(Object value) |
Object |
XMLNodeStruct.remove(Collection.Key key) |
Object |
XMLMultiElementArray.remove(Collection.Key key) |
Object |
XMLMultiElementStruct.remove(Collection.Key key) |
Object |
XMLMultiElementStruct.remove(int index) |
Object |
XMLMultiElementArray.removeE(int key) |
void |
XMLMultiElementArray.resize(int to) |
Object |
XMLNodeStruct.set(Collection.Key key,
Object value) |
Object |
XMLMultiElementArray.set(Collection.Key key,
Object value) |
Object |
XMLMultiElementStruct.set(Collection.Key key,
Object value) |
Object |
XMLMultiElementStruct.set(int index,
Object value) |
Object |
XMLMultiElementArray.set(String key,
Object value) |
Object |
XMLMultiElementArray.setE(int key,
Object value) |
void |
XMLMultiElementArray.sort(String sortType,
String sortOrder) |
Constructor and Description |
---|
XMLMultiElementStruct(Array array,
boolean caseSensitive)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
PageException |
ChildThreadImpl.execute(Config config) |
Modifier and Type | Method and Description |
---|---|
boolean |
ThreadsImpl.castToBooleanValue() |
DateTime |
ThreadsImpl.castToDateTime() |
double |
ThreadsImpl.castToDoubleValue() |
String |
ThreadsImpl.castToString() |
int |
ThreadsImpl.compareTo(boolean b) |
int |
ThreadsImpl.compareTo(DateTime dt) |
int |
ThreadsImpl.compareTo(double d) |
int |
ThreadsImpl.compareTo(String str) |
Object |
ChildSpoolerTask.execute(Config config) |
Object |
ThreadsImpl.get(Collection.Key key) |
Object |
ThreadsImpl.remove(Collection.Key key) |
Object |
ThreadsImpl.set(Collection.Key key,
Object value) |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryImpl.addColumn(Collection.Key columnName,
Array content) |
boolean |
Query.addColumn(Collection.Key columnName,
Array content)
adds a new column to the resultset
|
boolean |
Query.addColumn(Collection.Key columnName,
Array content,
int type)
adds a new column to the resultset
|
boolean |
Query.addColumn(String columnName,
Array content)
Deprecated.
|
boolean |
Query.addColumn(String columnName,
Array content,
int type)
Deprecated.
|
Object |
QueryColumnImpl.append(Object o) |
Object |
Array.append(Object o)
append a new value to the end of the array
|
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
|
boolean |
QueryColumnImpl.castToBooleanValue() |
boolean |
FunctionValueImpl.castToBooleanValue() |
boolean |
QueryColumnRef.castToBooleanValue() |
boolean |
CastableStruct.castToBooleanValue() |
boolean |
KeyImpl.castToBooleanValue() |
boolean |
CastableArray.castToBooleanValue() |
boolean |
SVArray.castToBooleanValue() |
boolean |
CollectionStruct.castToBooleanValue() |
boolean |
DoubleStruct.castToBooleanValue() |
boolean |
SVStruct.castToBooleanValue() |
DateTime |
QueryColumnImpl.castToDateTime() |
DateTime |
FunctionValueImpl.castToDateTime() |
DateTime |
QueryColumnRef.castToDateTime() |
DateTime |
CastableStruct.castToDateTime() |
DateTime |
KeyImpl.castToDateTime() |
DateTime |
CastableArray.castToDateTime() |
DateTime |
SVArray.castToDateTime() |
DateTime |
CollectionStruct.castToDateTime() |
DateTime |
DoubleStruct.castToDateTime() |
DateTime |
SVStruct.castToDateTime() |
double |
QueryColumnImpl.castToDoubleValue() |
double |
FunctionValueImpl.castToDoubleValue() |
double |
QueryColumnRef.castToDoubleValue() |
double |
CastableStruct.castToDoubleValue() |
double |
KeyImpl.castToDoubleValue() |
double |
CastableArray.castToDoubleValue() |
double |
SVArray.castToDoubleValue() |
double |
CollectionStruct.castToDoubleValue() |
double |
DoubleStruct.castToDoubleValue() |
double |
SVStruct.castToDoubleValue() |
String |
QueryColumnImpl.castToString() |
String |
FunctionValueImpl.castToString() |
String |
QueryColumnRef.castToString() |
String |
CastableStruct.castToString() |
String |
KeyImpl.castToString() |
String |
CastableArray.castToString() |
String |
SVArray.castToString() |
String |
CollectionStruct.castToString() |
String |
DoubleStruct.castToString() |
String |
SVStruct.castToString() |
int |
QueryColumnImpl.compareTo(boolean b) |
int |
FunctionValueImpl.compareTo(boolean b) |
int |
QueryColumnRef.compareTo(boolean b) |
int |
Null.compareTo(boolean b) |
int |
CastableStruct.compareTo(boolean b) |
int |
KeyImpl.compareTo(boolean b) |
int |
CastableArray.compareTo(boolean b) |
int |
SVArray.compareTo(boolean b) |
int |
CollectionStruct.compareTo(boolean b) |
int |
DoubleStruct.compareTo(boolean b) |
int |
SVStruct.compareTo(boolean b) |
int |
QueryColumnImpl.compareTo(DateTime dt) |
int |
FunctionValueImpl.compareTo(DateTime dt) |
int |
StructImplString.compareTo(DateTime dt) |
int |
QueryColumnRef.compareTo(DateTime dt) |
int |
Null.compareTo(DateTime dt) |
int |
CastableStruct.compareTo(DateTime dt) |
int |
KeyImpl.compareTo(DateTime dt) |
int |
CastableArray.compareTo(DateTime dt) |
int |
SVArray.compareTo(DateTime dt) |
int |
CollectionStruct.compareTo(DateTime dt) |
int |
StructImplKey.compareTo(DateTime dt) |
int |
DoubleStruct.compareTo(DateTime dt) |
int |
SVStruct.compareTo(DateTime dt) |
int |
QueryImpl.compareTo(DateTime dt) |
int |
QueryColumnImpl.compareTo(double d) |
int |
FunctionValueImpl.compareTo(double d) |
int |
StructImplString.compareTo(double d) |
int |
QueryColumnRef.compareTo(double d) |
int |
Null.compareTo(double d) |
int |
CastableStruct.compareTo(double d) |
int |
KeyImpl.compareTo(double d) |
int |
CastableArray.compareTo(double d) |
int |
SVArray.compareTo(double d) |
int |
CollectionStruct.compareTo(double d) |
int |
StructImplKey.compareTo(double d) |
int |
DoubleStruct.compareTo(double d) |
int |
SVStruct.compareTo(double d) |
int |
QueryImpl.compareTo(double d) |
int |
QueryColumnImpl.compareTo(String str) |
int |
FunctionValueImpl.compareTo(String str) |
int |
StructImplString.compareTo(String str) |
int |
QueryColumnRef.compareTo(String str) |
int |
Null.compareTo(String str) |
int |
CastableStruct.compareTo(String str) |
int |
KeyImpl.compareTo(String str) |
int |
CastableArray.compareTo(String str) |
int |
SVArray.compareTo(String str) |
int |
CollectionStruct.compareTo(String str) |
int |
StructImplKey.compareTo(String str) |
int |
DoubleStruct.compareTo(String str) |
int |
SVStruct.compareTo(String str) |
int |
QueryImpl.compareTo(String str) |
Object |
UDFCustomType.convert(PageContext pc,
Object o) |
Object |
CustomType.convert(PageContext pc,
Object o) |
Object |
StructImpl.g(Collection.Key key) |
Object |
QueryColumnImpl.get(Collection.Key key) |
Object |
StructImplString.get(Collection.Key key) |
Object |
QueryColumnRef.get(Collection.Key key) |
Object |
StructImpl.get(Collection.Key key) |
Object |
CollectionStruct.get(Collection.Key key) |
Object |
StructImplKey.get(Collection.Key key) |
Object |
SVStruct.get(Collection.Key key) |
Object |
QueryImpl.get(Collection.Key key) |
Object |
Collection.get(Collection.Key key)
return a value from the collection
|
Object |
QueryColumnRef.get(int row) |
Object |
QueryColumn.get(int row)
Deprecated.
use instead
get(int row, Object defaultValue) |
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(String key) |
Object |
QueryColumnRef.get(String key) |
Object |
QueryImpl.get(String key) |
Object |
Collection.get(String key)
Deprecated.
|
Object |
QueryImpl.getAt(Collection.Key key,
int row) |
Object |
Query.getAt(Collection.Key key,
int row)
return a value of the resultset by specified column and row
|
Object |
QueryImpl.getAt(String key,
int row) |
Object |
Query.getAt(String key,
int row)
Deprecated.
|
QueryColumn |
Query.getColumn(Collection.Key key)
return the query column matching to key
|
QueryColumn |
Query.getColumn(String key)
Deprecated.
|
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) |
Object |
QueryColumnImpl.getE(int row) |
Object |
Array.getE(int key)
return object a given position, key can only be a integer from 1 to array len
|
Object |
CollectionStruct.getEmbededObject() |
Object |
ObjectWrap.getEmbededObject()
returns embeded Object
|
Collection.Key |
QueryColumnRef.getKey() |
String |
QueryColumnImpl.getKeyAsString() |
String |
QueryColumnRef.getKeyAsString() |
Struct |
UDFGSProperty.getMetaData(PageContext pc) |
Struct |
BIF.getMetaData(PageContext pc) |
Struct |
Closure.getMetaData(PageContext pc) |
Struct |
UDFImpl.getMetaData(PageContext pc) |
Struct |
UDF.getMetaData(PageContext pc) |
boolean |
Iterator.go(int index,
int pid)
set the internal pointer to defined position
|
boolean |
QueryColumnImpl.insert(int key,
Object value) |
boolean |
Array.insert(int key,
Object value)
insert a value add defined position
|
boolean |
Iterator.next()
Deprecated.
use instead
|
boolean |
Iterator.next(int pid)
set the intern pointer of the iterator to the next position,
return true if next position exist otherwise false.
|
Object |
QueryColumnImpl.prepend(Object o) |
Object |
Array.prepend(Object o)
add a new value to the begin of the array
|
Object |
QueryColumnImpl.remove(Collection.Key key) |
Object |
StructImplString.remove(Collection.Key key) |
Object |
QueryColumnRef.remove(Collection.Key key) |
Object |
StructImpl.remove(Collection.Key key) |
Object |
CollectionStruct.remove(Collection.Key key) |
Object |
StructImplKey.remove(Collection.Key key) |
Object |
SVStruct.remove(Collection.Key key) |
Object |
QueryImpl.remove(Collection.Key key) |
Object |
ReadOnlyStruct.remove(Collection.Key key) |
Object |
Collection.remove(Collection.Key key)
removes value from collection and return it when it exists, otherwise throws a exception
|
Object |
QueryColumn.remove(int row)
removes the value but dont the index
|
Object |
QueryColumnImpl.remove(PageContext pc) |
Object |
QueryColumnRef.remove(PageContext pc) |
Object |
SVArray.remove(PageContext pc) |
Object |
SVStruct.remove(PageContext pc) |
QueryColumn |
Query.removeColumn(Collection.Key key)
remove column matching to key
|
QueryColumn |
Query.removeColumn(String key)
Deprecated.
|
Object |
QueryColumnImpl.removeE(int key) |
Object |
Array.removeE(int key)
removes a value ad defined key
|
int |
QueryImpl.removeRow(int row) |
int |
Query.removeRow(int row)
remove row from query
|
Object |
QueryColumn.removeRow(int row)
remove a row from query
|
void |
QueryImpl.removeRows(int index,
int count) |
void |
Query.rename(Collection.Key columnName,
Collection.Key newColumnName) |
void |
Iterator.reset()
Deprecated.
use instead
|
void |
Iterator.reset(int pid)
reset ther intern pointer
|
void |
QueryColumnImpl.resize(int to) |
void |
Array.resize(int to)
resize array to defined size
|
Object |
QueryColumnImpl.set(Collection.Key key,
Object value) |
Object |
StructImplString.set(Collection.Key key,
Object value) |
Object |
QueryColumnRef.set(Collection.Key key,
Object value) |
Object |
StructImpl.set(Collection.Key key,
Object value) |
Object |
CollectionStruct.set(Collection.Key key,
Object value) |
Object |
StructImplKey.set(Collection.Key key,
Object value) |
Object |
SVStruct.set(Collection.Key key,
Object value) |
Object |
QueryImpl.set(Collection.Key key,
Object value) |
Object |
ReadOnlyStruct.set(Collection.Key key,
Object value) |
Object |
Collection.set(Collection.Key key,
Object value)
sets a value to the collection
|
Object |
QueryColumn.set(int row,
Object value)
set method with a int as key
|
Object |
QueryColumnImpl.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
QueryImpl.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
Objects.set(PageContext pc,
Collection.Key propertyName,
Object value)
sets a property (Data Member) value of the object
|
Object |
QueryColumnImpl.set(PageContext pc,
Object value) |
Object |
QueryColumnRef.set(PageContext pc,
Object value) |
Object |
SVArray.set(PageContext pc,
Object value) |
Object |
SVStruct.set(PageContext pc,
Object value) |
Object |
QueryColumnImpl.set(String key,
Object value) |
Object |
QueryColumnRef.set(String key,
Object value) |
Object |
QueryImpl.set(String key,
Object value) |
Object |
Collection.set(String key,
Object value)
Deprecated.
|
Object |
QueryImpl.setAt(Collection.Key key,
int row,
Object value) |
Object |
Query.setAt(Collection.Key key,
int row,
Object value)
set a value at the defined position
|
Object |
QueryImpl.setAt(String key,
int row,
Object value) |
Object |
Query.setAt(String key,
int row,
Object value)
Deprecated.
|
void |
QueryImpl.setColumnNames(Collection.Key[] trg) |
Object |
QueryColumnImpl.setE(int key,
Object value) |
Object |
Array.setE(int key,
Object value)
set value at defined position
|
void |
QueryImpl.sort(Collection.Key column) |
void |
Query.sort(Collection.Key column)
sorts a query by a column, direction is asc
|
void |
QueryImpl.sort(Collection.Key keyColumn,
int order) |
void |
Query.sort(Collection.Key strColumn,
int order)
sorts a query by a column
|
void |
QueryImpl.sort(String column)
sorts a query by a column
|
void |
Query.sort(String column)
Deprecated.
use instead
|
void |
QueryImpl.sort(String strColumn,
int order)
sorts a query by a column
|
void |
Query.sort(String strColumn,
int order)
Deprecated.
|
void |
QueryColumnImpl.sort(String sortType,
String sortOrder) |
void |
ArrayImplNS.sort(String sortType,
String sortOrder) |
void |
Array.sort(String sortType,
String sortOrder)
Deprecated.
use instead
sort(Comparator comp) |
Object |
QueryColumnRef.touch(int row)
touch a value, means if key dosent exist, it will created
|
Object |
QueryColumnImpl.touch(PageContext pc) |
Object |
QueryColumnRef.touch(PageContext pc) |
Object |
SVArray.touch(PageContext pc) |
Object |
SVStruct.touch(PageContext pc) |
Constructor and Description |
---|
QueryImpl(Array arrColumns,
Array arrTypes,
int rowNumber,
String name)
constructor of the class, to generate a empty resultset (no database execution)
|
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) |
QueryImpl(ResultSet result,
int maxrow,
String name,
TimeZone tz)
create a QueryImpl from a SQL Resultset
|
QueryImpl(ResultSet result,
String name,
TimeZone tz) |
UDFSetterProperty(ComponentImpl component,
Property prop) |
Modifier and Type | Method and Description |
---|---|
PageException |
SortRegisterComparator.getPageException() |
PageException |
NumberSortRegisterComparator.getPageException() |
PageException |
ExceptionComparator.getPageException() |
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) |
boolean |
DateImpl.castToBooleanValue() |
int |
DateTimeImpl.compareTo(DateTime dt) |
int |
TimeImpl.compareTo(DateTime dt) |
int |
DateImpl.compareTo(DateTime dt) |
int |
TimeSpanImpl.compareTo(DateTime dt) |
int |
DateTimeImpl.compareTo(double d) |
int |
TimeImpl.compareTo(double d) |
int |
DateImpl.compareTo(double d) |
int |
TimeSpanImpl.compareTo(double d) |
int |
TimeImpl.compareTo(String str) |
int |
TimeSpanImpl.compareTo(String str) |
Object |
DateTimeImpl.get(PageContext pc,
Collection.Key key) |
Object |
DateTimeImpl.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
ForEachQueryIterator.reset() |
Modifier and Type | Method and Description |
---|---|
static PageException |
SimpleQuery.toPageExc(Throwable t) |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleQuery.addColumn(Collection.Key columnName,
Array content) |
Object |
SimpleQuery.call(PageContext pc,
Collection.Key methodName,
Object[] arguments) |
Object |
SimpleQuery.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
boolean |
SimpleQueryColumn.castToBooleanValue() |
DateTime |
SimpleQueryColumn.castToDateTime() |
double |
SimpleQueryColumn.castToDoubleValue() |
String |
SimpleQueryColumn.castToString() |
int |
SimpleQueryColumn.compareTo(boolean b) |
int |
SimpleQueryColumn.compareTo(DateTime dt) |
int |
SimpleQuery.compareTo(DateTime dt) |
int |
SimpleQueryColumn.compareTo(double d) |
int |
SimpleQuery.compareTo(double d) |
int |
SimpleQueryColumn.compareTo(String str) |
int |
SimpleQuery.compareTo(String str) |
Object |
QueryStruct.get(Collection.Key key) |
Object |
SimpleQueryColumn.get(Collection.Key key) |
Object |
SimpleQuery.get(Collection.Key key) |
Object |
SimpleQueryColumn.get(int row) |
Object |
SimpleQueryColumn.get(PageContext pc) |
Object |
SimpleQuery.get(PageContext pc,
Collection.Key key) |
Object |
SimpleQueryColumn.get(String key) |
Object |
SimpleQuery.get(String key) |
Object |
SimpleQuery.getAt(Collection.Key key,
int row) |
Object |
SimpleQuery.getAt(Collection.Key key,
int row,
int pid) |
Object |
SimpleQuery.getAt(String key,
int row) |
Object |
QueryStruct.remove(Collection.Key key) |
Object |
SimpleQueryColumn.remove(Collection.Key key) |
Object |
SimpleQuery.remove(Collection.Key key) |
Object |
SimpleQueryColumn.remove(int row) |
Object |
SimpleQueryColumn.remove(PageContext pc) |
Object |
SimpleQueryColumn.removeRow(int row) |
int |
SimpleQuery.removeRow(int row) |
Object |
QueryStruct.set(Collection.Key key,
Object value) |
Object |
SimpleQueryColumn.set(Collection.Key key,
Object value) |
Object |
SimpleQuery.set(Collection.Key key,
Object value) |
Object |
SimpleQueryColumn.set(int row,
Object value) |
Object |
SimpleQuery.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
SimpleQueryColumn.set(PageContext pc,
Object value) |
Object |
SimpleQueryColumn.set(String key,
Object value) |
Object |
SimpleQuery.set(String key,
Object value) |
Object |
SimpleQuery.setAt(Collection.Key key,
int row,
Object value) |
Object |
SimpleQuery.setAt(String key,
int row,
Object value) |
void |
SimpleQuery.sort(Collection.Key column) |
void |
SimpleQuery.sort(Collection.Key keyColumn,
int order) |
void |
SimpleQuery.sort(String column) |
void |
SimpleQuery.sort(String strColumn,
int order) |
Object |
SimpleQueryColumn.touch(PageContext pc) |
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) |
Collection.Key |
SimpleVarRef.getKey() |
Collection.Key |
Reference.getKey() |
String |
SimpleVarRef.getKeyAsString() |
String |
Reference.getKeyAsString()
Deprecated.
use instead
|
Object |
SimpleVarRef.remove(PageContext pc) |
Object |
VariableReference.remove(PageContext pc) |
Object |
NativeReference.remove(PageContext pc) |
Object |
ReferenceReference.remove(PageContext pc) |
Object |
Reference.remove(PageContext pc)
clears the variable from collection
|
void |
VariableReference.set(double value) |
Object |
SimpleVarRef.set(PageContext pc,
Object value) |
Object |
VariableReference.set(PageContext pc,
Object value) |
Object |
NativeReference.set(PageContext pc,
Object value) |
Object |
ReferenceReference.set(PageContext pc,
Object value) |
Object |
Reference.set(PageContext pc,
Object value) |
Object |
SimpleVarRef.touch(PageContext pc) |
Object |
VariableReference.touch(PageContext pc) |
Object |
NativeReference.touch(PageContext pc) |
Object |
ReferenceReference.touch(PageContext pc) |
Object |
Reference.touch(PageContext pc)
create it when not exist
|
Constructor and Description |
---|
VariableReference(Object o,
Collection.Key key)
constructor of the class
|
VariableReference(Object o,
String key)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
PageException |
UrlFormImpl.getInitException() |
PageException |
FormImpl.getInitException() |
PageException |
Form.getInitException() |
Modifier and Type | Method and Description |
---|---|
Object |
ArgumentThreadImpl.append(Object o) |
Object |
ArgumentImpl.append(Object o) |
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) |
boolean |
UrlFormImpl.castToBooleanValue() |
boolean |
ObjectStruct.castToBooleanValue() |
boolean |
ArgumentThreadImpl.castToBooleanValue() |
boolean |
CallerImpl.castToBooleanValue() |
DateTime |
UrlFormImpl.castToDateTime() |
DateTime |
ObjectStruct.castToDateTime() |
DateTime |
ArgumentThreadImpl.castToDateTime() |
DateTime |
CallerImpl.castToDateTime() |
double |
UrlFormImpl.castToDoubleValue() |
double |
ObjectStruct.castToDoubleValue() |
double |
ArgumentThreadImpl.castToDoubleValue() |
double |
CallerImpl.castToDoubleValue() |
String |
UrlFormImpl.castToString() |
String |
ObjectStruct.castToString() |
String |
ArgumentThreadImpl.castToString() |
String |
CallerImpl.castToString() |
void |
ScopeContext.clearApplication(PageContext pc) |
int |
LocalNotSupportedScope.compareTo(boolean b) |
int |
UrlFormImpl.compareTo(boolean b) |
int |
ObjectStruct.compareTo(boolean b) |
int |
ArgumentThreadImpl.compareTo(boolean b) |
int |
ClusterNotSupported.compareTo(boolean b) |
int |
CallerImpl.compareTo(boolean b) |
int |
UndefinedImpl.compareTo(DateTime dt) |
int |
LocalNotSupportedScope.compareTo(DateTime dt) |
int |
UrlFormImpl.compareTo(DateTime dt) |
int |
ObjectStruct.compareTo(DateTime dt) |
int |
ArgumentThreadImpl.compareTo(DateTime dt) |
int |
ClusterNotSupported.compareTo(DateTime dt) |
int |
CallerImpl.compareTo(DateTime dt) |
int |
UndefinedImpl.compareTo(double d) |
int |
LocalNotSupportedScope.compareTo(double d) |
int |
UrlFormImpl.compareTo(double d) |
int |
ObjectStruct.compareTo(double d) |
int |
ArgumentThreadImpl.compareTo(double d) |
int |
ClusterNotSupported.compareTo(double d) |
int |
CallerImpl.compareTo(double d) |
int |
UndefinedImpl.compareTo(String str) |
int |
LocalNotSupportedScope.compareTo(String str) |
int |
UrlFormImpl.compareTo(String str) |
int |
ObjectStruct.compareTo(String str) |
int |
ArgumentThreadImpl.compareTo(String str) |
int |
ClusterNotSupported.compareTo(String str) |
int |
CallerImpl.compareTo(String str) |
Object |
ServerImpl.g(Collection.Key key) |
Object |
UndefinedImpl.get(Collection.Key key) |
Object |
RequestImpl.get(Collection.Key key) |
Object |
UrlFormImpl.get(Collection.Key key) |
Object |
ObjectStruct.get(Collection.Key key) |
Object |
ClusterWrap.get(Collection.Key key) |
Object |
ClosureScope.get(Collection.Key key) |
Object |
ArgumentThreadImpl.get(Collection.Key key) |
Object |
CallerImpl.get(Collection.Key key) |
Object |
ServerImpl.get(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 |
ArgumentThreadImpl.get(String key) |
Client |
ScopeContext.getClientScope(PageContext pc) |
static Cluster |
ScopeContext.getClusterScope(Config config,
boolean create)
Returns the current Cluster Scope, if there is no current Cluster Scope and create is true, returns a new Cluster Scope.
|
Object |
UndefinedImpl.getCollection(Collection.Key key) |
Object |
Undefined.getCollection(Collection.Key key)
return value matching key, if value is from Query return a QueryColumn
|
Object |
UndefinedImpl.getCollection(String key) |
Object |
Undefined.getCollection(String key)
Deprecated.
|
Object |
ArgumentThreadImpl.getE(int key) |
Object |
ArgumentImpl.getE(int intKey)
return a value matching to key
|
Session |
ScopeContext.getSessionScope(PageContext pc,
RefBoolean isNew)
return the session Scope for this context (cfid,cftoken,contextname)
|
boolean |
ArgumentThreadImpl.insert(int key,
Object value) |
boolean |
ArgumentThreadImpl.insert(int index,
String key,
Object value) |
boolean |
Argument.insert(int index,
String key,
Object value)
insert a key in argument scope at defined position
|
void |
ScopeContext.invalidateUserScope(PageContextImpl pc,
boolean migrateSessionData,
boolean migrateClientData) |
Object |
ArgumentThreadImpl.prepend(Object o) |
Object |
ArgumentImpl.prepend(Object o) |
Object |
UndefinedImpl.remove(Collection.Key key) |
Object |
LocalNotSupportedScope.remove(Collection.Key key) |
Object |
RequestImpl.remove(Collection.Key key) |
Object |
UrlFormImpl.remove(Collection.Key key) |
Object |
ObjectStruct.remove(Collection.Key key) |
Object |
CookieImpl.remove(Collection.Key key) |
Object |
ClusterWrap.remove(Collection.Key key) |
Object |
CGIImpl.remove(Collection.Key key) |
Object |
ClosureScope.remove(Collection.Key key) |
Object |
ArgumentThreadImpl.remove(Collection.Key key) |
Object |
ClusterNotSupported.remove(Collection.Key key) |
Object |
CallerImpl.remove(Collection.Key key) |
Object |
CookieImpl.remove(Collection.Key key,
boolean alsoInResponse) |
void |
ScopeContext.removeClientScope(PageContext pc) |
Object |
ArgumentThreadImpl.removeE(int key) |
Object |
ArgumentImpl.removeE(int intKey) |
void |
ScopeContext.removeSessionScope(PageContext pc) |
void |
ArgumentThreadImpl.resize(int to) |
void |
ArgumentImpl.resize(int to) |
Object |
UndefinedImpl.set(Collection.Key key,
Object value) |
Object |
RequestImpl.set(Collection.Key key,
Object value) |
Object |
UrlFormImpl.set(Collection.Key key,
Object value) |
Object |
ObjectStruct.set(Collection.Key key,
Object value) |
Object |
CookieImpl.set(Collection.Key key,
Object value) |
Object |
ClusterWrap.set(Collection.Key key,
Object value) |
Object |
CGIImpl.set(Collection.Key key,
Object value) |
Object |
ClosureScope.set(Collection.Key key,
Object value) |
Object |
ArgumentThreadImpl.set(Collection.Key key,
Object value) |
Object |
CallerImpl.set(Collection.Key key,
Object value) |
Object |
ServerImpl.set(Collection.Key key,
Object value) |
Object |
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 |
ArgumentThreadImpl.set(String key,
Object value) |
Object |
ArgumentThreadImpl.setArgument(Object obj) |
Object |
ArgumentImpl.setArgument(Object obj) |
Object |
Argument.setArgument(Object obj) |
void |
CookieImpl.setCookie(Collection.Key key,
Object value,
int expires,
boolean secure,
String path,
String domain) |
void |
Cookie.setCookie(Collection.Key name,
Object value,
int expires,
boolean secure,
String path,
String domain)
Deprecated.
|
void |
CookieImpl.setCookie(Collection.Key key,
Object value,
int expires,
boolean secure,
String path,
String domain,
boolean httpOnly,
boolean preserveCase,
boolean encode) |
void |
Cookie.setCookie(Collection.Key name,
Object value,
int expires,
boolean secure,
String path,
String domain,
boolean httpOnly,
boolean preserveCase,
boolean encode)
set a cookie value
|
void |
CookieImpl.setCookie(Collection.Key key,
Object value,
Object expires,
boolean secure,
String path,
String domain) |
void |
Cookie.setCookie(Collection.Key name,
Object value,
Object expires,
boolean secure,
String path,
String domain)
Deprecated.
|
void |
CookieImpl.setCookie(Collection.Key key,
Object value,
Object expires,
boolean secure,
String path,
String domain,
boolean httpOnly,
boolean preserveCase,
boolean encode) |
void |
Cookie.setCookie(Collection.Key name,
Object value,
Object expires,
boolean secure,
String path,
String domain,
boolean httpOnly,
boolean preserveCase,
boolean encode)
set a cookie value
|
Object |
ArgumentThreadImpl.setE(int key,
Object value) |
Object |
ArgumentImpl.setE(int intKey,
Object value) |
void |
ArgumentThreadImpl.sort(String sortType,
String sortOrder) |
Modifier and Type | Method and Description |
---|---|
static Client |
ClientDatasource.getInstance(String datasourceName,
PageContext pc,
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)
load an new instance of the client datasource scope
|
Modifier and Type | Method and Description |
---|---|
static Session |
SessionDatasource.getInstance(String datasourceName,
PageContext pc,
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)
load an new instance of the client datasource scope
|
Modifier and Type | Method and Description |
---|---|
boolean |
StorageScopeImpl.castToBooleanValue() |
DateTime |
StorageScopeImpl.castToDateTime() |
double |
StorageScopeImpl.castToDoubleValue() |
String |
StorageScopeImpl.castToString() |
int |
StorageScopeImpl.compareTo(boolean b) |
int |
StorageScopeImpl.compareTo(DateTime dt) |
int |
StorageScopeImpl.compareTo(double d) |
int |
StorageScopeImpl.compareTo(String str) |
Object |
StorageScopeImpl.get(Collection.Key key) |
Struct |
StorageValue.getValue() |
Object |
StorageScopeImpl.remove(Collection.Key key) |
Object |
StorageScopeImpl.set(Collection.Key key,
Object value) |
Constructor and Description |
---|
StorageValue(Struct value) |
Modifier and Type | Method and Description |
---|---|
void |
SQLExecutor.clean(Config config,
DatasourceConnection dc,
int type,
StorageScopeEngine engine,
DatasourceStorageScopeCleaner cleaner,
StorageScopeListener listener,
Log log) |
void |
MSSQL.clean(Config config,
DatasourceConnection dc,
int type,
StorageScopeEngine engine,
DatasourceStorageScopeCleaner cleaner,
StorageScopeListener listener,
Log log) |
void |
Ansi92.clean(Config config,
DatasourceConnection dc,
int type,
StorageScopeEngine engine,
DatasourceStorageScopeCleaner cleaner,
StorageScopeListener listener,
Log log) |
void |
MySQL.clean(Config config,
DatasourceConnection dc,
int type,
StorageScopeEngine engine,
DatasourceStorageScopeCleaner cleaner,
StorageScopeListener listener,
Log log) |
void |
SQLExecutor.delete(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log)
deletes the data in the datasource for a specific user (CFID), if there is no data for this user nothing is happeing
|
void |
MSSQL.delete(Config config,
String cfid,
String appName,
DatasourceConnection dc,
int type,
Log log) |
void |
Ansi92.delete(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log) |
void |
MySQL.delete(Config config,
String cfid,
String appName,
DatasourceConnection dc,
int type,
Log log) |
Query |
SQLExecutor.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist)
does a select statement on the datasource to get data
|
Query |
MSSQL.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist) |
Query |
Ansi92.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist) |
Query |
MySQL.select(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Log log,
boolean createTableIfNotExist) |
void |
SQLExecutor.update(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Struct data,
long timeSpan,
Log log)
updates the data in the datasource for a specific user (CFID), if the data not exist, a new record is created
|
void |
MSSQL.update(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Struct data,
long timeSpan,
Log log) |
void |
Ansi92.update(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Struct data,
long timeSpan,
Log log) |
void |
MySQL.update(Config config,
String cfid,
String applicationName,
DatasourceConnection dc,
int type,
Struct data,
long timeSpan,
Log log) |
Modifier and Type | Method and Description |
---|---|
static Blob |
BlobImpl.toBlob(Object value) |
static Clob |
ClobImpl.toClob(Object value)
cast given value to a clob
|
Modifier and Type | Method and Description |
---|---|
boolean |
TOQuery.addColumn(Collection.Key columnName,
Array content) |
boolean |
TOQuery.addColumn(Collection.Key columnName,
Array content,
int type) |
boolean |
TOQuery.addColumn(String columnName,
Array content) |
boolean |
TOQuery.addColumn(String columnName,
Array content,
int type) |
Object |
TOArray.append(Object o) |
Object |
TOObjects.call(PageContext pc,
Collection.Key key,
Object[] args) |
Object |
TOUDF.call(PageContext pageContext,
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) |
boolean |
TODateTime.castToBooleanValue() |
boolean |
TOObjects.castToBooleanValue() |
DateTime |
TODateTime.castToDateTime() |
DateTime |
TOObjects.castToDateTime() |
double |
TODateTime.castToDoubleValue() |
double |
TOObjects.castToDoubleValue() |
String |
TODateTime.castToString() |
String |
TOObjects.castToString() |
int |
TODateTime.compareTo(boolean b) |
int |
TOObjects.compareTo(boolean b) |
int |
TODateTime.compareTo(DateTime dt) |
int |
TOObjects.compareTo(DateTime dt) |
int |
TODateTime.compareTo(double d) |
int |
TOObjects.compareTo(double d) |
int |
TODateTime.compareTo(String str) |
int |
TOObjects.compareTo(String str) |
Object |
TOObjects.get(PageContext pc,
Collection.Key key) |
Object |
TOQuery.getAt(Collection.Key key,
int row) |
Object |
TOQuery.getAt(String key,
int row) |
QueryColumn |
TOQuery.getColumn(Collection.Key key) |
QueryColumn |
TOQuery.getColumn(String key) |
Object |
TOUDF.getDefaultValue(PageContext pc,
int index) |
Object |
TOUDF.getDefaultValue(PageContext pc,
int index,
Object defaultValue) |
Object |
TOArray.getE(int key) |
Struct |
TOUDF.getMetaData(PageContext pc) |
boolean |
TOQuery.go(int index,
int pid) |
boolean |
TOArray.insert(int key,
Object value) |
boolean |
TOQuery.next(int pid) |
Object |
TOArray.prepend(Object o) |
QueryColumn |
TOQuery.removeColumn(Collection.Key key) |
QueryColumn |
TOQuery.removeColumn(String key) |
Object |
TOArray.removeE(int key) |
int |
TOQuery.removeRow(int row) |
void |
TOQuery.rename(Collection.Key columnName,
Collection.Key newColumnName) |
void |
TOQuery.reset() |
void |
TOQuery.reset(int pid) |
void |
TOArray.resize(int to) |
Object |
TOObjects.set(PageContext pc,
Collection.Key key,
Object value) |
Object |
TOQuery.setAt(Collection.Key key,
int row,
Object value) |
Object |
TOQuery.setAt(String key,
int row,
Object value) |
Object |
TOArray.setE(int key,
Object value) |
void |
TOQuery.sort(Collection.Key column) |
void |
TOQuery.sort(Collection.Key keyColumn,
int order) |
void |
TOQuery.sort(String column) |
void |
TOQuery.sort(String strColumn,
int order) |
void |
TOArray.sort(String sortType,
String sortOrder) |
Modifier and Type | Method and Description |
---|---|
static void |
PropertyFactory.addSet(ComponentImpl comp,
Property prop) |
static String |
ListUtil.arrayToList(Array array,
String delimiter)
convert Array Object to string list
|
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) |
boolean |
ArraySupport.castToBooleanValue() |
boolean |
StructSupport.castToBooleanValue() |
DateTime |
ArraySupport.castToDateTime() |
DateTime |
StructSupport.castToDateTime() |
double |
ArraySupport.castToDoubleValue() |
double |
StructSupport.castToDoubleValue() |
String |
ArraySupport.castToString() |
String |
StructSupport.castToString() |
static void |
QueryUtil.checkSQLRestriction(DatasourceConnection dc,
SQL sql)
check if there is a sql restriction
|
int |
ArraySupport.compareTo(boolean b) |
int |
StructSupport.compareTo(boolean b) |
int |
ArraySupport.compareTo(DateTime dt) |
int |
StructSupport.compareTo(DateTime dt) |
int |
ArraySupport.compareTo(double d) |
int |
StructSupport.compareTo(double d) |
int |
ArraySupport.compareTo(String str) |
int |
StructSupport.compareTo(String str) |
static Struct |
StructUtil.copyToStruct(Map map) |
static void |
PropertyFactory.createPropertyUDFs(ComponentImpl comp,
Property property) |
Object |
ArraySupport.get(PageContext pc,
Collection.Key key) |
Object |
StructSupport.get(PageContext pc,
Collection.Key key) |
Object |
StructSupport.get(String key) |
static Class |
ComponentUtil.getClientComponentPropertiesClass(PageContext pc,
String className,
ASMProperty[] properties,
Class extendsClass) |
static long |
ComponentUtil.getCompileTime(PageContext pc,
PageSource ps) |
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(Config config,
String className,
ASMProperty[] properties,
Class extendsClass) |
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 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) |
static String |
ListUtil.listToList(List<?> list,
String delimiter) |
static double |
ArrayUtil.max(Array array)
the greatest value, of all values inside the array, only work when all values are numeric
|
static double |
ArrayUtil.min(Array array)
the smallest value, of all values inside the array, only work when all values are numeric
|
static void |
QueryUtil.removeRows(Query query,
int index,
int count) |
Object |
ArraySupport.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
StructSupport.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
StructSupport.set(String key,
Object value) |
void |
ArraySupport.sort(String sortType,
String sortOrder) |
static String |
ListUtil.sort(String list,
String sortType,
String sortOrder,
String delimiter)
sorts a string list
|
static String |
ListUtil.sortIgnoreEmpty(String list,
String sortType,
String sortOrder,
String delimiter)
sorts a string list
|
static boolean[] |
ArrayUtil.toBooleanArray(Object obj) |
static byte[] |
ArrayUtil.toByteArray(Object obj) |
static char[] |
ArrayUtil.toCharArray(Object obj) |
static Comparator |
ArrayUtil.toComparator(PageContext pc,
String strSortType,
String sortOrder,
boolean localeSensitive) |
static double[] |
ArrayUtil.toDoubleArray(Object obj) |
static float[] |
ArrayUtil.toFloatArray(Object obj) |
static int[] |
ArrayUtil.toIntArray(Object obj) |
static long[] |
ArrayUtil.toLongArray(Object obj) |
static Object[] |
ArrayUtil.toNullArray(Object obj) |
static short[] |
ArrayUtil.toShortArray(Object obj) |
static String[] |
ListUtil.toStringArray(Array array)
cast a Object Array to a String Array
|
static String[] |
ListUtil.toStringArrayTrim(Array array)
cast a Object Array to a String Array and trim all values
|
static Array |
ListUtil.trimItems(Array arr)
trim every single item of the array
|
Modifier and Type | Method and Description |
---|---|
Object |
ListAsArray.append(Object o) |
Object |
ListAsArray.call(PageContext pc,
Collection.Key methodName,
Object[] args) |
Object |
ListAsArray.callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args) |
boolean |
ListAsArray.castToBooleanValue() |
DateTime |
ListAsArray.castToDateTime() |
double |
ListAsArray.castToDoubleValue() |
String |
ListAsArray.castToString() |
int |
ListAsArray.compareTo(boolean b) |
int |
ListAsArray.compareTo(DateTime dt) |
int |
MapAsStruct.compareTo(DateTime dt) |
int |
ListAsArray.compareTo(double d) |
int |
MapAsStruct.compareTo(double d) |
int |
ListAsArray.compareTo(String str) |
int |
MapAsStruct.compareTo(String str) |
Object |
ListAsArray.get(Collection.Key key) |
Object |
ListAsArray.get(PageContext pc,
Collection.Key key) |
Object |
ListAsArray.get(String key) |
Object |
ListAsArray.getE(int key) |
boolean |
ListAsArray.insert(int key,
Object value) |
Object |
ListAsArray.prepend(Object o) |
Object |
ListAsArray.remove(Collection.Key key) |
Object |
ListAsArray.removeE(int key) |
void |
ListAsArray.resize(int to) |
Object |
ListAsArray.set(Collection.Key key,
Object value) |
Object |
MapAsStruct.set(Collection.Key key,
Object value) |
Object |
ListAsArray.set(PageContext pc,
Collection.Key propertyName,
Object value) |
Object |
ListAsArray.set(String key,
Object value) |
Object |
ListAsArray.setE(int key,
Object value) |
void |
ListAsArray.sort(String sortType,
String sortOrder) |
Modifier and Type | Method and Description |
---|---|
PageException |
Excepton.createAbort()
create exception "Abort"
|
PageException |
Excepton.createAbortException(String showError)
create exception "AbortException"
|
PageException |
Excepton.createApplicationException(String message)
create exception "ApplicationException"
|
PageException |
Excepton.createApplicationException(String message,
String detail)
create exception "ApplicationException"
|
PageException |
Excepton.createCasterException(String message)
create exception "CasterException"
|
PageException |
Excepton.createCustomTypeException(String message,
String detail,
String errorcode,
String customType)
Deprecated.
use instead
createCustomTypeException(String message, String detail, String errorcode, String customType, String extendedInfo); |
PageException |
Excepton.createCustomTypeException(String message,
String detail,
String errorcode,
String customType,
String extendedInfo) |
PageException |
Excepton.createDatabaseException(String message)
create exception "DatabaseException"
|
PageException |
Excepton.createDatabaseException(String message,
SQL sql)
create exception "DatabaseException"
|
PageException |
Excepton.createDatabaseException(String message,
String detail)
create exception "DatabaseException"
|
PageException |
Excepton.createExpressionException(String message)
create exception "ExpressionException"
|
PageException |
Excepton.createExpressionException(String message,
String detail)
create exception "ExpressionException"
|
PageException |
Excepton.createFunctionException(PageContext pc,
String functionName,
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)) |
PageException |
Excepton.createLockException(String operation,
String name,
String message)
create exception "LockException"
|
PageException |
Excepton.createMissingIncludeException(PageSource ps)
create exception "LockException"
|
PageException |
Excepton.createNativeException(Throwable t)
create exception "NativeException"
|
PageException |
Excepton.createSecurityException(String message)
create exception "SecurityException"
|
PageException |
Excepton.createSecurityException(String message,
String detail)
create exception "SecurityException"
|
PageException |
Excepton.createTemplateException(String message)
create exception "TemplateException"
|
PageException |
Excepton.createTemplateException(String message,
String detail)
create exception "TemplateException"
|
PageException |
Excepton.createXMLException(String message)
create exception "XMLException"
|
PageException |
Excepton.createXMLException(String message,
String detail)
create exception "XMLException"
|
PageException |
Cast.toPageException(Throwable t)
cast a Throwable Object to a PageException Object
|
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) |
int |
Operation.compare(boolean left,
Object right)
compares a boolean with a Object
|
int |
Operation.compare(Date left,
Object right)
compares a Date with a Object
|
int |
Operation.compare(Date left,
String right)
compares a Date with a String
|
int |
Operation.compare(double left,
Object right)
compares a double with a Object
|
int |
Operation.compare(Object left,
boolean right)
compares a Object with a boolean
|
int |
Operation.compare(Object left,
Date right)
compares a Object with a Date
|
int |
Operation.compare(Object left,
double right)
compares a Object with a double
|
int |
Operation.compare(Object left,
Object right)
compares two Objects
|
int |
Operation.compare(Object left,
String right)
compares a Object with a String
|
int |
Operation.compare(String left,
Date right)
compares a String with a Date
|
int |
Operation.compare(String left,
Object right)
compares a String with a Object
|
Array |
Creation.createArray(int dimension)
creates and returns a array instance
|
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
|
Date |
Creation.createDate(int year,
int month,
int day)
creates and returns a Date instance
|
DateTime |
Creation.createDateTime(int year,
int month,
int day,
int hour,
int minute,
int seond,
int millis)
creates and returns a DateTime instance
|
Document |
Creation.createDocument()
creates and returns a xml Document instance
|
Document |
Creation.createDocument(InputStream is,
boolean isHtml)
creates and returns a xml Document instance
|
Document |
Creation.createDocument(Resource file,
boolean isHtml)
creates and returns a xml Document instance
|
Document |
Creation.createDocument(String xml,
boolean isHtml)
creates and returns a xml Document instance
|
Query |
Creation.createQuery(Collection.Key[] columns,
int rows,
String name)
creates a query object with given data
|
Query |
Creation.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
int fetchsize,
int timeout,
String name) |
Query |
Creation.createQuery(DatasourceConnection dc,
SQL sql,
int maxrow,
String name)
Deprecated.
|
Resource |
Creation.createResource(String path,
boolean existing) |
boolean |
Operation.ct(Object left,
Object right)
check if left is inside right (String-> ignore case)
|
static Object |
VariableUtilImpl.currentrow(PageContext pc,
Object obj) |
boolean |
Operation.equals(Object left,
Object right,
boolean caseSensitive)
Method to compare to different values, return true of objects are same otherwise false
|
boolean |
Operation.eqv(Object left,
Object right)
Equivalence: Return True if both operands are True or both are False.
|
double |
Operation.exponent(Object left,
Object right)
calculate the exponent of the left value
|
Object |
VariableUtilImpl.get(PageContext pc,
Object coll,
Collection.Key key) |
Object |
VariableUtilImpl.get(PageContext pc,
Object coll,
String key) |
Object |
VariableUtil.get(PageContext pc,
Object coll,
String key)
return a property from the given Object, when property doesn't exists throw exception
|
Object |
VariableUtilImpl.getCollection(PageContext pc,
Object coll,
Collection.Key key) |
Object |
VariableUtilImpl.getCollection(PageContext pc,
Object coll,
String key) |
Object |
VariableUtil.getCollection(PageContext pc,
Object coll,
String key)
return a property from the given Object, when coll is a query return a Column,when property doesn't exists throw exception
|
boolean |
Operation.imp(Object left,
Object right)
Implication: The statement A IMP B is the equivalent of the logical statement
"If A Then B." A IMP B is False only if A is True and B is False.
|
static NumberIterator |
NumberIterator.load(PageContext pc,
NumberIterator ni,
Query query,
String groupName,
boolean caseSensitive) |
boolean |
Operation.nct(Object left,
Object right)
check if left is not inside right (String-> ignore case)
|
static Object |
VariableUtilImpl.recordcount(PageContext pc,
Object obj) |
Object |
VariableUtilImpl.remove(Object coll,
Collection.Key key) |
Object |
VariableUtilImpl.remove(Object coll,
String key) |
Object |
VariableUtil.remove(Object coll,
String key)
clear value from Collection
|
static void |
ForEachUtil.reset(Iterator it) |
Object |
VariableUtilImpl.set(PageContext pc,
Object coll,
Collection.Key key,
Object value) |
Object |
VariableUtilImpl.set(PageContext pc,
Object coll,
String key,
Object value) |
Object |
VariableUtil.set(PageContext pc,
Object coll,
String key,
Object value)
sets a value to the Object
|
Object |
Cast.to(String type,
Object o,
boolean alsoPattern)
cast to given type
|
Array |
Cast.toArray(Object obj)
cast a Object to a Array Object
|
String |
Cast.toBase64(Object o)
cast a Object to a Base64 value
|
byte[] |
Cast.toBinary(Object obj)
cast a Object to a Binary
|
Boolean |
Cast.toBoolean(Object o)
cast a Object to a Boolean Object(reference type)
|
Boolean |
Cast.toBoolean(String str)
cast a Object to a Boolean Object(reference type)
|
boolean |
Cast.toBooleanValue(Object o)
cast a Object to a boolean value (primitive value type)
|
boolean |
Cast.toBooleanValue(String str)
cast a String to a boolean value (primitive value type)
|
Byte |
Cast.toByte(Object o)
cast a Object to a Byte Object(reference type)
|
byte |
Cast.toByteValue(Object o)
cast a Object to a byte value (primitive value type)
|
Character |
Cast.toCharacter(Object o)
cast a Object to a Character Object(reference type)
|
char |
Cast.toCharValue(Object o)
cast a Object to a char value (primitive value type)
|
Collection |
Cast.toCollection(Object o)
cast a Object to a Collection
|
Color |
Cast.toColor(Object o)
cast to a color object
|
DateTime |
Cast.toDate(Locale locale,
String str,
TimeZone tz)
parse a string to a Datetime Object
|
DateTime |
Cast.toDate(Object o,
TimeZone tz)
cast a Object to a DateTime Object
|
DateTime |
Cast.toDate(String str,
TimeZone tz)
cast a Object to a DateTime Object
|
DateTime |
Cast.toDatetime(Object o,
TimeZone tz)
cast a Object to a DateTime Object (alias for toDateTime)
|
DateTime |
Cast.toDateTime(Object o,
TimeZone tz)
cast a Object to a DateTime Object
|
String |
Cast.toDecimal(Object value)
cast a double to a decimal value (String:xx.xx)
|
Double |
Cast.toDouble(Object o)
cast a Object to a Double Object (reference Type)
|
Double |
Cast.toDouble(String str)
cast a String to a Double Object (reference Type)
|
double |
Cast.toDoubleValue(Object o)
cast a Object to a double value (primitive value Type)
|
double |
Cast.toDoubleValue(String str)
cast a Object to a double value (primitive value Type)
|
File |
Cast.toFile(Object obj)
convert a object to a File
|
Integer |
Cast.toInteger(Object o)
casts a Object to a Integer
|
int |
Cast.toIntValue(Object o)
cast a Object to a int value (primitive value type)
|
int |
Cast.toIntValue(String str)
cast a String to a int value (primitive value type)
|
static Iterator |
ForEachUtil.toIterator(Object o) |
Iterator |
Cast.toIterator(Object o)
cast a Object to a Iterator or get Iterator from Object
|
Collection.Key |
Decision.toKey(Object obj) |
Collection.Key |
Cast.toKey(Object o) |
List |
Cast.toList(Object o)
cast a Object to a Array Object
|
List |
Cast.toList(Object o,
boolean duplicate)
cast a Object to a Array Object
|
Locale |
Cast.toLocale(String strLocale)
casts a string to a Locale
|
Long |
Cast.toLong(Object o)
cast a Object to a Long Object(reference type)
|
long |
Cast.toLongValue(Object o)
cast a Object to a long value (primitive value type)
|
Map |
Cast.toMap(Object o)
cast a Object to a Map Object
|
Map |
Cast.toMap(Object o,
boolean duplicate)
cast a Object to a Map Object
|
Node |
Cast.toNode(Object o)
casts a Object to a XML Node
|
NodeList |
Cast.toNodeList(Object o)
casts a Object to a Node List
|
Object |
Cast.toNull(Object value)
casts a Object to null
|
Query |
Cast.toQuery(Object o)
cast a Object to a Query Object
|
Query |
Cast.toQuery(Object o,
boolean duplicate)
cast a Object to a Query Object
|
Resource |
Cast.toResource(Object obj)
convert a object to a Resource
|
Resource |
ResourceUtil.toResourceExisting(PageContext pc,
String path)
cast a String (argument destination) to a File Object,
if destination is not a absolute, file object will be relative to current position (get from PageContext)
file must exist otherwise throw exception
|
Resource |
ResourceUtil.toResourceExistingParent(PageContext pc,
String destination)
cast a String (argument destination) to a File Object,
if destination is not a absolute, file object will be relative to current position (get from PageContext)
at least parent must exist
|
Serializable |
Cast.toSerializable(Object obj)
cast Object to a Serializable Object
|
Short |
Cast.toShort(Object o)
cast a Object to a Short Object(reference type)
|
short |
Cast.toShortValue(Object o)
cast a Object to a short value (primitive value type)
|
String |
Cast.toString(Object o)
cast a Object to a String
|
Struct |
Cast.toStruct(Object o)
cast a Object to a Struct Object
|
TimeSpan |
Cast.toTimespan(Object o)
cast a Object to a TimeSpan Object (alias for toTimeSpan)
|
Object |
Cast.toUUId(Object o)
cast a Object to a UUID
|
Object |
Cast.toVariableName(Object o)
cast a Object to a Variable Name
|
Object |
Cast.toVoid(Object o)
cast a value to void (Empty String)
|
Node |
Cast.toXML(Object value)
cast Object to a XML Node
|
String |
URLResolver.transform(String html,
URL url,
boolean setBaseTag)
transform the HTML String
|
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) |
long |
VideoUtilImpl.toBytes(String byt) |
long |
VideoUtil.toBytes(String byt) |
long |
VideoUtilImpl.toHerz(String byt) |
long |
VideoUtil.toHerz(String byt) |
long |
VideoUtilImpl.toMillis(String time) |
long |
VideoUtil.toMillis(String time) |
static Range |
Range.toRange(String def) |
Modifier and Type | Class and Description |
---|---|
class |
BytecodeException |
Modifier and Type | Method and Description |
---|---|
static byte[] |
ASMUtil.createPojo(String className,
ASMProperty[] properties,
Class parent,
Class[] interfaces,
String srcName) |
static Object |
JavaProxyFactory.createProxy(PageContext pc,
Component cfc,
Class extendz,
Class... interfaces) |
org.objectweb.asm.Type |
ASMProperty.getASMType() |
static org.objectweb.asm.Type |
ASMUtil.toType(String cfType,
boolean axistype)
translate a string cfml type definition to a Type Object
|
Constructor and Description |
---|
ASMPropertyImpl(String type,
String name) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessingDirectiveException |
Modifier and Type | Class and Description |
---|---|
static class |
AbstrCFMLScriptTransformer.ComponentTemplateException |
Copyright © 2015 Lucee