Modifier and Type | Class and Description |
---|---|
class |
JavaProxy |
Modifier and Type | Class and Description |
---|---|
class |
ServiceException |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryTable |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeException |
Modifier and Type | Class and Description |
---|---|
class |
LockException
Lock Timeout
|
class |
LockInterruptedException |
Modifier and Type | Interface and Description |
---|---|
interface |
Component
interface for a Component
|
interface |
ComponentPro |
interface |
ComponentScope |
interface |
Interface |
interface |
Mapping
interface of the mapping definition
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentImpl
%**%
MUST add handling for new attributes (style, namespace, serviceportname, porttypename, wsdlfile, bindingname, and output)
|
class |
ComponentScopeShadow |
class |
ComponentScopeThis |
class |
ComponentSpecificAccess |
class |
InterfaceImpl
MUST add handling for new attributes (style, namespace, serviceportname, porttypename, wsdlfile, bindingname, and output)
|
class |
MappingImpl
Mapping class
|
class |
PageSourcePool
pool to handle pages
|
class |
SuperComponent |
Modifier and Type | Class and Description |
---|---|
class |
IncludeCacheItem |
Modifier and Type | Class and Description |
---|---|
class |
QueryCacheItem |
Modifier and Type | Class and Description |
---|---|
class |
UDFCacheItem |
Modifier and Type | Class and Description |
---|---|
class |
COMObject |
Modifier and Type | Class and Description |
---|---|
class |
DebugPageImpl
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
|
Modifier and Type | Interface and Description |
---|---|
interface |
CatchBlock |
interface |
IPageException
interface of the root business exception of lucee
|
Modifier and Type | Class and Description |
---|---|
class |
Abort
This Exception will be Throwed, when page Excecution will be aborted (tag abort).
|
class |
AbortException |
class |
AlwaysThrow |
class |
ApplicationException
Application Exception Object
|
class |
CasterException |
class |
CatchBlockImpl |
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 |
MissingIncludeException
Exception throwed when missing include
|
class |
NativeException
Box a Native Exception, Native = !PageException
|
class |
PageException
root Exception for lucee runtime
|
class |
PageExceptionImpl
Lucee Runtime Page Exception, all runtime Exception are sub classes of this class
|
class |
PageRuntimeException
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
|
class |
PageServletException
by definition a JSP Tag can only throw JSPExceptions,
for that case the PageException is a Subclass of the JSPExceptions, but when a PageException,
is escaleted to a parent page, this goes over the include method of the PageContext Object, but this can only throw ServletException.
|
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 | Class and Description |
---|---|
class |
FileStreamWrapper |
class |
FileStreamWrapperRead |
class |
FileStreamWrapperReadBinary |
class |
FileStreamWrapperReadWrite |
class |
FileStreamWrapperWrite |
Modifier and Type | Class and Description |
---|---|
class |
HttpSessionBindingListenerStruct |
Modifier and Type | Class and Description |
---|---|
class |
Image |
class |
ImageException |
Modifier and Type | Class and Description |
---|---|
class |
InterpreterException |
Modifier and Type | Class and Description |
---|---|
class |
JavaObject
class to handle initialising and call native object from lucee
|
Modifier and Type | Class and Description |
---|---|
class |
ModernAppListenerException |
Modifier and Type | Class and Description |
---|---|
class |
FTPPath
represent a ftp path
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPClient
Client to implement http based webservice
|
Modifier and Type | Class and Description |
---|---|
class |
RPCException |
Modifier and Type | Class and Description |
---|---|
class |
JaxWSClient |
class |
WSClient |
Modifier and Type | Interface and Description |
---|---|
interface |
Printable
Deprecated.
this interface is replaced with interface Dumpable
|
Modifier and Type | Class and Description |
---|---|
class |
HibernatePageException |
Modifier and Type | Class and Description |
---|---|
class |
CFCHibernateProxy
Proxy for "dynamic-map" entity representations.
|
class |
CFCProxy |
class |
ComponentProProxy |
class |
ComponentProReflectionProxy |
class |
ComponentProxy |
Modifier and Type | Class and Description |
---|---|
class |
Excel |
Modifier and Type | Class and Description |
---|---|
class |
CSVParserException
CSV Parser Exception
|
Modifier and Type | Class and Description |
---|---|
class |
FeedStruct |
Modifier and Type | Class and Description |
---|---|
class |
PDFDocument |
Modifier and Type | Class and Description |
---|---|
class |
XMLAttributes
represent a Struct and a NamedNodeMap
|
class |
XMLNodeList |
Modifier and Type | Interface and Description |
---|---|
interface |
XMLStruct |
Modifier and Type | Class and Description |
---|---|
class |
XMLAttrStruct |
class |
XMLCDATASectionStruct |
class |
XMLDocumentStruct |
class |
XMLElementStruct |
class |
XMLMultiElementArray |
class |
XMLMultiElementStruct
Element that can contain more than one Element
|
class |
XMLNodeStruct |
class |
XMLTextStruct |
Modifier and Type | Class and Description |
---|---|
class |
ThreadsImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
Array |
interface |
Collection
interface collection, used for all collection types of lucee (array, struct, query)
|
interface |
CollectionPlus |
interface |
ComponentMethod |
interface |
FunctionValue
represent a named function value for a functions
|
interface |
Objects
Hold a native or wild object, to use id inside lucee runtime
|
interface |
Query
inteface for resultset (query) object
|
interface |
QueryColumn
represent a Single column of a query object
|
interface |
QueryColumnPro |
interface |
Struct |
interface |
UDF
a user defined function
|
interface |
UDFPlus |
interface |
UserDefinedFunction
Deprecated.
replaced with
UDF |
Modifier and Type | Class and Description |
---|---|
class |
ArrayImpl
CFML array object
|
class |
ArrayImplNS
CFML array object
|
class |
BIF |
class |
CastableArray |
class |
CastableStruct |
class |
Closure |
class |
CollectionStruct |
class |
DebugQueryColumn
implementation of the query column
|
class |
DoubleStruct |
class |
FunctionValueImpl
represent a named function value for a functions
|
class |
Null
Custom Null Type
|
class |
QueryColumnImpl
implementation of the query column
|
class |
QueryColumnRef
Recordcount Query Column
|
class |
QueryImpl |
class |
ReadOnlyStruct
a read only Struct if flag is set to readonly
|
class |
StructImpl
CFML data type struct
|
class |
StructImplKey
CFML data type struct
|
class |
StructImplString
CFML data type struct
|
class |
SVArray
Simple Value Array, a Array that can't cast to a Simple Value
|
class |
SVStruct |
class |
UDFAddProperty |
class |
UDFGetterProperty |
class |
UDFGSProperty |
class |
UDFHasProperty |
class |
UDFImpl
defines a abstract class for a User defined Functions
|
class |
UDFRemoveProperty |
class |
UDFSetterProperty |
Modifier and Type | Interface and Description |
---|---|
interface |
TimeSpan
defines a time span
|
Modifier and Type | Class and Description |
---|---|
class |
Date
Date only object
|
class |
DateImpl
Printable and Castable Date Object (no visible time)
|
class |
DateTime |
class |
DateTimeImpl
Printable and Castable DateTime Object
|
class |
Time
time interface
|
class |
TimeImpl
Printable and Castable Time Object (at the moment, same as DateTime)
|
class |
TimeSpanImpl
TimeSpan Object, represent a timespan
|
Modifier and Type | Class and Description |
---|---|
class |
QueryStruct |
class |
SimpleQuery |
class |
SimpleQueryColumn |
Modifier and Type | Interface and Description |
---|---|
interface |
Application
implemetnation of the application scope
|
interface |
Argument
interface for Argument scope
|
interface |
Caller
interface for the caller scope
|
interface |
CGI
interface for scope CGI
|
interface |
Client
Interface of the scope client
|
interface |
Cluster |
interface |
Cookie
interface for the cookie scope
|
interface |
Form
interface fro scope form
|
interface |
Local |
interface |
Request
Interface of the scope request
|
interface |
Scope
abstract class for all scopes
|
interface |
Server
interface for scope server
|
interface |
Session |
interface |
SharedScope
scope that is used for multiple requests, attention scope can be used from muliple threads ad same state, make no internal state!
|
interface |
Threads |
interface |
Undefined
interface of the cope undefined
|
interface |
URL
inteface for the url scope
|
interface |
URLForm
scuope that mix url and forn together
|
interface |
UserScope |
interface |
Variables |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationImpl
Session Scope
|
class |
ArgumentImpl
implementation of the argument scope
|
class |
ArgumentThreadImpl |
class |
CallerImpl
caller scope
|
class |
CGIImpl
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
|
class |
CGIImplReadOnly
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
|
class |
ClosureScope |
class |
ClusterNotSupported
d
|
class |
ClusterWrap |
class |
CookieImpl
Implementation of the Cookie scope
|
class |
FormImpl
Form Scope
|
class |
JSession |
class |
LocalImpl |
class |
LocalNotSupportedScope |
class |
ObjectStruct |
class |
RequestImpl |
class |
ScopeSupport
Simple standart implementation of a Scope, for standart use.
|
class |
ServerImpl
Server Scope
|
class |
UndefinedImpl
Undefined Scope
|
class |
UrlFormImpl |
class |
URLImpl
Implements URL Scope
|
class |
VariablesImpl |
Modifier and Type | Class and Description |
---|---|
class |
ClientCache |
class |
ClientCookie |
class |
ClientDatasource |
class |
ClientFile |
class |
ClientMemory |
Modifier and Type | Class and Description |
---|---|
class |
SessionCache |
class |
SessionCookie |
class |
SessionDatasource |
class |
SessionFile |
class |
SessionMemory |
Modifier and Type | Interface and Description |
---|---|
interface |
MemoryScope |
interface |
StorageScope
scope that can be stored, in a storage
|
Modifier and Type | Class and Description |
---|---|
class |
StorageScopeCache
client scope that store it's data in a datasource
|
class |
StorageScopeCookie
client scope that store it's data in the cookie of the client
|
class |
StorageScopeDatasource
client scope that store it's data in a datasource
|
class |
StorageScopeFile
client scope that store it's data in a resource
|
class |
StorageScopeImpl |
class |
StorageScopeMemory
client scope that not store it's data
|
Modifier and Type | Class and Description |
---|---|
class |
TOArray |
class |
TODateTime |
class |
TOObjects |
class |
TOQuery |
class |
TOStruct |
class |
TOUDF |
Modifier and Type | Class and Description |
---|---|
class |
ArraySupport |
class |
StructSupport |
Modifier and Type | Class and Description |
---|---|
class |
ListAsArray |
class |
MapAsStruct |
Modifier and Type | Class and Description |
---|---|
class |
BytecodeException |
Modifier and Type | Class and Description |
---|---|
class |
ProcessingDirectiveException |
Modifier and Type | Class and Description |
---|---|
static class |
AbstrCFMLScriptTransformer.ComponentTemplateException |
Copyright © 2015 Lucee