A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

A

AAudio - Class in org.zkoss.sound
Represents an audio.
AAudio(File) - Constructor for class org.zkoss.sound.AAudio
Constructs an audio with a file.
AAudio(InputStream) - Constructor for class org.zkoss.sound.AAudio
Creates an instance of an audio with an input stream.
AAudio(String) - Constructor for class org.zkoss.sound.AAudio
Constructs an audio with a file name.
AAudio(String, byte[]) - Constructor for class org.zkoss.sound.AAudio
 
AAudio(String, InputStream) - Constructor for class org.zkoss.sound.AAudio
Creates an instance of an audio with an input stream.
AAudio(URL) - Constructor for class org.zkoss.sound.AAudio
Constructs an audio with an URL.
AbstractGroup - Class in org.zkoss.idom.impl
A semi-implemented item for group.
AbstractGroup() - Constructor for class org.zkoss.idom.impl.AbstractGroup
Constructor.
AbstractGroup.ChildArray - Class in org.zkoss.idom.impl
The array to hold children.
AbstractGroup.ElementMap - Class in org.zkoss.idom.impl
Stores a 'cached' map of child elements to speed up the access.
AbstractItem - Class in org.zkoss.idom.impl
A semi-implemented item for leaf vertices.
AbstractItem() - Constructor for class org.zkoss.idom.impl.AbstractItem
Constructor.
AbstractLoader<K,​V> - Class in org.zkoss.util.resource
A skeletal implementation that assumes the source is either URL or File.
AbstractLoader() - Constructor for class org.zkoss.util.resource.AbstractLoader
 
AbstractTextual - Class in org.zkoss.idom.impl
Represents a textual item.
AbstractTextual() - Constructor for class org.zkoss.idom.impl.AbstractTextual
Constructor.
AbstractTextual(String) - Constructor for class org.zkoss.idom.impl.AbstractTextual
Constructor.
add(E) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
add(String, String) - Static method in class org.zkoss.xel.util.Evaluators
Adds an evaluator (a.k.a., the expression factory, ExpressionFactory).
add(Date, TimeZone, int, int) - Static method in class org.zkoss.util.Dates
Date Arithmetic function.
add(Element) - Static method in class org.zkoss.xel.util.Evaluators
Adds an evaluator based on the XML declaration.
add(Cleanups.Cleanup) - Static method in class org.zkoss.util.Cleanups
Registers a cleanup.
add(T) - Method in class org.zkoss.util.FastReadArray
Adds an object.
add(T) - Method in class org.zkoss.util.IdentityHashSet
 
addAll(Collection<T>, Object[]) - Static method in class org.zkoss.util.CollectionsX
Adds all elements of an array to a collection.
addAll(Collection<T>, Enumeration<? extends T>) - Static method in class org.zkoss.util.CollectionsX
Adds all elements returned by the enumerator to a collection.
addAll(Collection<T>, Iterator<? extends T>) - Static method in class org.zkoss.util.CollectionsX
Adds all elements returned by the iterator to a collection.
addAll(ImportedClassResolver) - Method in class org.zkoss.lang.ImportedClassResolver
Adds all imported classes of the given class resolver.
addClass(String, Class) - Method in class org.zkoss.xel.util.TaglibMapper
Adds the class that can be retrieved by TaglibMapper.resolveClass(java.lang.String).
addDeclaredNamespace(Namespace) - Method in class org.zkoss.idom.Element
Adds a namespace to the namespace declaration.
addFunction(String, String, Function) - Method in class org.zkoss.xel.util.TaglibMapper
Adds the function that can be retrieved by TaglibMapper.resolveFunction(java.lang.String, java.lang.String).
addImportedClass(String) - Method in class org.zkoss.lang.ImportedClassResolver
Adds an imported class Like Java, it is used to import a class or a package of classes, so that it simplifies the use of the apply attribute, the init directive and others.
addMinorRoute(IN, E) - Method in class org.zkoss.fsm.StateCtx
Add a transition for a character.
addMinorRoute(IN, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
Add a transition for a character with callback.
addMinorRoutes(E, IN...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions for characters.
addMinorRoutes(E, StateCtx.TransitionListener<IN, C>, IN...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions for characters with a callback.
addMinorTransition(IN, E) - Method in class org.zkoss.fsm.StateCtx
Add a transition for a character.
addMinorTransition(IN, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
Add a transition for a character with a callback
addMinorTransitions(E, IN...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions for characters
addMinorTransitions(E, StateCtx.TransitionListener<IN, C>, IN...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions for characters with a callback
addProperties(String, List<String>) - Static method in class org.zkoss.lang.Library
Add library properties indicated by the specified key.
addProperty(String, String) - Static method in class org.zkoss.lang.Library
Add a library property indicated by the specified key.
addReturningClasses(C...) - Method in class org.zkoss.fsm.StateCtx
Add an input class for returning to this state
addReturningClasses(Collection<C>) - Method in class org.zkoss.fsm.StateCtx
Add multiple input classes for returning to this state
addReturningInputs(IN...) - Method in class org.zkoss.fsm.StateCtx
Add input characters for returning to this state
addReturningInputs(Collection<IN>) - Method in class org.zkoss.fsm.StateCtx
Add input characters for returning to this state
addRoute(C, E) - Method in class org.zkoss.fsm.StateCtx
Add a transition.
addRoute(C, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
Add a transition with callback.
addRoutes(E, C...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions.
addRoutes(E, StateCtx.TransitionListener<IN, C>, C...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions with a callback.
addToCurrentGroup(Item) - Method in class org.zkoss.idom.input.SAXHandler
Adds the item to the current group; also attach the locator.
addTransition(C, E) - Method in class org.zkoss.fsm.StateCtx
Add a transition rule
addTransition(C, E, StateCtx.TransitionListener<IN, C>) - Method in class org.zkoss.fsm.StateCtx
Add a transition rule with a callback
addTransitions(E, C...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions
addTransitions(E, StateCtx.TransitionListener<IN, C>, C...) - Method in class org.zkoss.fsm.StateCtx
Add multiple transitions with a callback
adoptNode(Node) - Method in class org.zkoss.idom.Document
 
afterStep(IN, C, E, E) - Method in class org.zkoss.fsm.StateMachine
This method is called after executing a step
Aide() - Constructor for class org.zkoss.lang.SystemException.Aide
 
Aide() - Constructor for class org.zkoss.mesg.MessageConst.Aide
 
Aide() - Constructor for class org.zkoss.xel.XelException.Aide
 
AImage - Class in org.zkoss.image
Represents an image.
AImage(File) - Constructor for class org.zkoss.image.AImage
Constructs an image with a file.
AImage(String) - Constructor for class org.zkoss.image.AImage
Constructs an image with a file name.
AImage(String, byte[]) - Constructor for class org.zkoss.image.AImage
Constructs an image with a byte array.
AImage(String, InputStream) - Constructor for class org.zkoss.image.AImage
Constructs an image with an input stream.
AImage(URL) - Constructor for class org.zkoss.image.AImage
Constructs an image with an URL.
AMedia - Class in org.zkoss.util.media
A media object holding content such PDF, HTML, DOC or XLS content.
AMedia(File, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with a file.
AMedia(String, String, String, byte[]) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and binary data.
AMedia(String, String, String, File, boolean) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and a file.
AMedia(String, String, String, File, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and a file.
AMedia(String, String, String, InputStream) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and stream data (binary).
AMedia(String, String, String, Reader) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and reader data (textual).
AMedia(String, String, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and text data.
AMedia(String, String, String, URL, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with name, format, content type and URL.
AMedia(URL, String, String) - Constructor for class org.zkoss.util.media.AMedia
Construct with a file.
any() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns true if any element.
anyElement() - Method in class org.zkoss.idom.impl.AbstractGroup
 
anyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
Returns the index that is one of delimiters, or the length if none of delimiter is found.
appendAsHex(StringBuffer, char) - Static method in class org.zkoss.idom.Verifier
 
appendAttribute(StringBuffer, String, boolean) - Static method in class org.zkoss.html.HTMLs
Appends an attribute to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, double) - Static method in class org.zkoss.html.HTMLs
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, int) - Static method in class org.zkoss.html.HTMLs
Appends an attribute with a int value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, long) - Static method in class org.zkoss.html.HTMLs
Appends an attribute with a long value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, short) - Static method in class org.zkoss.html.HTMLs
Appends an attribute with a short value to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, String) - Static method in class org.zkoss.html.HTMLs
Appends an attribute to the string buffer for HTML/XML (name="val").
appendAttribute(StringBuffer, String, String, boolean) - Static method in class org.zkoss.html.HTMLs
Appends an attribute to the string buffer for HTML/XML (name="val").
appendChild(Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
appendChild(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
appendData(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
appendStyle(StringBuffer, String, String) - Static method in class org.zkoss.html.HTMLs
Appends a style value to the string buffer for HTML/XML (name:"val";).
argNames - Variable in class org.zkoss.lang.Classes.MethodInfo
 
argTypes - Variable in class org.zkoss.lang.Classes.MethodInfo
 
ArrayCollection(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayCollection
 
ArrayEnumeration(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayEnumeration
 
ArrayIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayIterator
 
ArrayList(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayList
 
ArrayListIterator(E[], int) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
 
ArrayListIterator(Object[]) - Constructor for class org.zkoss.util.CollectionsX.ArrayListIterator
 
ArraysX - Class in org.zkoss.util
Utilities for handling arrays.
ArraysX() - Constructor for class org.zkoss.util.ArraysX
 
asBoxedList(Object) - Static method in class org.zkoss.util.ArraysX
Returns a fixed-size boxed list backed by the specified primitive array.
asList(T[]) - Static method in class org.zkoss.util.ArraysX
Returns a mutable list.
asList(T[][]) - Static method in class org.zkoss.util.ArraysX
Returns a two dimensional mutable list.
attachLocator(Item) - Method in class org.zkoss.idom.input.SAXHandler
Attaches the locator to the item.
attr(String, Object) - Static method in class org.zkoss.xel.fn.XmlFns
Generates an attribute for HTML/XML.
AttrArray() - Constructor for class org.zkoss.idom.Element.AttrArray
 
Attributable - Interface in org.zkoss.idom
Represents a class that has attributes.
Attribute - Class in org.zkoss.idom
The iDOM attribute.
Attribute() - Constructor for class org.zkoss.idom.Attribute
Constructor.
Attribute(String, String) - Constructor for class org.zkoss.idom.Attribute
Constructor.
Attribute(String, String, String) - Constructor for class org.zkoss.idom.Attribute
Constructor.
Attribute(Namespace, String, String) - Constructor for class org.zkoss.idom.Attribute
Constructor.
attributeDecl(String, String, String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
AttrMap() - Constructor for class org.zkoss.idom.Element.AttrMap
 
Audio - Interface in org.zkoss.sound
Represents an audio.
AVideo - Class in org.zkoss.video
Represents a video.
AVideo(File) - Constructor for class org.zkoss.video.AVideo
Constructs a video with a file.
AVideo(InputStream) - Constructor for class org.zkoss.video.AVideo
Creates an instance of a video with an input stream.
AVideo(String) - Constructor for class org.zkoss.video.AVideo
Constructs a video with a file name.
AVideo(String, byte[]) - Constructor for class org.zkoss.video.AVideo
 
AVideo(String, InputStream) - Constructor for class org.zkoss.video.AVideo
Creates an instance of a video with an input stream.
AVideo(URL) - Constructor for class org.zkoss.video.AVideo
Constructs a video with an URL.

B

B_GET - Static variable in class org.zkoss.lang.Classes
Search the get method; not imply B_METHODONLY.
B_METHOD_ONLY - Static variable in class org.zkoss.lang.Classes
Only search for methods; excluding fields.
B_PUBLIC_ONLY - Static variable in class org.zkoss.lang.Classes
Only search for public methods or fields.
B_SET - Static variable in class org.zkoss.lang.Classes
Search the set method; not imply B_METHODONLY.
BASE64SPACERIMAGE - Static variable in class org.zkoss.image.Images
A base64 string to display a spacer image.
beforeStep(IN, C, E) - Method in class org.zkoss.fsm.StateMachine
This method is called before executing a step
beginOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the specified date and TimeZone.
beginOfMonth() - Static method in class org.zkoss.util.Dates
Return the beginning date of this month.
beginOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the month of the specified date and TimeZone.
beginOfYear() - Static method in class org.zkoss.util.Dates
Return the beginning date of this year.
beginOfYear(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the beginning date of the month of the specified date and TimeZone.
BigDecimals - Class in org.zkoss.math
Utilities and constants of big decimals.
BigDecimals() - Constructor for class org.zkoss.math.BigDecimals
 
BigIntegers - Class in org.zkoss.math
BigInteger utilities.
BigIntegers() - Constructor for class org.zkoss.math.BigIntegers
 
Binable - Interface in org.zkoss.idom
Represent a class that allows any type of objects, not just String.
Binary - Class in org.zkoss.idom
The binary item.
Binary() - Constructor for class org.zkoss.idom.Binary
Constructor.
Binary(Object) - Constructor for class org.zkoss.idom.Binary
Constructor.
Binary(String) - Constructor for class org.zkoss.idom.Binary
Constructor.
build(File) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a file.
build(InputStream) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a input stream.
build(Reader) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a Reader.
build(String) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a URI string.
build(URL) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a URL.
build(InputSource) - Method in class org.zkoss.idom.input.SAXBuilder
Build an iDOM tree from a input source.

C

Cache<K,​V> - Interface in org.zkoss.util
Represents a cache.
cacheable - Variable in class org.zkoss.util.resource.Loader.Resource
Whether the resource shall be cached in ResourceCache.
CacheMap<K,​V> - Class in org.zkoss.util
The cache map.
CacheMap() - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map.
CacheMap(boolean) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map.
CacheMap(int) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map.
CacheMap(int, float) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map.
CacheMap(int, float, boolean) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map.
CacheMap(int, int) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map with the specified max size and lifetime.
CacheMap(int, int, boolean) - Constructor for class org.zkoss.util.CacheMap
Constructs a cache map with the specified max size and lifetime.
CacheMap.Value<V> - Class in org.zkoss.util
The class to hold key/value.
canCreateBean(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
 
canExpunge(int, CacheMap.Value<V>) - Method in class org.zkoss.util.CacheMap
Tests whether certain value is OK to expunge.
cast(Class) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic class of the given type-less class.
cast(Object) - Static method in class org.zkoss.lang.Generics
Force to cast an object to the given type.
cast(ThreadLocal) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic thread-local of the given un-typed thread-local.
cast(Collection) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic collection of the given un-typed collection.
cast(Enumeration) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic enumeration of the given un-typed enumeration.
cast(Iterator) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic iterator of the given un-typed iterator.
cast(List) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic list of the given un-typed list.
cast(ListIterator) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic list iterator of the given un-typed list iterator.
cast(Map) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic map of the given un-typed map.
cast(Set) - Static method in class org.zkoss.lang.Generics
Returns a type-safe generic set of the given un-typed set.
cat(Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates two objects.
cat3(Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates three objects.
cat4(Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates four objects.
cat5(Object, Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.StringFns
Concatenates five objects.
CData - Class in org.zkoss.idom
The iDOM CDATA.
CData() - Constructor for class org.zkoss.idom.CData
Constructor.
CData(String) - Constructor for class org.zkoss.idom.CData
Constructor.
characters(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
checkAttributeName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether an attribute's name is valid.
checkCData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a CDATA is valid.
checkCharacterData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a text is valid.
checkCommentData(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a comment data is valid.
checkElementName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether an element's name is valid.
checkNamespacePrefix(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether the prefix of a namespace is valid.
checkNamespaceURI(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether the URI of a namespace is valid.
checkPITarget(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a processing instruction target is valid.
Checksums - Class in org.zkoss.util
Checksum relevant utilities.
Checksums() - Constructor for class org.zkoss.util.Checksums
 
checkText(String) - Method in class org.zkoss.idom.Binary
 
checkText(String) - Method in class org.zkoss.idom.CData
 
checkText(String) - Method in class org.zkoss.idom.Comment
 
checkText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
Checks whether the text is valid.
checkVersion(Document, URL) - Static method in class org.zkoss.idom.util.IDOMs
Returns whether the loaded document's version is correct.
checkXMLName(String, Locator) - Static method in class org.zkoss.idom.Verifier
Checks whether a name is valid.
ChildArray() - Constructor for class org.zkoss.idom.Document.ChildArray
 
ChildArray() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
CLASS_NOT_COMPATIABLE - Static variable in interface org.zkoss.mesg.MCommon
 
classes - Variable in class org.zkoss.xel.taglib.TaglibDefinition
A map of classes.
Classes - Class in org.zkoss.lang
Utilities to handle java.lang.Class
Classes() - Constructor for class org.zkoss.lang.Classes
 
Classes.MethodInfo - Class in org.zkoss.lang
The method info class used for Classes.parseMethod(String signature).
ClassLocator - Class in org.zkoss.util.resource
The locator searches the current thread's context class loader, and then this class's class loader.
ClassLocator() - Constructor for class org.zkoss.util.resource.ClassLocator
 
ClassReflect - Class in org.zkoss.xel.zel
The implementation for using ZEL.
ClassReflect() - Constructor for class org.zkoss.xel.zel.ClassReflect
 
ClassResolver - Interface in org.zkoss.lang
A resolver that can resolve the class of the given name.
cleanup() - Static method in class org.zkoss.util.Cleanups
Invokes all cleanups registered with Cleanups.add(org.zkoss.util.Cleanups.Cleanup).
cleanup() - Method in interface org.zkoss.util.Cleanups.Cleanup
Cleanups the thread local variables.
Cleanups - Class in org.zkoss.util
Utilities to clean up resources when the application is stopping.
Cleanups() - Constructor for class org.zkoss.util.Cleanups
 
Cleanups.Cleanup - Interface in org.zkoss.util
The interface to implement for each cleanup.
clear() - Method in interface org.zkoss.util.Cache
Clears all objects being cached.
clear() - Method in class org.zkoss.util.CacheMap
 
clear() - Method in class org.zkoss.util.FastReadArray
Removes all of the elements for this array.
clear() - Method in class org.zkoss.util.FastReadCache
 
clear() - Method in class org.zkoss.util.IdentityHashSet
 
clear() - Method in class org.zkoss.util.MultiCache
 
clear() - Method in class org.zkoss.util.resource.ResourceCache
It is OK to clear up all cached resources if you don't want to cache it.
clone() - Method in class org.zkoss.html.StyleSheet
 
clone() - Method in class org.zkoss.idom.Attribute
 
clone() - Method in class org.zkoss.idom.Element
 
clone() - Method in class org.zkoss.idom.impl.AbstractGroup
 
clone() - Method in class org.zkoss.idom.impl.AbstractItem
Clones this object (a deep cloning not including contents contained in Textual nodes).
clone() - Method in interface org.zkoss.idom.Item
Clones this item.
clone() - Method in class org.zkoss.idom.Namespace
 
clone() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
clone() - Method in class org.zkoss.util.CacheMap
 
clone() - Method in class org.zkoss.util.CacheMap.Value
 
clone() - Method in class org.zkoss.util.FastReadArray
 
clone() - Method in class org.zkoss.util.IdentityHashSet
 
clone() - Method in class org.zkoss.util.MultiCache
 
clone() - Method in class org.zkoss.xel.util.TaglibMapper
 
clone(Object) - Static method in class org.zkoss.lang.Objects
Clones the specified object.
cloneNode(boolean) - Method in class org.zkoss.idom.impl.AbstractItem
 
close() - Method in class org.zkoss.io.NullReader
 
close() - Method in class org.zkoss.io.NullWriter
 
close() - Method in class org.zkoss.io.RepeatableInputStream
Closes the current access, and the next call of RepeatableInputStream.close() re-opens the buffered input stream.
close() - Method in class org.zkoss.io.RepeatableReader
Closes the current access, and the next call of RepeatableReader.read(char[], int, int) re-opens the buffered reader.
close() - Method in class org.zkoss.io.WriterOutputStream
 
close(InputStream) - Static method in class org.zkoss.io.Files
Close an input stream without throwing an exception.
close(OutputStream) - Static method in class org.zkoss.io.Files
Close an output stream without throwing an exception.
close(Reader) - Static method in class org.zkoss.io.Files
Close a reader without throwing an exception.
close(Writer) - Static method in class org.zkoss.io.Files
Close a writer without throwing an exception.
coalesce(boolean) - Method in interface org.zkoss.idom.Group
Coalesces children if they are siblings with the same type instances of Textual, Textual.isCoalesceable returns true.
coalesce(boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
coerce(Class<?>, Object) - Static method in class org.zkoss.lang.Classes
Converts an object to the specified class.
coerce(Class<?>, Object, boolean) - Static method in class org.zkoss.lang.Classes
Converts to the specified type.
CollectionEnumeration(Collection<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
 
CollectionEnumeration(Iterator<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.CollectionEnumeration
 
CollectionsX - Class in org.zkoss.util
The collection related utilities.
CollectionsX() - Constructor for class org.zkoss.util.CollectionsX
 
CollectionsX.ArrayCollection<E> - Class in org.zkoss.util
An readonly collection on top of an array.
CollectionsX.ArrayEnumeration<E> - Class in org.zkoss.util
An enumeration on top of an array.
CollectionsX.ArrayIterator<E> - Class in org.zkoss.util
An iterator on top of an array.
CollectionsX.ArrayList<E> - Class in org.zkoss.util
An readonly list on top of an array.
CollectionsX.ArrayListIterator<E> - Class in org.zkoss.util
 
CollectionsX.CollectionEnumeration<E> - Class in org.zkoss.util
An enumeration on top of a collection or iterator.
CollectionsX.EnumerationIterator<E> - Class in org.zkoss.util
An iterator that iterates thru an Enumeration.
CollectionsX.OneCollection<E> - Class in org.zkoss.util
A collection that contains only one element.
CollectionsX.OneEnumeration<E> - Class in org.zkoss.util
An enumeration that enumerates one element.
CollectionsX.OneIterator<E> - Class in org.zkoss.util
An iterator that iterates one element.
combine(Collection<M>, Collection<M>) - Static method in class org.zkoss.util.DualCollection
Returns a collection by combining two collections.
combine(FunctionMapper, FunctionMapper) - Static method in class org.zkoss.xel.util.DualFunctionMapper
Returns a function mapper by combining two function mappers.
comment(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
Comment - Class in org.zkoss.idom
The iDOM Comment.
Comment() - Constructor for class org.zkoss.idom.Comment
Constructor.
Comment(String) - Constructor for class org.zkoss.idom.Comment
Constructor.
CommonException - Exception in org.zkoss.lang
The most fundamental non-runtime exception of Potix classes.
CommonException() - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object[]) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.CommonException
Constructs an CommonException by use of an error code.
CommonException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(int, Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(String) - Constructor for exception org.zkoss.lang.CommonException
 
CommonException(String, Throwable) - Constructor for exception org.zkoss.lang.CommonException
Constructs an CommonException by specifying message directly.
CommonException(Throwable) - Constructor for exception org.zkoss.lang.CommonException
 
CommonFns - Class in org.zkoss.xel.fn
Common functions used with EL.
CommonFns() - Constructor for class org.zkoss.xel.fn.CommonFns
 
comodifiableIterator(Collection<E>) - Static method in class org.zkoss.util.CollectionsX
Returns an iterator that allows the caller to modify the collection directly (in addition to Iterator.remove()).
comodifiableIterator(Collection<F>, Converter<F, T>) - Static method in class org.zkoss.util.CollectionsX
Returns an iterator that allows the caller to modify the collection directly (in addition to Iterator.remove()).
Comparables - Class in org.zkoss.lang
Utilities regarding Comparable type objects.
Comparables() - Constructor for class org.zkoss.lang.Comparables
 
compare(T, T) - Method in class org.zkoss.util.IdentityComparator
 
compareDocumentPosition(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
compareTo(MutableInteger) - Method in class org.zkoss.lang.MutableInteger
Compares two MutableInteger objects numerically.
compareVersion(int[], int[]) - Static method in class org.zkoss.util.Utils
Compares two version.
concat(Object, Object) - Static method in class org.zkoss.util.ArraysX
Concatenates the two specified array.
concat(T[], T[]) - Static method in class org.zkoss.util.ArraysX
Concatenates the two specified generic array.
configureContextClassLoader() - Static method in class org.zkoss.lang.Classes
Sets the customized context ClassLoader name by the library property of org.zkoss.lang.contextClassLoader.class.
ContainerFactory - Interface in org.zkoss.json.parser
Container factory for creating containers for JSON object and JSON array.
contains(Object) - Method in class org.zkoss.util.IdentityHashSet
 
containsKey(Object) - Method in interface org.zkoss.util.Cache
Returns whether the specified key is stored.
containsKey(Object) - Method in class org.zkoss.util.CacheMap
 
containsKey(Object) - Method in class org.zkoss.util.FastReadCache
 
containsKey(Object) - Method in class org.zkoss.util.FilterMap
 
containsKey(Object) - Method in class org.zkoss.util.MultiCache
 
containsKeyWithoutExpunge(Object) - Method in class org.zkoss.util.CacheMap
Tests if the given key exists without trying to expunge for more memory.
containsMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Tests whether a class contains the specified method.
containsValue(Object) - Method in class org.zkoss.util.CacheMap
 
ContentLoader - Class in org.zkoss.util.resource
A Loader that loads the resource by use URL.getContent() if the source is URL, or loads into a String if the source is a File (and assuming UTF-8).
ContentLoader() - Constructor for class org.zkoss.util.resource.ContentLoader
 
ContentTypes - Class in org.zkoss.util.media
Utilities relevant to content types.
ContentTypes() - Constructor for class org.zkoss.util.media.ContentTypes
 
ContextClassLoaderFactory - Interface in org.zkoss.lang
An interface to provide a pluggable context class loader, which is used for Classes.getContextClassLoader(Class) and Classes.getContextClassLoaderForName(String)
convert(F) - Method in interface org.zkoss.util.Converter
 
Converter<F,​T> - Interface in org.zkoss.util
A converter used to convert a value to another.
copy(File, File, int) - Static method in class org.zkoss.io.Files
Copies a file or a directory into another.
copy(File, InputStream) - Static method in class org.zkoss.io.Files
Copies an input stream into a file (the original content, if any, are erased).
copy(File, Reader, String) - Static method in class org.zkoss.io.Files
Copies a reader into a file (the original content, if any, are erased).
copy(OutputStream, InputStream) - Static method in class org.zkoss.io.Files
Copies an input stream to a output stream.
copy(Writer, Reader) - Static method in class org.zkoss.io.Files
Copies a reader into a writer.
correctFieldName(String) - Static method in class org.zkoss.lang.Classes
Corrects a string to a valid Java name.
correctSeparator(String) - Static method in class org.zkoss.io.Files
Corrects the separator from '/' to the system dependent one.
CP_OVERWRITE - Static variable in class org.zkoss.io.Files
Overwrites the destination file.
CP_PRESERVE - Static variable in class org.zkoss.io.Files
Preserves the last modified time and other attributes if possible.
CP_SKIP_SVN - Static variable in class org.zkoss.io.Files
Skips the SVN related files.
CP_UPDATE - Static variable in class org.zkoss.io.Files
Copy only when the source is newer or when the destination is missing.
creatArrayContainer() - Method in interface org.zkoss.json.parser.ContainerFactory
 
createAttribute(String) - Method in class org.zkoss.idom.Document
 
createAttributeNS(String, String) - Method in class org.zkoss.idom.Document
 
createCDATASection(String) - Method in class org.zkoss.idom.Document
 
createComment(String) - Method in class org.zkoss.idom.Document
 
createDocument(String, String, DocumentType) - Method in class org.zkoss.idom.impl.DOMImplementation
 
createDocumentFragment() - Method in class org.zkoss.idom.Document
 
createDocumentType(String, String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
createElement(String) - Method in class org.zkoss.idom.Document
 
createElementNS(String, String) - Method in class org.zkoss.idom.Document
 
createEntityReference(String) - Method in class org.zkoss.idom.Document
 
createObjectContainer() - Method in interface org.zkoss.json.parser.ContainerFactory
 
createProcessingInstruction(String, String) - Method in class org.zkoss.idom.Document
 
createTextNode(String) - Method in class org.zkoss.idom.Document
 

D

d2j(Date) - Static method in class org.zkoss.json.JSONs
Marshalls a Date object to a string, such that it can be add to JSONArray or JSONObject (a.k.a., JSON-ize).
DateFormatInfo - Interface in org.zkoss.text
The format information for date/time.
DateFormats - Class in org.zkoss.text
DateFormat relevant utilities.
DateFormats() - Constructor for class org.zkoss.text.DateFormats
 
Dates - Class in org.zkoss.util
Utilities for java.util.Date
Dates() - Constructor for class org.zkoss.util.Dates
 
dayMonthOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the day of month of a date.
decodeSurrogatePair(char, char) - Static method in class org.zkoss.idom.Verifier
This is a utility function to decode a non-BMP UTF-16 surrogate pair.
DEFAULT_LIFETIME - Static variable in interface org.zkoss.util.Cache
The default minimal lifetime, unit=milliseconds.
DEFAULT_MAX_SIZE - Static variable in interface org.zkoss.util.Cache
The default maximal allowed size.
DefaultIDOMFactory - Class in org.zkoss.idom.input
The default iDOM factory.
DefaultIDOMFactory() - Constructor for class org.zkoss.idom.input.DefaultIDOMFactory
Constructor.
defaultIfEmpty(String, String) - Static method in class org.zkoss.lang.Strings
Returns the passed value, or the default value if it is empty.
defaultResolveEntity(String, String) - Method in class org.zkoss.idom.input.SAXHandler
The default entity resolver.
deleteAll(File) - Static method in class org.zkoss.io.Files
Deletes all files under the specified path.
deleteData(int, int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
detach() - Method in class org.zkoss.idom.Attribute
Detach the attribute from its owner, if any.
detach() - Method in class org.zkoss.idom.impl.AbstractItem
 
detach() - Method in interface org.zkoss.idom.Item
Detach this item from its parent.
detachChildren() - Method in interface org.zkoss.idom.Group
Detaches all children and returns them in a list.
detachChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
 
DocType - Class in org.zkoss.idom
The iDOM DocType.
DocType() - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType(String) - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType(String, String) - Constructor for class org.zkoss.idom.DocType
Constructor.
DocType(String, String, String) - Constructor for class org.zkoss.idom.DocType
Constructor.
document - Variable in class org.zkoss.util.resource.XMLResourcesLocator.Resource
The content of the resource.
Document - Class in org.zkoss.idom
Represents Document which is also W3C/DOM's document, i.e., org.w3c.dom.Document.
Document() - Constructor for class org.zkoss.idom.Document
Constructor.
Document(Element) - Constructor for class org.zkoss.idom.Document
Constructor.
Document(Element, DocType) - Constructor for class org.zkoss.idom.Document
Constructor.
Document.ChildArray - Class in org.zkoss.idom
 
doDebug(String) - Method in class org.zkoss.fsm.StateMachine
Manually send a debug message
DOMException - Exception in org.zkoss.idom
Denotes an operation is not supported.
DOMException(short) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, String) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, String, Locator) - Constructor for exception org.zkoss.idom.DOMException
 
DOMException(short, Locator) - Constructor for exception org.zkoss.idom.DOMException
 
DOMImplementation - Class in org.zkoss.idom.impl
The iDOM's implementation of DOMImplementation.
DOMImplementation() - Constructor for class org.zkoss.idom.impl.DOMImplementation
 
doReject(IN) - Method in class org.zkoss.fsm.StateMachine
Reject a character
DRIVE_SEPARATOR_CHAR - Static variable in class org.zkoss.io.Files
The separator representing the drive in a path.
DualCollection<T> - Class in org.zkoss.util
A combination of two collections into a collection.
DualCollection(Collection<T>, Collection<T>) - Constructor for class org.zkoss.util.DualCollection
Constructor.
DualFunctionMapper - Class in org.zkoss.xel.util
Combine two function mappers into one function mapper.
DualFunctionMapper(FunctionMapper, FunctionMapper) - Constructor for class org.zkoss.xel.util.DualFunctionMapper
Constructor.
dummy(Object) - Static method in class org.zkoss.lang.Threads
A dummy function that is used to avoid compiler from optimizing statements around it.
DUMMY_EXPRESSION - Static variable in class org.zkoss.xel.Expressions
An dummy expression that does nothing.
dumpTree(PrintStream, Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to the specified stream.
dumpTree(PrintWriter, Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to the specified writer.
dumpTree(Group) - Static method in class org.zkoss.idom.util.IDOMs
Print a readable tree of the specified group to System.out.
duplicate(Object) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified array.
duplicate(Object, int, int) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified array.
duplicate(T[]) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified generic array.
duplicate(T[], int, int) - Static method in class org.zkoss.util.ArraysX
Duplicates the specified generic array.
DYNAMIC_READER - Static variable in class org.zkoss.util.media.AMedia
Used if you want to implement a media whose reader is created dynamically each time AMedia.getReaderData() is called.
DYNAMIC_STREAM - Static variable in class org.zkoss.sound.AAudio
Used if you want to implement a media whose input stream is created dynamically each time AAudio.getStreamData() is called.
DYNAMIC_STREAM - Static variable in class org.zkoss.util.media.AMedia
Used if you want to implement a media whose input stream is created dynamically each time AMedia.getStreamData() is called.
DYNAMIC_STREAM - Static variable in class org.zkoss.video.AVideo
Used if you want to implement a media whose input stream is created dynamically each time AVideo.getStreamData() is called.

E

eatQuot(String) - Static method in class org.zkoss.xel.fn.StringFns
Eliminates single and double quotations to avoid JavaScript injection.
Element - Class in org.zkoss.idom
The iDOM element.
Element() - Constructor for class org.zkoss.idom.Element
Constructor.
Element(String) - Constructor for class org.zkoss.idom.Element
Constructor without a namespace (i.e., Namespace.NO_NAMESPACE).
Element(String, String) - Constructor for class org.zkoss.idom.Element
Constructor.
Element(Namespace, String) - Constructor for class org.zkoss.idom.Element
Constructor.
Element.AttrArray - Class in org.zkoss.idom
 
Element.AttrMap - Class in org.zkoss.idom
 
elementDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
ElementMap() - Constructor for class org.zkoss.idom.impl.AbstractGroup.ElementMap
 
ELFactory - Class in org.zkoss.xel.el
An implementation based on ZK Commons EL (zcommons-el.jar: org.zkforge.apache.commons.el.ExpressionEvaluatorImpl).
ELFactory - Class in org.zkoss.xel.zel
An XEL ExpressionFactory implementation based on ZEL ExpressionFactory.
ELFactory() - Constructor for class org.zkoss.xel.el.ELFactory
 
ELFactory() - Constructor for class org.zkoss.xel.zel.ELFactory
 
ELXelExpression - Class in org.zkoss.xel.zel
An XEL Expression that is based on ZEL ValueExpression.
ELXelExpression(ValueExpression) - Constructor for class org.zkoss.xel.zel.ELXelExpression
 
ELXelExpression.ValueReferenceImpl - Class in org.zkoss.xel.zel
 
EMPTY - Static variable in class org.zkoss.lang.Strings
 
EMPTY_ENUMERATION - Static variable in class org.zkoss.util.CollectionsX
Empty enumeration.
EMPTY_ITERATOR - Static variable in class org.zkoss.util.CollectionsX
Empty iterator.
EMPTY_MAPPER - Static variable in class org.zkoss.xel.Expressions
An empty function mapper, i.e., it has no function defined at all.
EMPTY_NODELIST - Static variable in class org.zkoss.xml.Nodes
The empty node list.
EMPTY_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
 
EMPTY_RESOLVER - Static variable in class org.zkoss.xel.Expressions
An empty variable resolver, i.e., it has no variable defined at all.
EmptyCacheMap<K,​V> - Class in org.zkoss.util
An empty cache map.
EmptyCacheMap() - Constructor for class org.zkoss.util.EmptyCacheMap
 
emptyEnumeration() - Static method in class org.zkoss.util.CollectionsX
Returns a generic empty enumeration.
emptyIterable() - Static method in class org.zkoss.util.CollectionsX
Returns an empty iterable object.
emptyIterator() - Static method in class org.zkoss.util.CollectionsX
Returns a generic empty iterator.
EmptyNamedNodeMap - Class in org.zkoss.idom.impl
An empty NamedNodeMap.
EmptyNamedNodeMap() - Constructor for class org.zkoss.idom.impl.EmptyNamedNodeMap
 
enableOutputDocType(boolean) - Method in class org.zkoss.idom.transform.Transformer
Sets whether to output the doc type.
encode(int) - Static method in class org.zkoss.lang.Strings
Returns an encoded string, faster and shorter than Long.toHexString.
encode(long) - Static method in class org.zkoss.lang.Strings
Returns an encoded string, faster and shorter than Long.toHexString.
encode(RenderedImage) - Method in interface org.zkoss.image.encoder.ImageEncoder
Encodes an AWT image into a byte array in a particular format.
encode(RenderedImage) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
encode(RenderedImage) - Method in class org.zkoss.image.encoder.PNGEncoder
 
encode(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
Returns an encoded string buffer, faster and shorter than Integer.toHexString.
encode(StringBuffer, long) - Static method in class org.zkoss.lang.Strings
Returns an encoded string buffer, faster and shorter than Long.toHexString.
encode(String, RenderedImage) - Static method in class org.zkoss.image.Images
Encodes an AWT image into a ZK image.
encode(String, RenderedImage, float, boolean) - Static method in class org.zkoss.image.Images
Encodes an AWT image into a ZK image (in PNG, JPEG or other format).
encodeAttribute(String) - Static method in class org.zkoss.xml.XMLs
Deprecated.
as of release 10.1.0, replaced with Encode.forXmlAttribute(String)
encodeText(String) - Static method in class org.zkoss.xml.XMLs
Deprecated.
as of release 10.1.0, replaced with Encode.forXmlContent(String)
encodeText(StringBuffer, String) - Static method in class org.zkoss.xml.XMLs
Deprecated.
as of release 10.1.0, replaced with Encode.forXmlContent(String)
encodeText(StringBuffer, String, int, int) - Static method in class org.zkoss.xml.XMLs
Deprecated.
as of release 10.1.0, replaced with Encode.forXmlContent(String)
endCDATA() - Method in class org.zkoss.idom.input.SAXHandler
 
endDocument() - Method in class org.zkoss.idom.input.SAXHandler
 
endDTD() - Method in class org.zkoss.idom.input.SAXHandler
 
endElement(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
endEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
 
endOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the last millisecond date of the specified date and TimeZone.
endOfMonth() - Static method in class org.zkoss.util.Dates
Return the ending date of this month.
endOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the ending date of the month of the specified date and TimeZone.
endOfYear() - Static method in class org.zkoss.util.Dates
Return the ending date of this year.
endOfYear(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the ending date of the month of the specified date and TimeZone.
endPrefixMapping(String) - Method in class org.zkoss.idom.input.SAXHandler
 
endsWith(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Tests if this string ends with the specified suffix.
EntityReference - Class in org.zkoss.idom
The iDOM entity reference.
EntityReference() - Constructor for class org.zkoss.idom.EntityReference
Constructor.
EntityReference(String) - Constructor for class org.zkoss.idom.EntityReference
Constructor.
entrySet() - Method in class org.zkoss.util.CacheMap
 
entrySet() - Method in class org.zkoss.util.EmptyCacheMap
 
entrySet() - Method in class org.zkoss.util.FilterMap
 
EnumerationIterator(Enumeration<? extends E>) - Constructor for class org.zkoss.util.CollectionsX.EnumerationIterator
 
equals(Object) - Method in class org.zkoss.html.JavaScript
 
equals(Object) - Method in class org.zkoss.html.StyleSheet
 
equals(Object) - Method in class org.zkoss.idom.impl.AbstractItem
Overriding this method is prohibited.
equals(Object) - Method in class org.zkoss.idom.Namespace
Note: equals() is based on URI only.
equals(Object) - Method in class org.zkoss.json.JavaScriptValue
 
equals(Object) - Method in class org.zkoss.lang.MutableInteger
 
equals(Object) - Method in class org.zkoss.lang.reflect.SerializableMethod
 
equals(Object) - Method in class org.zkoss.util.CacheMap
 
equals(Object) - Method in class org.zkoss.util.FastReadArray
 
equals(Object) - Method in class org.zkoss.util.FilterMap
 
equals(Object) - Method in class org.zkoss.util.Maps.SerializableEntry
 
equals(Object) - Method in class org.zkoss.util.Pair
 
equals(Object) - Method in class org.zkoss.util.resource.ClassLocator
 
equals(Object) - Method in class org.zkoss.util.resource.XMLResourcesLocator.Resource
 
equals(Object) - Method in class org.zkoss.xel.taglib.Taglib
 
equals(Object) - Method in class org.zkoss.xel.util.TaglibMapper
 
equals(Object, Object) - Static method in class org.zkoss.lang.Objects
Tests whether two objects are equals.
equalsAll(Namespace) - Method in class org.zkoss.idom.Namespace
Tests whether two namespace are the same in both prefix and namespace URI.
error(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
ERROR_UNEXPECTED_CHAR - Static variable in exception org.zkoss.json.parser.ParseException
 
ERROR_UNEXPECTED_EXCEPTION - Static variable in exception org.zkoss.json.parser.ParseException
 
ERROR_UNEXPECTED_TOKEN - Static variable in exception org.zkoss.json.parser.ParseException
 
escape(String, String) - Static method in class org.zkoss.lang.Strings
Escapes (a.k.a, quote) the special characters with backslash.
escapeXML(char) - Static method in class org.zkoss.xml.XMLs
Deprecated.
as of release 10.1.0, replaced with Encode.forXml(String)
escapeXML(String) - Static method in class org.zkoss.xml.XMLs
Deprecated.
as of release 10.1.0, replaced with Encode.forXml(String)
evaluate(XelContext) - Method in interface org.zkoss.xel.Expression
Evaluates an expression that was previously prepared.
evaluate(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.xel.el.ELFactory
 
evaluate(XelContext, String, Class) - Method in class org.zkoss.xel.zel.ELFactory
 
evaluate(XelContext, String, Class<?>) - Method in interface org.zkoss.xel.ExpressionFactory
Evaluates an expression.
evaluate(XelContext, String, Class<?>) - Static method in class org.zkoss.xel.Expressions
Evaluates an expression.
Evaluators - Class in org.zkoss.xel.util
It maps a name with an evaluator implementation.
Exceptions - Class in org.zkoss.lang
Utilities for Exceptions.
Exceptions() - Constructor for class org.zkoss.lang.Exceptions
 
exists(String) - Static method in class org.zkoss.xel.util.Evaluators
Tests whether the evaluator (a.k.a., the expression factory) for the specified evaluator name exists.
existsByThread(String) - Static method in class org.zkoss.lang.Classes
Returns whether the specified class exists for the current thread's context class loader.
Expectable - Interface in org.zkoss.lang
A special interface to denote an exception is expectable -- it means the exception is not caused by programming error.
EXPECTING_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
 
Expression - Interface in org.zkoss.xel
Represent a prepared (a.k.a., compiled) expression.
ExpressionFactory - Interface in org.zkoss.xel
Used to prepare expressions (Expression).
Expressions - Class in org.zkoss.xel
Utilities to use XEL.
Expressions() - Constructor for class org.zkoss.xel.Expressions
 
ExpressionX - Interface in org.zkoss.xel
An extension of Expression to have more control to handle Expression Language EL 2.2 specs.
expunge() - Method in class org.zkoss.util.CacheMap
Enforces to expunge items that exceeds the maximal allowed number or lifetime.
EXPUNGE_CONTINUE - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value<V>) to denote the searching of the next mapping shall continue.
EXPUNGE_NO - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value<V>) to denote it shall not be expunged.
EXPUNGE_STOP - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value<V>) to denote the searching of the next mapping shall stop.
EXPUNGE_YES - Static variable in class org.zkoss.util.CacheMap
Returns by CacheMap.canExpunge(int, org.zkoss.util.CacheMap.Value<V>) to denote it shall be expunged.
externalEntityDecl(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 

F

FacadeInvoker - Class in org.zkoss.lang.reflect
The facade invocation handler.
FacadeInvoker(Object) - Constructor for class org.zkoss.lang.reflect.FacadeInvoker
 
FacadeNodeList - Class in org.zkoss.idom.impl
The NodeList which is a facade of another java List.
FacadeNodeList(List) - Constructor for class org.zkoss.idom.impl.FacadeNodeList
Constructor.
FAILED_TO_LOAD - Static variable in interface org.zkoss.mesg.MCommon
 
FastReadArray<T> - Class in org.zkoss.util
An array of objects that are fast to read but a bit slower to add and remove.
FastReadArray(Class<?>) - Constructor for class org.zkoss.util.FastReadArray
Constructs an array of the specified class.
FastReadCache<K,​V> - Class in org.zkoss.util
A CacheMap that the possibility to have cache hit is much more than not.
FastReadCache() - Constructor for class org.zkoss.util.FastReadCache
Constructor.
FastReadCache(int, int) - Constructor for class org.zkoss.util.FastReadCache
Constructor.
FastReadCache(int, int, short) - Constructor for class org.zkoss.util.FastReadCache
Constructor.
fatalError(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
FEATURE_CLASS - Static variable in interface org.zkoss.xel.ExpressionFactory
FEATURE_FUNCTION - Static variable in interface org.zkoss.xel.ExpressionFactory
Fields - Class in org.zkoss.lang.reflect
Utilities to access fields.
Fields() - Constructor for class org.zkoss.lang.reflect.Fields
 
file - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
FILE_DUPLICATE - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_LOADED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_NOT_FOUND_IGNORED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_OPENING - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_READ_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_REMOVE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
FILE_WRITE_FAILED - Static variable in interface org.zkoss.mesg.MCommon
 
filename - Variable in class org.zkoss.mesg.MessageConst.BundleInfo
 
FileReader - Class in org.zkoss.io
Convenience class for reading character files.
FileReader(FileDescriptor, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the FileDescriptor to read from.
FileReader(File, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the File instance to read from.
FileReader(String, String) - Constructor for class org.zkoss.io.FileReader
Creates a new FileReader, given the name of the file to read from.
Files - Class in org.zkoss.io
File related utilities.
Files() - Constructor for class org.zkoss.io.Files
 
FileWriter - Class in org.zkoss.io
Convenience class for writing character files.
FileWriter(FileDescriptor, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object associated with a file descriptor.
FileWriter(File, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(File, String, boolean) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(String, String) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a file name.
FileWriter(String, String, boolean) - Constructor for class org.zkoss.io.FileWriter
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
filter(Object, V) - Method in interface org.zkoss.util.FilterMap.Filter
Called to filter a value.
FilterMap<K,​V> - Class in org.zkoss.util
A map that allows the value to be evaluated before returning (so called filtering).
FilterMap(Map<K, V>, FilterMap.Filter<V>) - Constructor for class org.zkoss.util.FilterMap
 
FilterMap.Filter<V> - Interface in org.zkoss.util
Filters the given value (to evaluate when the value is retrieved).
finalize() - Method in class org.zkoss.io.RepeatableReader
 
FIND_BY_PREFIX - Static variable in interface org.zkoss.idom.Item
Indicates the namespace argument is a prefix rather than URI.
FIND_BY_REGEX - Static variable in interface org.zkoss.idom.Item
Indicates the searching is based on regular expression (upon the name argument).
FIND_BY_TAGNAME - Static variable in interface org.zkoss.idom.Item
Indicates the name argument is a tag name rather than local name.
FIND_IGNORE_CASE - Static variable in interface org.zkoss.idom.Item
Indicates the searching is case insensitive.
FIND_RECURSIVE - Static variable in interface org.zkoss.idom.Item
Indicates the searching looks for all descendants.
findCause(Throwable, Class<?>) - Static method in class org.zkoss.lang.Exceptions
Finds the causes of an exception, ex, to see whether any of them is the given type.
findElement(List, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the first element whose sub-element called "name" has the same content as the name argument, or null if not found.
FINE_NUMBER_PRECISION - Static variable in class org.zkoss.math.BigDecimals
Represents our fine number precision.
FINE_NUMBER_SCALE - Static variable in class org.zkoss.math.BigDecimals
Represents our fine number scale.
flush() - Method in class org.zkoss.io.NullWriter
 
flush() - Method in class org.zkoss.io.WriterOutputStream
 
format(Object) - Method in interface org.zkoss.mesg.Messages.Formatter
Formats the specified object into a string.
format(String) - Method in interface org.zkoss.util.resource.Location
Formats the given message by prefixing with the location information.
format(StringBuffer, String, Object[]) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of StringBuffer and Locales.getCurrent().
format(StringBuffer, String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of StringBuffer.
format(String, Object[]) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments, by use of Locales.getCurrent().
format(String, Object[], Locale) - Static method in class org.zkoss.text.MessageFormats
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
format(String, String, String, int, int) - Static method in class org.zkoss.xml.Locators
Formats the message with the location information.
format(String, SourceLocator) - Static method in class org.zkoss.xml.Locators
Formats the message with the location information.
format(String, Locator) - Static method in class org.zkoss.xml.Locators
Formats the message with the location information.
format(String, Locator) - Static method in class org.zkoss.xml.Locators
Formats the message with the location information.
format(Date, boolean) - Static method in class org.zkoss.text.DateFormats
Formats a Date object based on the current Locale and the default date format (DateFormat.DEFAULT.
format(Element) - Static method in class org.zkoss.idom.util.IDOMs
Formats the specified element for better readability by adding white spaces.
formatByName(String, Map<String, ?>) - Static method in class org.zkoss.text.MessageFormats
Formats a pattern by substituting names with values found in the giving map, by use of Locales.getCurrent().
formatByName(String, Map<String, ?>, Locale) - Static method in class org.zkoss.text.MessageFormats
Formats a pattern by substituting names, enclosing with {}, with values found in the giving map.
formatDate(Date, String) - Static method in class org.zkoss.xel.fn.CommonFns
Formats a Date into a date/time string.
formatDate(Date, String, Locale, TimeZone, String, String) - Static method in class org.zkoss.xel.fn.CommonFns
Formats a Date into a date/time string.
formatNumber(Object, String) - Static method in class org.zkoss.xel.fn.CommonFns
Formats a number (Integer, BigDecimal...) into a string.
formatNumber(Object, String, Locale) - Static method in class org.zkoss.xel.fn.CommonFns
Formats a number (Integer, BigDecimal...) into a string.
formatStackTrace(StringBuffer, Throwable, String) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and appends it to the specified string buffer.
formatStackTrace(StringBuffer, Throwable, String, int) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and appends it to the specified string buffer, but only display at most maxcnt lines.
formatStackTrace(Throwable, String) - Static method in class org.zkoss.lang.Exceptions
Formats the stack trace and returns the result.
forNameByThread(String) - Static method in class org.zkoss.lang.Classes
Returns the Class object of the specified class name, using the current thread's context class loader and the class will be initialized by default.
forNameByThread(String, boolean) - Static method in class org.zkoss.lang.Classes
Returns the Class object of the specified class name, using the current thread's context class loader.
function - Variable in class org.zkoss.xel.taglib.FunctionDefinition
Method's function.
Function - Interface in org.zkoss.xel
Represents a XEL function.
FunctionDefinition - Class in org.zkoss.xel.taglib
Represents a function defined in a taglib.
FunctionDefinition(String, String, Function) - Constructor for class org.zkoss.xel.taglib.FunctionDefinition
 
FunctionMapper - Interface in org.zkoss.xel
Used to customize the way to map between the XEL function names and the Function methods.
FunctionMapperExt - Interface in org.zkoss.xel
Implemented with FunctionMapper to resolve the class.
functions - Variable in class org.zkoss.xel.taglib.TaglibDefinition
A map of functions.
FusionInvoker - Class in org.zkoss.lang.reflect
The fusion invocation handler.
FusionInvoker(Object[]) - Constructor for class org.zkoss.lang.reflect.FusionInvoker

G

Generics - Class in org.zkoss.lang
Utilities to handle generic types, such as converting a non-type object to a generic type without warning.
Generics() - Constructor for class org.zkoss.lang.Generics
 
get(int) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the specified code without formating arguments.
get(int) - Method in class org.zkoss.util.CollectionsX.ArrayList
 
get(int, Object) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the locale of current user with ONE format-argument.
get(int, Object[]) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the locale of current user.
get(int, Object[], Locale) - Static method in class org.zkoss.mesg.Messages
Gets a message based on the specified code.
get(Object) - Method in interface org.zkoss.util.Cache
Returns the object of the specified key, or null if not found.
get(Object) - Method in class org.zkoss.util.CacheMap
 
get(Object) - Method in class org.zkoss.util.FastReadCache
 
get(Object) - Method in class org.zkoss.util.FilterMap
 
get(Object) - Method in class org.zkoss.util.MultiCache
 
get(Object) - Method in class org.zkoss.util.resource.ResourceCache
Returns the resource, or null if not found.
get(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
Returns the value of the specified public field or public method in the object.
get(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Get the element with name.
getAccessibleObject(Class<?>, String, Class<?>[], int) - Static method in class org.zkoss.lang.Classes
Gets the specified accessible object, either a method or a field, by searching the specified name.
getAccessTime() - Method in class org.zkoss.util.CacheMap.Value
Returns the last access time.
getAll(String) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Get a readonly list of all elements with name.
getAllInterfaces(Class<?>) - Static method in class org.zkoss.lang.Classes
Returns all interfaces that are implemented by the specified class.
getAnyField(Class<?>, String) - Static method in class org.zkoss.lang.Classes
Gets the specified field by searching all fields including any access control and any base class.
getAnyMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Gets the specified method by searching all methods including any access control and any base class.
getAttribute(String) - Method in class org.zkoss.idom.Element
 
getAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
 
getAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
 
getAttribute(String) - Method in interface org.zkoss.xel.XelContext
Returns the value of the specified attribute, or null if not available.
getAttributeIndex(int, String) - Method in interface org.zkoss.idom.Attributable
Gets the index of the attribute with the giving local name.
getAttributeIndex(int, String) - Method in class org.zkoss.idom.Element
 
getAttributeIndex(int, String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the index of the first attribute that matches the specified criteria.
getAttributeIndex(int, String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeItem(String) - Method in interface org.zkoss.idom.Attributable
Gets the attribute with the tag name.
getAttributeItem(String) - Method in class org.zkoss.idom.Element
 
getAttributeItem(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the first attribute that matches the specified criteria.
getAttributeItem(String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeItems() - Method in interface org.zkoss.idom.Attributable
Returns all attributes of this object.
getAttributeItems() - Method in class org.zkoss.idom.Element
 
getAttributeNode(String) - Method in class org.zkoss.idom.Element
 
getAttributeNodeNS(String, String) - Method in class org.zkoss.idom.Element
 
getAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
getAttributes() - Method in class org.zkoss.idom.Element
 
getAttributes() - Method in class org.zkoss.idom.impl.AbstractItem
 
getAttributes() - Method in class org.zkoss.xel.util.SimpleXelContext
 
getAttributes() - Method in class org.zkoss.xel.util.XelContextProxy
 
getAttributes() - Method in interface org.zkoss.xel.XelContext
Returns all attributes
getAttributes(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets a list of attributes of the specified criteria.
getAttributes(String, String, int) - Method in class org.zkoss.idom.Element
 
getAttributeValue(String) - Method in interface org.zkoss.idom.Attributable
Returns the value of the attribute of the specified tag name, or null if not specified.
getAttributeValue(String) - Method in class org.zkoss.idom.Element
 
getAttributeValue(String, String, int) - Method in interface org.zkoss.idom.Attributable
Gets the value of the first attribute that matches the giving criteria, or null if not found.
getAttributeValue(String, String, int) - Method in class org.zkoss.idom.Element
 
getBase() - Method in interface org.zkoss.xel.ValueReference
Returns the base model.
getBase() - Method in class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
 
getBaseURI() - Method in class org.zkoss.idom.impl.AbstractItem
 
getBean(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
 
getBriefStackTrace(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the first few lines of the stack trace.
getBundle(String, Locale) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and the default locator, Locators.getDefault().
getBundle(String, Locale, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and the default locator, Locators.getDefault().
getBundle(String, Locale, Locator) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and locator.
getBundle(String, Locale, Locator, boolean) - Static method in class org.zkoss.util.resource.PropertyBundle
Gets a resource bundle using the specified base name, locale, and locator.
getByCompound(Object, String) - Static method in class org.zkoss.lang.reflect.Fields
Returns the value of the specified public field or public method of the object.
getByFallback(Collection<Locale>, Locale) - Static method in class org.zkoss.util.Locales
Returns any occurrence of the specified Locale or any its fallback in the value collection, or null if not found.
getByteData() - Method in class org.zkoss.image.AImage
 
getByteData() - Method in class org.zkoss.sound.AAudio
 
getByteData() - Method in class org.zkoss.util.media.AMedia
 
getByteData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in byte array.
getByteData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getByteData() - Method in class org.zkoss.video.AVideo
 
getCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the cause of the given throwable.
getCharset() - Method in class org.zkoss.html.JavaScript
Returns the charset, or null if JavaScript.getContent() is not null.
getCharset() - Method in interface org.zkoss.util.resource.LabelLocator2
Returns the encoding charset, or null if it is the same as the system default.
getCheckPeriod() - Method in class org.zkoss.util.resource.ResourceCache
Returns how often to check (unit=milliseconds).
getChecksum(StringBuffer, String) - Static method in class org.zkoss.util.Checksums
Returns the checksum character of the specified val.
getChecksum(String, String) - Static method in class org.zkoss.util.Checksums
Returns the checksum character of the specified val.
getChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
 
getChildren() - Method in interface org.zkoss.idom.Group
Gets all children.
getChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getClass(IN) - Method in class org.zkoss.fsm.StateMachine
Determines the class for an input character.
getClassNames() - Method in interface org.zkoss.xel.FunctionMapperExt
Returns a readonly collection of the logic names of the class (never null).
getClassNames() - Method in class org.zkoss.xel.util.DualFunctionMapper
 
getClassNames() - Method in class org.zkoss.xel.util.SimpleMapper
 
getClassNames() - Method in class org.zkoss.xel.util.TaglibMapper
 
getCloseMethod(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
getCloseMethod(Class<?>, String, Class<?>[]) - Method in class org.zkoss.xel.zel.ClassReflect
Gets one of the close methods -- a close method is a method with the same name and the compatible argument type.
getCloseMethodBySubclass(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Like Classes.getCloseMethod(java.lang.Class<?>, java.lang.String, java.lang.Class<?>[]) to get a 'close' method, but it look for subclass of the argument (instead of superclass).
getCloseMethods(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Returns all close methods that match the specified condition, or a zero-length array if none is found.
getCloseMethodsBySubclass(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Like Classes.getCloseMethods(java.lang.Class<?>, java.lang.String, java.lang.Class<?>[]) to get all 'close' methods, but it look for subclass of the argument (instead of superclass).
getCode() - Method in exception org.zkoss.lang.CommonException
 
getCode() - Method in exception org.zkoss.lang.SystemException
 
getCode() - Method in interface org.zkoss.mesg.Messageable
Gets the message code.
getColumnNumber() - Method in interface org.zkoss.util.resource.Location
Return the column number in the document, or -1 if not available.
getCommonPropertyType(ELContext, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
getContent() - Method in class org.zkoss.html.JavaScript
Returns the JavaScript codes, or null if JavaScript.getSrc() is not null.
getContent() - Method in class org.zkoss.html.StyleSheet
Returns the style sheets, or null if StyleSheet.getHref() is not null.
getContent() - Method in class org.zkoss.idom.Element
Gets the content of this element.
getContent(String) - Method in class org.zkoss.idom.Element
Returns the content of the child element with the giving path, or null if the content is null or the child element doesn't exist.
getContentType() - Method in class org.zkoss.image.AImage
 
getContentType() - Method in class org.zkoss.sound.AAudio
 
getContentType() - Method in class org.zkoss.util.media.AMedia
 
getContentType() - Method in interface org.zkoss.util.media.Media
Returns the content type, e.g., "image/jpeg", or null if not available.
getContentType() - Method in class org.zkoss.util.media.RepeatableMedia
 
getContentType() - Method in class org.zkoss.video.AVideo
 
getContentType(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns the content type of the specified format, such as "html" and "pdf", or null if not found (or format is null).
getContextClassLoader(Class<?>) - Static method in class org.zkoss.lang.Classes
Returns the context ClassLoader for the reference class.
getContextClassLoader(Class<?>) - Method in interface org.zkoss.lang.ContextClassLoaderFactory
Returns the context ClassLoader for the reference class.
getContextClassLoader(Class<?>) - Method in class org.zkoss.xel.zel.ClassReflect
Returns the context ClassLoader for the reference class.
getContextClassLoaderForName(String) - Static method in class org.zkoss.lang.Classes
Returns the context ClassLoader for the given class name
getContextClassLoaderForName(String) - Method in interface org.zkoss.lang.ContextClassLoaderFactory
Returns the context ClassLoader for a class name.
getCurrent() - Static method in class org.zkoss.util.Locales
Returns the current locale; never null.
getCurrent() - Static method in class org.zkoss.util.TimeZones
Returns the current time zone; never null.
getCurrentState() - Method in class org.zkoss.fsm.StateMachine
Return the current state
getData() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getData() - Method in class org.zkoss.idom.ProcessingInstruction
 
getDateFormat(int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
Return the date format of the given style and locale, or null if the default one shall be used.
getDateFormat(int, Locale, String) - Static method in class org.zkoss.text.DateFormats
Returns the current date format; never null.
getDateTimeFormat(int, int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
Return the date/time format of the given style and locale, or null if the default one shall be used.
getDateTimeFormat(int, int, Locale, String) - Static method in class org.zkoss.text.DateFormats
Returns the current date/time format; never null.
getDeclaredNamespaces() - Method in class org.zkoss.idom.Element
Returns namespace declared on this element.
getDefault() - Static method in class org.zkoss.util.resource.Locators
Returns the default resource locator which is an instance of ClassLocator.
getDefaultURL(String) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the URL associated with the specified taglib URI, or null if not found.
getDefaultValue(Class) - Static method in class org.zkoss.lang.Primitives
Returns the default value of a primitive class, or null if it is not a primitive class.
getDependentXMLResources(String, String, String) - Method in class org.zkoss.util.resource.ClassLocator
 
getDependentXMLResources(String, String, String) - Method in interface org.zkoss.util.resource.XMLResourcesLocator
Returns a list of resources (XMLResourcesLocator.Resource) after resolving the dependence.
getDestination(IN, C) - Method in class org.zkoss.fsm.StateCtx
Returns the destination state upon meeting the character or the class.
getDirectory() - Method in class org.zkoss.util.resource.ClassLocator
Always returns null.
getDirectory() - Method in interface org.zkoss.util.resource.Locator
Returns the directory used to resolve the relative path, or null if relative path is not allowed.
getDoctype() - Method in class org.zkoss.idom.Document
 
getDocType() - Method in class org.zkoss.idom.Document
Gets the document type.
getDocument() - Method in class org.zkoss.idom.Attribute
Gets the document that owns this attribute.
getDocument() - Method in class org.zkoss.idom.impl.AbstractItem
 
getDocument() - Method in class org.zkoss.idom.input.SAXHandler
Gets the document being created.
getDocument() - Method in interface org.zkoss.idom.Item
Gets the document that owns this item.
getDocumentElement() - Method in class org.zkoss.idom.Document
 
getDocumentURI() - Method in class org.zkoss.idom.Document
 
getDomConfig() - Method in class org.zkoss.idom.Document
 
getElement(String) - Method in interface org.zkoss.idom.Group
Gets the first Element-type child with the tag name.
getElement(String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElement(String, String, int) - Method in interface org.zkoss.idom.Group
Gets the first Element-type child that matches the giving criteria.
getElement(String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementById(String) - Method in class org.zkoss.idom.Document
 
getElementIndex(int, String) - Method in interface org.zkoss.idom.Group
Gets the index of the first Element-type child with the specified name.
getElementIndex(int, String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementIndex(int, String, String, int) - Method in interface org.zkoss.idom.Group
Gets the index of the Element-type first child that match the specified criteria.
getElementIndex(int, String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementNames() - Method in interface org.zkoss.idom.Group
Returns a readonly set of names of element children.
getElementNames() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements() - Method in interface org.zkoss.idom.Group
Returns a cloned copy of all element children
getElements() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements(String) - Method in interface org.zkoss.idom.Group
Gets a readonly list of children with the tag name.
getElements(String) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElements(String, String, int) - Method in interface org.zkoss.idom.Group
Gets a readonly list of Element-type children that match the giving criteria.
getElements(String, String, int) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementsByTagName(String) - Method in class org.zkoss.idom.Document
Gets elements that matches the tag name.
getElementsByTagName(String) - Method in class org.zkoss.idom.Element
 
getElementsByTagNameNS(String, String) - Method in class org.zkoss.idom.Document
Gets elements that matches the tag name and namespace.
getElementsByTagNameNS(String, String) - Method in class org.zkoss.idom.Element
 
getElementValue(String, boolean) - Method in interface org.zkoss.idom.Group
Gets the text of the first Element-type child with the tag name, with a trimming option.
getElementValue(String, boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getElementValue(String, String, int, boolean) - Method in interface org.zkoss.idom.Group
Gets the value of the first Element-type child that matches the giving criteria, with a trimming option.
getElementValue(String, String, int, boolean) - Method in class org.zkoss.idom.impl.AbstractGroup
 
getELResolver() - Method in class org.zkoss.xel.zel.XelELContext
 
getELResolver() - Method in class org.zkoss.xel.zel.XelELResolver
 
getEncoderClass(String) - Static method in class org.zkoss.image.encoder.ImageEncoders
Returns the class of the image encoder for the specified format, or null if not specified yet.
getEntities() - Method in class org.zkoss.idom.DocType
 
getEntityResolver() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the org.xml.sax.EntityResolver.
getEntityResolver() - Method in class org.zkoss.idom.input.SAXHandler
Gets the org.xml.sax.EntityResolver.
getErrorHandler() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the org.xml.sax.ErrorHandler.
getErrorHandler() - Method in class org.zkoss.idom.input.SAXHandler
Gets the org.xml.sax.ErrorHandler.
getErrorListener() - Method in class org.zkoss.idom.transform.Transformer
Get the error event handler in effect for the transformation.
getErrorType() - Method in exception org.zkoss.json.parser.ParseException
 
getEvaluatorClass(String) - Static method in class org.zkoss.xel.util.Evaluators
Returns the implementation for the specified evaluator name.
getExpressionFactoryClass() - Static method in class org.zkoss.xel.Expressions
Returns the implementation of the expression factory that is used by the whole system, or null to use the system default.
getExpressionString() - Method in interface org.zkoss.xel.ExpressionX
Returns the expression in String form.
getExpressionString() - Method in class org.zkoss.xel.zel.ELXelExpression
 
getExtraMessage(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns the extra message, or null if no extra.
getFeature(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
 
getFeature(String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
getFeatureDescriptors(ELContext, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
getFirstChild() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getFirstChild() - Method in class org.zkoss.idom.impl.AbstractItem
 
getFirstElement(Group) - Static method in class org.zkoss.idom.util.IDOMs
Returns the first child element, or null if no child element at all.
getFormat() - Method in class org.zkoss.image.AImage
 
getFormat() - Method in class org.zkoss.sound.AAudio
 
getFormat() - Method in class org.zkoss.util.media.AMedia
 
getFormat() - Method in interface org.zkoss.util.media.Media
Returns the format name, e.g., "jpeg", or null if not available.
getFormat() - Method in class org.zkoss.util.media.RepeatableMedia
 
getFormat() - Method in class org.zkoss.video.AVideo
 
getFormat(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns the format of the specified content type, or null if not found.
getFormatter() - Static method in class org.zkoss.mesg.Messages
Returns the formatter used by Messages.get(int, Object[], Locale), or null if not set.
getFunctionMapper() - Method in class org.zkoss.xel.util.SimpleXelContext
 
getFunctionMapper() - Method in class org.zkoss.xel.util.XelContextProxy
 
getFunctionMapper() - Method in interface org.zkoss.xel.XelContext
Returns the function mapper, or null if not available.
getFunctionMapper() - Method in class org.zkoss.xel.zel.XelELContext
 
getFunctionMapper(Collection<Taglib>, Map<String, Class<?>>, Collection<FunctionDefinition>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a collection of Taglib, imports and functions, or null if nothing is loaded.
getFunctionMapper(Collection<Taglib>, Map<String, Class<?>>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a collection of Taglib and imports, or null if nothing is loaded.
getFunctionMapper(Collection<Taglib>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a collection of Taglib, or null if nothing is loaded.
getFunctionMapper(List<Taglib>, Map<String, Class<?>>, List<FunctionDefinition>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a list of Taglib, imports and functions, or null if nothing is loaded.
getFunctionMapper(List<Taglib>, Map<String, Class<?>>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a list of Taglib and imports, or null if nothing is loaded.
getFunctionMapper(List<Taglib>, Locator) - Static method in class org.zkoss.xel.taglib.Taglibs
Returns the function mapper representing a list of Taglib, or null if nothing is loaded.
getHeight() - Method in class org.zkoss.image.AImage
Returns the height.
getHeight() - Method in interface org.zkoss.image.Image
Returns the height.
getHref() - Method in class org.zkoss.html.StyleSheet
Returns the href that contains the style sheets, or null if StyleSheet.getContent() is not null.
getIDOMFactory() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the iDOM factory.
getIDOMFactory() - Method in class org.zkoss.idom.input.SAXHandler
Gets the iDOM factory.
getImplementation() - Method in class org.zkoss.idom.Document
 
getImportedClasses() - Method in class org.zkoss.lang.ImportedClassResolver
Returns a readonly list of the imported class.
getInnerCacheHashCode(Object) - Method in class org.zkoss.util.MultiCache
Returns an integer used to identify the instance of inner caches to use.
getInput() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
 
getInputEncoding() - Method in class org.zkoss.idom.Document
 
getInstance(File) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of a file that can be read repeatedly.
getInstance(File) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file, encoded in UTF-8, that can be read repeatedly.
getInstance(File, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file that can be read repeatedly.
getInstance(InputStream) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream that can be read repeatedly, or null if the given input stream is null.
getInstance(Reader) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader that can be read repeatedly, or null if the given reader is null.
getInstance(String) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of a file that can be read repeatedly.
getInstance(String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file, encoded in UTF-8, that can be read repeatedly.
getInstance(String, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read a file that can be read repeatedly.
getInstance(URL) - Static method in class org.zkoss.io.RepeatableInputStream
Returns an input stream of the resource of the given URL that can be read repeatedly.
getInstance(URL) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read the resource of the specified URL, encoded in UTF-8.
getInstance(URL, String) - Static method in class org.zkoss.io.RepeatableReader
Returns a reader to read the resource of the specified URL.
getInstance(Media) - Static method in class org.zkoss.util.media.RepeatableMedia
Returns a repeatable media with a repeatable input stream or reader, or null if the given media is null.
getInternalSubset() - Method in class org.zkoss.idom.DocType
Gets the data for the internal subset.
getIntProperty(String, int) - Static method in class org.zkoss.lang.Library
Parses the property value to an integer.
getKey() - Method in class org.zkoss.util.Maps.SerializableEntry
 
getLabel(String) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Returns the label of the specified key for the current locale, or null if not found.
getLabel(String) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Returns the label of the specified key for the current locale, or null if not found.
getLabel(String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current Locale, or null if no found.
getLabel(String) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the label or message of the specified key.
getLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getLabel(String, Object[]) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getLabel(String, String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current Locale, or the default value if no found.
getLabel(String, String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or the default value if not found.
getLabel(Locale, String) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Returns the label of the specified key for the specified locale, or null if not found.
getLabel(Locale, String) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Returns the label of the specified key for the specified locale, or null if not found.
getLandingState(IN, C) - Method in class org.zkoss.fsm.StateMachine
Determines the initial state upon meeting the input character and class
getLastChild() - Method in class org.zkoss.idom.impl.AbstractGroup
 
getLastChild() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLastModified(K) - Method in class org.zkoss.util.resource.AbstractLoader
 
getLastModified(K) - Method in interface org.zkoss.util.resource.Loader
Returns the last modified time, or -1 if reload is required or not exists.
getLength() - Method in class org.zkoss.idom.Element.AttrMap
 
getLength() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getLength() - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getLength() - Method in class org.zkoss.idom.impl.FacadeNodeList
 
getLifetime() - Method in interface org.zkoss.util.Cache
Returns the minimal lifetime, unit=milliseconds.
getLifetime() - Method in class org.zkoss.util.CacheMap
Gets the minimal lifetime, unit=milliseconds.
getLifetime() - Method in class org.zkoss.util.EmptyCacheMap
 
getLifetime() - Method in class org.zkoss.util.FastReadCache
 
getLifetime() - Method in class org.zkoss.util.MultiCache
 
getLineNumber() - Method in interface org.zkoss.util.resource.Location
Return the line number in the document, or -1 if not available.
getLoader() - Method in class org.zkoss.util.resource.ResourceCache
Returns the loader.
getLocale() - Method in class org.zkoss.util.resource.PropertyBundle
Returns the locale of the bundle, or null if it is the default.
getLocale(String) - Static method in class org.zkoss.util.Locales
Converts a string that consists of language, country and variant to a locale.
getLocale(String, char) - Static method in class org.zkoss.util.Locales
Converts a string that consists of language, country and variant to a locale.
getLocale(Locale) - Static method in class org.zkoss.util.Locales
Converts a Locale to one of them being used before.
getLocalFormatInfo() - Static method in class org.zkoss.text.DateFormats
Returns the info of date/time format for the current thread, or null if not set.
getLocalName() - Method in class org.zkoss.idom.Attribute
 
getLocalName() - Method in class org.zkoss.idom.Element
 
getLocalName() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLocalName() - Method in interface org.zkoss.idom.Namespaceable
Gets the local name of this item.
getLocator() - Method in class org.zkoss.idom.impl.AbstractItem
 
getLocator() - Method in interface org.zkoss.idom.Item
Gets the locator of this item.
getMajorVersion() - Static method in class org.zkoss.lang.JVMs
Returns the major version.
getMaxSize() - Method in interface org.zkoss.util.Cache
Returns the maximal allowed size.
getMaxSize() - Method in class org.zkoss.util.CacheMap
Gets the maximal allowed size.
getMaxSize() - Method in class org.zkoss.util.EmptyCacheMap
 
getMaxSize() - Method in class org.zkoss.util.FastReadCache
 
getMaxSize() - Method in class org.zkoss.util.MultiCache
 
getMedia() - Method in class org.zkoss.html.StyleSheet
Returns the media, or null if not available.
getMessage(int) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception without format-argument.
getMessage(int, Object) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception with one format-argument.
getMessage(int, Object[]) - Static method in class org.zkoss.lang.Exceptions
Gets the message for an exception's getMessage method.
getMessage(Throwable) - Static method in class org.zkoss.lang.Exceptions
Returns a message of the exception.
getMethod() - Method in class org.zkoss.lang.reflect.SerializableMethod
Returns the method being encapsulated.
getMethodByObject(Class<?>, String, Object[]) - Static method in class org.zkoss.lang.Classes
Gets one of the close method by specifying the arguments, rather than the argument types.
getMethodBySignature(Class<?>, String, Collection<String>) - Static method in class org.zkoss.lang.Classes
Gets the method based on the signature.
getMethodBySignature(Class<?>, String, Collection<String>, ClassResolver) - Static method in class org.zkoss.lang.Classes
Gets the method based on the signature with a class resolver.
getMethodInPublic(Class<?>, String, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Gets the method that is declared in a public class/interface.
getMinorVersion() - Static method in class org.zkoss.lang.JVMs
Returns the minor version.
getName() - Method in class org.zkoss.idom.Attribute
 
getName() - Method in class org.zkoss.idom.Binary
 
getName() - Method in class org.zkoss.idom.CData
 
getName() - Method in class org.zkoss.idom.Comment
 
getName() - Method in class org.zkoss.idom.DocType
Gets the element name being constrained.
getName() - Method in class org.zkoss.idom.Document
 
getName() - Method in class org.zkoss.idom.Element
Gets the tag name of the element -- the name with prefix.
getName() - Method in class org.zkoss.idom.EntityReference
 
getName() - Method in interface org.zkoss.idom.Item
Gets the name of the item.
getName() - Method in class org.zkoss.idom.ProcessingInstruction
 
getName() - Method in class org.zkoss.idom.Text
 
getName() - Method in class org.zkoss.image.AImage
 
getName() - Method in class org.zkoss.sound.AAudio
 
getName() - Method in class org.zkoss.util.media.AMedia
 
getName() - Method in interface org.zkoss.util.media.Media
Returns the name (usually filename) of this media, or null if not available.
getName() - Method in class org.zkoss.util.media.RepeatableMedia
 
getName() - Method in class org.zkoss.video.AVideo
 
getNamedItem(String) - Method in class org.zkoss.idom.Element.AttrMap
 
getNamedItem(String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getNamedItemNS(String, String) - Method in class org.zkoss.idom.Element.AttrMap
 
getNamedItemNS(String, String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
getNamespace() - Method in class org.zkoss.idom.Attribute
 
getNamespace() - Method in class org.zkoss.idom.Element
 
getNamespace() - Method in interface org.zkoss.idom.Namespaceable
Gets the namespace.
getNamespace(String) - Method in class org.zkoss.idom.Element
Returns the Namespace in scope on this element for the given prefix (this involves searching up the tree, so the results depend on the current location of the element), or null if not found.
getNamespaceURI() - Method in class org.zkoss.idom.Attribute
 
getNamespaceURI() - Method in class org.zkoss.idom.Element
 
getNamespaceURI() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNextSibling() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNodeName() - Method in class org.zkoss.idom.Binary
 
getNodeName() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNodeType() - Method in class org.zkoss.idom.Attribute
 
getNodeType() - Method in class org.zkoss.idom.Binary
 
getNodeType() - Method in class org.zkoss.idom.CData
 
getNodeType() - Method in class org.zkoss.idom.Comment
 
getNodeType() - Method in class org.zkoss.idom.DocType
 
getNodeType() - Method in class org.zkoss.idom.Document
 
getNodeType() - Method in class org.zkoss.idom.Element
 
getNodeType() - Method in class org.zkoss.idom.EntityReference
 
getNodeType() - Method in class org.zkoss.idom.ProcessingInstruction
 
getNodeType() - Method in class org.zkoss.idom.Text
 
getNodeValue() - Method in class org.zkoss.idom.Element
Always null.
getNodeValue() - Method in class org.zkoss.idom.impl.AbstractItem
 
getNotation(String) - Static method in class org.zkoss.lang.Primitives
Returns the notation of a primitive class, or ((char)0) if it is not a primitive class.
getNotations() - Method in class org.zkoss.idom.DocType
 
getOrigin() - Method in class org.zkoss.util.FilterMap
Returns the original map being filtered.
getOutputProperties() - Method in class org.zkoss.idom.transform.Transformer
Get a copy of the output properties for the transformation.
getOutputProperty(String) - Method in class org.zkoss.idom.transform.Transformer
Get an output property that is in effect for the transformation.
getOwner() - Method in class org.zkoss.idom.Attribute
Gets the item that owns this attribute.
getOwnerDocument() - Method in class org.zkoss.idom.Attribute
 
getOwnerDocument() - Method in class org.zkoss.idom.impl.AbstractItem
 
getOwnerElement() - Method in class org.zkoss.idom.Attribute
 
getParameterTypes() - Method in interface org.zkoss.xel.Function
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
getParameterTypes() - Method in class org.zkoss.xel.util.MethodFunction
 
getParent() - Method in class org.zkoss.idom.impl.AbstractItem
 
getParent() - Method in interface org.zkoss.idom.Item
Gets the parent item.
getParent() - Method in class org.zkoss.xel.util.SimpleMapper
Returns the parent mapper, or null if no parent.
getParent() - Method in class org.zkoss.xel.util.SimpleResolver
Returns the parent, or null if no parent at all.
getParentNode() - Method in class org.zkoss.idom.impl.AbstractItem
 
getParser() - Method in class org.zkoss.idom.input.SAXBuilder
Gets the SAX parser.
getPath() - Method in interface org.zkoss.util.resource.Location
Returns the path of the document, or null if not available.
getPosition() - Method in class org.zkoss.json.parser.JSONParser
 
getPosition() - Method in exception org.zkoss.json.parser.ParseException
 
getPrefix() - Method in class org.zkoss.idom.Attribute
 
getPrefix() - Method in class org.zkoss.idom.Element
 
getPrefix() - Method in class org.zkoss.idom.impl.AbstractItem
 
getPrefix() - Method in class org.zkoss.idom.Namespace
Gets the prefix mapped to this Namespace.
getPrefix() - Method in class org.zkoss.xel.taglib.Taglib
Returns the prefix.
getPreviousSibling() - Method in class org.zkoss.idom.impl.AbstractItem
 
getProperties() - Method in class org.zkoss.util.resource.PropertyBundle
Returns a map of all properties, (String key , String value).
getProperties(String) - Static method in class org.zkoss.lang.Library
Returns the library properties indicated by the specified key.
getProperty() - Method in interface org.zkoss.xel.ValueReference
Returns the property of the base model.
getProperty() - Method in class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
 
getProperty(String) - Static method in class org.zkoss.lang.Library
Returns the library property indicated by the specified key.
getProperty(String) - Method in class org.zkoss.util.resource.PropertyBundle
Returns the property for the given key from this resource bundle or one of its parents.
getProperty(String, String) - Static method in class org.zkoss.lang.Library
Returns the library property indicated by the specified key.
getPublicId() - Method in class org.zkoss.idom.DocType
Gets the public ID of an externally referenced DTD, or an empty String if none is referenced.
getQuality() - Method in interface org.zkoss.image.encoder.ImageEncoder
Return the quality of the image encoding.
getQuality() - Method in class org.zkoss.image.encoder.JPEGEncoder
Returns the quality of the image encoding.
getQuality() - Method in class org.zkoss.image.encoder.PNGEncoder
Always return 1.0 since no quality degrade.
getReaderData() - Method in class org.zkoss.image.AImage
Always throws IllegalStateException.
getReaderData() - Method in class org.zkoss.sound.AAudio
Not supported.
getReaderData() - Method in class org.zkoss.util.media.AMedia
Returns the reader of this media to retrieve the data.
getReaderData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in Reader.
getReaderData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getReaderData() - Method in class org.zkoss.video.AVideo
Not supported.
getRealCause(Throwable) - Static method in class org.zkoss.lang.Exceptions
Unveils the real cause.
getRequiredAttributeValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required attribute value.
getRequiredElement(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required element.
getRequiredElementValue(Element, String) - Static method in class org.zkoss.idom.util.IDOMs
Returns the required element value.
getRequiredLabel(String) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key based on the current locale.
getRequiredLabel(String, Object[]) - Static method in class org.zkoss.util.resource.Labels
Returns the label of the specified key and formats it with the specified argument, or null if not found.
getResource(String) - Method in class org.zkoss.util.resource.ClassLocator
 
getResource(String) - Method in interface org.zkoss.util.resource.Locator
Finds the resource with the given name.
getResourceAsStream(String) - Method in class org.zkoss.util.resource.ClassLocator
 
getResourceAsStream(String) - Method in interface org.zkoss.util.resource.Locator
Returns an input stream for reading the specified resource.
getResources(String) - Method in class org.zkoss.util.resource.ClassLocator
 
getResources(String) - Method in interface org.zkoss.util.resource.XMLResourcesLocator
Returns an enumeration of resources.
getReturnType() - Method in interface org.zkoss.xel.Function
Returns a Class object that represents the formal return type of the method represented by this Method object.
getReturnType() - Method in class org.zkoss.xel.util.MethodFunction
 
getRootElement() - Method in class org.zkoss.idom.Document
Gets the root element.
getSchemaTypeInfo() - Method in class org.zkoss.idom.Attribute
 
getSchemaTypeInfo() - Method in class org.zkoss.idom.Element
 
getSegmentedLabels() - Method in interface org.zkoss.util.resource.impl.LabelLoader
Returns a map of segmented labels for the current locale (never null).
getSegmentedLabels() - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Returns a map of segmented labels for the current locale (never null).
getSegmentedLabels() - Static method in class org.zkoss.util.resource.Labels
Returns the label or a map of labels associated with the key.
getSegmentedLabels(Locale) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Returns a map of segmented labels for the specified locale (never null).
getSegmentedLabels(Locale) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Returns a map of segmented labels for the specified locale (never null).
getSpecial(String) - Static method in class org.zkoss.idom.Namespace
Returns the special namespace if prefix is special, or null if not.
getSpecified() - Method in class org.zkoss.idom.Attribute
 
getSrc() - Method in class org.zkoss.html.JavaScript
Returns the URI of the file containing the JavaScript codes, or null if JavaScript.getContent() is not null.
getState() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
 
getState(E) - Method in class org.zkoss.fsm.StateMachine
Get the state by token.
getState(E, boolean) - Method in class org.zkoss.fsm.StateMachine
Get the state by token.
getStep() - Method in exception org.zkoss.fsm.StateMachine.StateMachineException
 
getStreamData() - Method in class org.zkoss.image.AImage
Return a ByteArrayInputStream that contains data of AImage.getByteData().
getStreamData() - Method in class org.zkoss.sound.AAudio
Returns the data in the input stream.
getStreamData() - Method in class org.zkoss.util.media.AMedia
Returns the input stream of this media.
getStreamData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in InputStream.
getStreamData() - Method in class org.zkoss.util.media.RepeatableMedia
Returns the repeatable input stream, if the original input stream is not null.
getStreamData() - Method in class org.zkoss.video.AVideo
Returns the data in the input stream.
getStrictErrorChecking() - Method in class org.zkoss.idom.Document
 
getStringData() - Method in class org.zkoss.image.AImage
Always throws IllegalStateException.
getStringData() - Method in class org.zkoss.sound.AAudio
Always throws IllegalStateException.
getStringData() - Method in class org.zkoss.util.media.AMedia
 
getStringData() - Method in interface org.zkoss.util.media.Media
Returns the raw data in string.
getStringData() - Method in class org.zkoss.util.media.RepeatableMedia
 
getStringData() - Method in class org.zkoss.video.AVideo
Always throws IllegalStateException.
getSubstyleIndex(String, String) - Static method in class org.zkoss.html.HTMLs
Returns the position of the specified substyle, or -1 if not found.
getSubstyleValue(String, int) - Static method in class org.zkoss.html.HTMLs
Returns the value starting at the specified index (never null).
getSubversion(String, int) - Static method in class org.zkoss.util.Utils
Returns a portion of the specified version in an integer, or 0 if no such portion exists.
getSuperClasses(Class<?>, Class<?>[]) - Static method in class org.zkoss.lang.Classes
Searches thru each element of the specified array of classes, and returns classes that are super-classes (or equal) of the specified class.
getSystemId() - Method in class org.zkoss.idom.DocType
Gets the system ID of an externally referenced DTD, or an empty String if none is referenced.
getTagName() - Method in class org.zkoss.idom.Attribute
 
getTagName() - Method in class org.zkoss.idom.Element
 
getTagName() - Method in interface org.zkoss.idom.Namespaceable
Gets the tag name of this item.
getTarget() - Method in class org.zkoss.idom.ProcessingInstruction
 
getText() - Method in class org.zkoss.idom.Attribute
 
getText() - Method in class org.zkoss.idom.Binary
Gets the text representation of the value.
getText() - Method in class org.zkoss.idom.Element
Returns the concatenation of Textual children; never null.
getText() - Method in class org.zkoss.idom.impl.AbstractItem
 
getText() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getText() - Method in interface org.zkoss.idom.Item
Gets the text of this item, or null if it is neither Textual nor Element.
getText() - Method in class org.zkoss.idom.ProcessingInstruction
 
getText(boolean) - Method in class org.zkoss.idom.Element
Returns the concatenation of Textual children; never null.
getTextContent() - Method in class org.zkoss.idom.impl.AbstractItem
 
getTextContent() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getTextRelevantStyle(String) - Static method in class org.zkoss.html.HTMLs
Retrieves text relevant CSS styles.
getThreadLocal() - Static method in class org.zkoss.util.Locales
Returns the locale defined by Locales.setThreadLocal(java.util.Locale).
getThreadLocal() - Static method in class org.zkoss.util.TimeZones
Returns the time zone defined by TimeZones.setThreadLocal(java.util.TimeZone).
getTimeFormat(int, Locale) - Method in interface org.zkoss.text.DateFormatInfo
Return the time format of the given style and locale, or null if the default one shall be used.
getTimeFormat(int, Locale, String) - Static method in class org.zkoss.text.DateFormats
Returns the current time format; never null.
getTimeZone(int) - Static method in class org.zkoss.util.TimeZones
Returns the time by specifying the offset in minutes.
getTimezoneOffset(TimeZone, Date) - Static method in class org.zkoss.util.Dates
Returns the timezone offset.
getTopGroup() - Method in class org.zkoss.idom.input.SAXHandler
Returns the top group, or null if not available.
getTopmostInterface(Class<?>, Class<?>) - Static method in class org.zkoss.lang.Classes
Gets the topmost interface of the specified class or interface that implements or extends the specified interface.
getTransformer() - Method in class org.zkoss.idom.transform.Transformer
Returns the JAXP transformer encapsulated by this object.
getType() - Method in class org.zkoss.html.StyleSheet
Returns the type.
getType(int) - Static method in class org.zkoss.mesg.Messages
Gets the message type of the specified code.
getType(XelContext) - Method in interface org.zkoss.xel.ExpressionX
Returns the result type of this expression.
getType(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
 
getType(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
getUnexpectedObject() - Method in exception org.zkoss.json.parser.ParseException
 
getURI() - Method in class org.zkoss.idom.Namespace
Gets the namespace URI for this Namespace.
getURI() - Method in class org.zkoss.xel.taglib.Taglib
Returns the uri.
getUserData(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
getValue() - Method in class org.zkoss.idom.Attribute
Gets the value of this attribute.
getValue() - Method in interface org.zkoss.idom.Binable
Gets the value of a item that accepts any type as its value.
getValue() - Method in class org.zkoss.idom.Binary
 
getValue() - Method in class org.zkoss.util.CacheMap.Value
Returns the value.
getValue() - Method in class org.zkoss.util.Maps.SerializableEntry
 
getValue(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
getValueReference(XelContext) - Method in interface org.zkoss.xel.ExpressionX
Returns the target bean and field name of this expression.
getValueReference(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
 
getVariableMapper() - Method in class org.zkoss.xel.zel.XelELContext
 
getVariableResolver() - Method in class org.zkoss.xel.util.SimpleXelContext
 
getVariableResolver() - Method in class org.zkoss.xel.util.XelContextProxy
 
getVariableResolver() - Method in interface org.zkoss.xel.XelContext
Returns the variable resolver, or null if not available.
getWholeText() - Method in class org.zkoss.idom.impl.AbstractTextual
 
getWidth() - Method in class org.zkoss.image.AImage
Returns the width.
getWidth() - Method in interface org.zkoss.image.Image
Returns the width.
getWithoutExpunge(Object) - Method in class org.zkoss.util.CacheMap
Returns the value without trying to expunge for more memory.
getX() - Method in class org.zkoss.util.Pair
Returns the first value of the pair.
getXelContext() - Method in class org.zkoss.xel.zel.XelELContext
 
getXelContext() - Method in class org.zkoss.xel.zel.XelELResolver
 
getXmlEncoding() - Method in class org.zkoss.idom.Document
 
getXmlStandalone() - Method in class org.zkoss.idom.Document
 
getXmlVersion() - Method in class org.zkoss.idom.Document
 
getY() - Method in class org.zkoss.util.Pair
Returns the second value of the pair.
Group - Interface in org.zkoss.idom
Represents an item might have children.

H

handleMissingLabel(Object) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Handles the missing label.
hasAttribute(String) - Method in class org.zkoss.idom.Element
 
hasAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
 
hasAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
 
hasAttribute(String) - Method in interface org.zkoss.xel.XelContext
Returns if the attribute is available.
hasAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
hasAttributes() - Method in class org.zkoss.idom.Element
 
hasAttributes() - Method in class org.zkoss.idom.impl.AbstractItem
 
hasChildNodes() - Method in class org.zkoss.idom.impl.AbstractGroup
 
hasChildNodes() - Method in class org.zkoss.idom.impl.AbstractItem
 
hasContent(String) - Method in class org.zkoss.idom.Element
Tests whether the child element with the giving path exists.
hasFeature(String, String) - Method in class org.zkoss.idom.impl.DOMImplementation
 
hashCode() - Method in class org.zkoss.html.JavaScript
 
hashCode() - Method in class org.zkoss.html.StyleSheet
 
hashCode() - Method in class org.zkoss.idom.impl.AbstractItem
Overriding this method is prohibited.
hashCode() - Method in class org.zkoss.idom.Namespace
Note: hashCode() is based on URI only.
hashCode() - Method in class org.zkoss.json.JavaScriptValue
 
hashCode() - Method in class org.zkoss.lang.MutableInteger
 
hashCode() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
hashCode() - Method in class org.zkoss.util.CacheMap
 
hashCode() - Method in class org.zkoss.util.FastReadArray
 
hashCode() - Method in class org.zkoss.util.FilterMap
 
hashCode() - Method in class org.zkoss.util.Maps.SerializableEntry
 
hashCode() - Method in class org.zkoss.util.Pair
 
hashCode() - Method in class org.zkoss.util.resource.ClassLocator
 
hashCode() - Method in class org.zkoss.util.resource.XMLResourcesLocator.Resource
 
hashCode() - Method in class org.zkoss.xel.taglib.Taglib
 
hashCode() - Method in class org.zkoss.xel.util.TaglibMapper
 
hashCode(boolean[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of boolean.
hashCode(byte[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of bytes.
hashCode(byte[], int) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array of bytes up to the specified length.
hashCode(char[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(int[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(long[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(short[]) - Static method in class org.zkoss.lang.Objects
Generates hash codes for an array.
hashCode(Object) - Static method in class org.zkoss.lang.Objects
Returns the object's hash code, or zero if null.
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.ArrayEnumeration
 
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.CollectionEnumeration
 
hasMoreElements() - Method in class org.zkoss.util.CollectionsX.OneEnumeration
 
hasNext() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
hasNext() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
hasNext() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
hasPrevious() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
HTMLs - Class in org.zkoss.html
Utilities for HTML attributes and styles.
HTMLs() - Constructor for class org.zkoss.html.HTMLs
 

I

IdentityComparator<T> - Class in org.zkoss.util
The comparator uses == and System.identifyHashCode to compare two objects.
IdentityComparator() - Constructor for class org.zkoss.util.IdentityComparator
 
IdentityHashSet<T> - Class in org.zkoss.util
Like java.util.InternalHashMap, it uses == and System.identityHashCode for doing HashSet.
IdentityHashSet() - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new, empty set; the backing IdentityHashMap instance has default capacity (32).
IdentityHashSet(int) - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new, empty set with the specified expected maximum size.
IdentityHashSet(Collection<T>) - Constructor for class org.zkoss.util.IdentityHashSet
Constructs a new set containing the elements in the specified collection.
IDOMFactory - Interface in org.zkoss.idom.input
A DOM factory.
IDOMs - Class in org.zkoss.idom.util
The iDOM relevant utilities.
IDOMs() - Constructor for class org.zkoss.idom.util.IDOMs
 
ignorableWhitespace(char[], int, int) - Method in class org.zkoss.idom.input.SAXHandler
 
ILLEGAL_CHAR - Static variable in interface org.zkoss.mesg.MCommon
 
IllegalSyntaxException - Exception in org.zkoss.util
Represents a syntax error.
IllegalSyntaxException() - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object[]) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object[], Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Object, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(int, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(String) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(String, Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
IllegalSyntaxException(Throwable) - Constructor for exception org.zkoss.util.IllegalSyntaxException
 
Image - Interface in org.zkoss.image
Represents an image.
ImageEncoder - Interface in org.zkoss.image.encoder
Represents an image encoder used to encode an AWT image into a particular format, such as PNG.
ImageEncoders - Class in org.zkoss.image.encoder
The factory of the image encodes.
ImageEncoders() - Constructor for class org.zkoss.image.encoder.ImageEncoders
 
Images - Class in org.zkoss.image
Utilities to handle images.
Images() - Constructor for class org.zkoss.image.Images
 
ImportedClassResolver - Class in org.zkoss.lang
The class resolve that allows to import classes and packages, like Java's import statement does.
ImportedClassResolver() - Constructor for class org.zkoss.lang.ImportedClassResolver
 
importNode(Node, boolean) - Method in class org.zkoss.idom.Document
 
indexOf(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the index of the given element.
indexOf(StringBuffer, char, int) - Static method in class org.zkoss.lang.Strings
Returns the index of the give character in the given string buffer, or -1 if not found.
indexOfUnderline(String) - Static method in class org.zkoss.util.Locales
Returns the index of '_' preceding the country part.
indexOfUnderline(String, int) - Static method in class org.zkoss.util.Locales
Returns the index of '_' preceding the country part, starting from j.
init() - Method in class org.zkoss.fsm.StateCtx
Initialization method called at the constructor
init() - Method in class org.zkoss.fsm.StateMachine
Called at the constructor of state machine
inMemory() - Method in class org.zkoss.image.AImage
 
inMemory() - Method in class org.zkoss.sound.AAudio
 
inMemory() - Method in class org.zkoss.util.media.AMedia
 
inMemory() - Method in interface org.zkoss.util.media.Media
Returns whether the data is cached in memory (in form of byte[] or String).
inMemory() - Method in class org.zkoss.util.media.RepeatableMedia
 
inMemory() - Method in class org.zkoss.video.AVideo
 
insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
insertBefore(Node, Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
insertData(int, String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
Integers - Class in org.zkoss.lang
Integer utilities.
Integers() - Constructor for class org.zkoss.lang.Integers
 
internalEntityDecl(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
intValue() - Method in class org.zkoss.lang.MutableInteger
Returns the value of this MutableInteger as an int.
invoke(Object, Object...) - Method in interface org.zkoss.xel.Function
Invokes this method with the specified arguments.
invoke(Object, Object...) - Method in class org.zkoss.xel.util.MethodFunction
 
invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FacadeInvoker
 
invoke(Object, Method, Object[]) - Method in class org.zkoss.lang.reflect.FusionInvoker
 
invoke(ELContext, Object, Object, Class[], Object[]) - Method in class org.zkoss.xel.zel.XelELResolver
 
isAttribute(String) - Static method in class org.zkoss.lang.Classes
Tests if a method name is an attribute, i.e., prefixing with is, get or set.
isBeginOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Whether the given date in the specified TimeZone is the first day of that month.
isBinary() - Method in class org.zkoss.image.AImage
 
isBinary() - Method in class org.zkoss.sound.AAudio
 
isBinary() - Method in class org.zkoss.util.media.AMedia
 
isBinary() - Method in interface org.zkoss.util.media.Media
Returns whether the format of this content is binary or text-based.
isBinary() - Method in class org.zkoss.util.media.RepeatableMedia
 
isBinary() - Method in class org.zkoss.video.AVideo
 
isBinary(String) - Static method in class org.zkoss.util.media.ContentTypes
Returns whether the content type is binary.
isBlank(String) - Static method in class org.zkoss.lang.Strings
Returns true if the string is null or empty or pure blank.
isCoalesceable() - Method in class org.zkoss.idom.impl.AbstractTextual
Returns true if this textual object is allowed to be coalesced with its siblings with the same type (class).
isCoalesceable() - Method in class org.zkoss.idom.Text
Always returns true to denote it allows to be coalesced with its siblings with the same type (class).
isCoalesceable() - Method in interface org.zkoss.idom.Textual
Returns true if this textual object is allowed to be coalesced with its siblings with the same type (class).
isCoalescing() - Method in class org.zkoss.idom.input.SAXBuilder
Indicates whether or not the factory is configured to produce parsers which converts CDATA to Text and appends it to the adjacent (if any) Text node.
isCoalescing() - Method in class org.zkoss.idom.input.SAXHandler
Indicates whether or not the factory is configured to produce parsers which converts CDATA to Text and appends it to the adjacent (if any) Text node.
isContentDisposition() - Method in class org.zkoss.image.AImage
 
isContentDisposition() - Method in class org.zkoss.sound.AAudio
 
isContentDisposition() - Method in class org.zkoss.util.media.AMedia
 
isContentDisposition() - Method in interface org.zkoss.util.media.Media
Whether to allow Content-Disposition or not when writing the media to response header.
isContentDisposition() - Method in class org.zkoss.util.media.RepeatableMedia
 
isContentDisposition() - Method in class org.zkoss.video.AVideo
 
isDefaultNamespace(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
isDisabled() - Method in class org.zkoss.html.StyleSheet
Returns whether the style sheet is disabled.
isElementContentWhitespace() - Method in class org.zkoss.idom.impl.AbstractTextual
 
isEmpty() - Method in class org.zkoss.util.CacheMap
 
isEmpty() - Method in class org.zkoss.util.FastReadArray
Returns if it is empty.
isEmpty() - Method in class org.zkoss.util.IdentityHashSet
 
isEmpty(String) - Static method in class org.zkoss.lang.Strings
Returns true if the string is null or empty.
isEmptyWithoutExpunge() - Method in class org.zkoss.util.CacheMap
Returns whether it is empty without trying to expunge first.
isEncodingAlpha() - Method in interface org.zkoss.image.encoder.ImageEncoder
Returns whether to encode the alpha transparency.
isEncodingAlpha() - Method in class org.zkoss.image.encoder.JPEGEncoder
 
isEncodingAlpha() - Method in class org.zkoss.image.encoder.PNGEncoder
 
isEndOfMonth(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Whether the given date in the specified TimeZone is the last day of that month.
isEqualNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether to expand entity reference nodes.
isExpandEntityReferences() - Method in class org.zkoss.idom.input.SAXHandler
Tests whether to expand entity reference nodes.
isId() - Method in class org.zkoss.idom.Attribute
 
isIgnoringComments() - Method in class org.zkoss.idom.input.SAXBuilder
Indicates whether or not the factory is configured to produce parsers which ignores comments.
isIgnoringComments() - Method in class org.zkoss.idom.input.SAXHandler
Indicates whether or not the factory is configured to produce parsers which ignores comments.
isIgnoringElementContentWhitespace() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether to ignore whitespaces in element content.
isIgnoringElementContentWhitespace() - Method in class org.zkoss.idom.input.SAXHandler
Tests whether to ignore whitespaces in element content.
isInstance(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Tests whether an object, o, is an instance of a class, c.
isIntersected(Set<?>, Set<?>) - Static method in class org.zkoss.util.CollectionsX
Tests whether two sets has any intersection.
isJava5() - Static method in class org.zkoss.lang.JVMs
Returns whether JVM is 5.0 or above.
isJava6() - Static method in class org.zkoss.lang.JVMs
Returns whether JVM is 6.0 or above.
isLeaving(IN, C) - Method in class org.zkoss.fsm.StateCtx
Returns true if the machine is leaving this state upon meeting the character or the class.
isNameResolved(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
 
isNamespaceAware() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether or not this parser is configured to understand namespaces.
isNumeric(Class<?>, boolean) - Static method in class org.zkoss.lang.Classes
Checks whether the specified class is a numeric class.
isOrphanTag(String) - Static method in class org.zkoss.html.HTMLs
Returns whether the specified tag is an 'orphan' tag.
isPartOfParentText() - Method in class org.zkoss.idom.Comment
Returns false to denote it is not part of parent's text,
isPartOfParentText() - Method in class org.zkoss.idom.impl.AbstractTextual
Returns true if this text object is part of the parent's text.
isPartOfParentText() - Method in interface org.zkoss.idom.Textual
Returns true if this textual object is part of the parent's text.
isPrimitive(String) - Static method in class org.zkoss.lang.Primitives
Tests whether a class name is a primitive class, e.g., int and void.
isPrimitiveWrapper(Class<?>) - Static method in class org.zkoss.lang.Classes
Check whether the specified class is a primitive or a primitive wrapper.
isReadOnly(String) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
 
isReadOnly(XelContext) - Method in interface org.zkoss.xel.ExpressionX
Returns whether this is a read only (cannot setValue) expression.
isReadOnly(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
 
isReadOnly(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
isReturning(IN, C) - Method in class org.zkoss.fsm.StateCtx
Returns true if this state returns to itself upon meeting the character or the class.
isReturningAll() - Method in class org.zkoss.fsm.StateCtx
Returns true if this state returns to itself by default, unless meeting specified characters or classes.
isRootElement() - Method in class org.zkoss.idom.Element
Tests whether this element is the root element of the owning document.
isRounded(Date, int) - Static method in class org.zkoss.util.Dates
Tests whether a date is rounded.
isSameNode(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
isSupported(int) - Method in class org.zkoss.xel.el.ELFactory
 
isSupported(int) - Method in interface org.zkoss.xel.ExpressionFactory
Returns whether an feature is supported.
isSupported(int) - Method in class org.zkoss.xel.zel.ELFactory
 
isSupported(String, String) - Method in class org.zkoss.idom.impl.AbstractItem
 
isSuspended() - Method in class org.zkoss.fsm.StateMachine
Return true if the machine is suspended
isTerminated() - Method in class org.zkoss.fsm.StateMachine
Return true if the machine is stopped
isValidating() - Method in class org.zkoss.idom.input.SAXBuilder
Tests whether or not this parser is configured to validate XML documents.
isXMLCharacter(int) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is valid.
isXMLCombiningChar(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a combining character according to production 87 of the XML 1.0 specification.
isXMLDigit(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a digit according to production 88 of the XML 1.0 specification.
isXMLExtender(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is an extender according to production 88 of the XML 1.0 specification.
isXMLLetter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a letter.
isXMLLetterOrDigit(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character is a letter or digit.
isXMLNameCharacter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character can be part of a name.
isXMLNameStartCharacter(char) - Static method in class org.zkoss.idom.Verifier
Checks whether a character can be the first character of a name.
item(int) - Method in class org.zkoss.idom.Element.AttrMap
 
item(int) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
item(int) - Method in class org.zkoss.idom.impl.FacadeNodeList
 
Item - Interface in org.zkoss.idom
Represents an item (a.k.a., node) of a iDOM tree.
iterator() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
 
iterator() - Method in class org.zkoss.util.CollectionsX.OneCollection
 
iterator() - Method in class org.zkoss.util.DualCollection
 
iterator() - Method in class org.zkoss.util.IdentityHashSet
 
iterator(Object) - Static method in class org.zkoss.util.CollectionsX
Based on the given collection type of Object, return an iterator.

J

j2d(String) - Static method in class org.zkoss.json.JSONs
Unmarshalls a string to a date.
JavaScript - Class in org.zkoss.html
Represents a javascript element.
JavaScript(String) - Constructor for class org.zkoss.html.JavaScript
Creates by assigning the content (JavaScript codes).
JavaScript(String, String) - Constructor for class org.zkoss.html.JavaScript
Creates by specifying the file to contain the JavaScript codes.
JavaScriptValue - Class in org.zkoss.json
Used to generate a snippet of the JavaScript code.
JavaScriptValue(String) - Constructor for class org.zkoss.json.JavaScriptValue
Constructor
join(Object[], String) - Static method in class org.zkoss.xel.fn.StringFns
Joins an array of string.
join(T[]) - Static method in class org.zkoss.lang.Strings
Joins the elements of the array into a single String separated by a comma.
join(T[], char) - Static method in class org.zkoss.lang.Strings
Joins the elements of the array into a single String separated by the given separator.
join(T[], char, int, int) - Static method in class org.zkoss.lang.Strings
Joins the elements of the array into a single String separated by the given separator from the startIndex to the endIndex.
joinAndInterrupt(Thread, int) - Static method in class org.zkoss.lang.Threads
Waits a thread to die (and interrupt once a while)
JPEGEncoder - Class in org.zkoss.image.encoder
The encoder for encoding an image into the JPEG format
JPEGEncoder() - Constructor for class org.zkoss.image.encoder.JPEGEncoder
 
JSONArray - Class in org.zkoss.json
A JSON array.
JSONArray() - Constructor for class org.zkoss.json.JSONArray
 
JSONAware - Interface in org.zkoss.json
Beans that support customized output of JSON text shall implement this interface.
JSONObject - Class in org.zkoss.json
A JSON object.
JSONObject() - Constructor for class org.zkoss.json.JSONObject
 
JSONParser - Class in org.zkoss.json.parser
Parser for JSON text.
JSONParser() - Constructor for class org.zkoss.json.parser.JSONParser
 
JSONs - Class in org.zkoss.json
Utilities to JSON-ize objects that JSON is not aware, such as Date.
JSONs() - Constructor for class org.zkoss.json.JSONs
 
JSONValue - Class in org.zkoss.json
Utilities to encode and decode data in JSON format.
JSONValue() - Constructor for class org.zkoss.json.JSONValue
 
JVMs - Class in org.zkoss.lang
Utilities of Java Virtual Machine.

K

keySet() - Method in class org.zkoss.util.CacheMap
 
klass - Variable in class org.zkoss.mesg.MessageConst.BundleInfo
 

L

LabelLoader - Interface in org.zkoss.util.resource.impl
The label loader interface.
LabelLoaderImpl - Class in org.zkoss.util.resource.impl
The label loader (implementation only).
LabelLoaderImpl() - Constructor for class org.zkoss.util.resource.impl.LabelLoaderImpl
 
LabelLocator - Interface in org.zkoss.util.resource
A locater used to locate extra resource for Labels.
LabelLocator2 - Interface in org.zkoss.util.resource
A locater used to locate extra resource for Labels into an input stream.
Labels - Class in org.zkoss.util.resource
Utilities to access labels.
lastAnyOf(String, String, int) - Static method in class org.zkoss.lang.Strings
lastIndexOf(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the last index of the given element.
lastIndexOf(StringBuffer, char, int) - Static method in class org.zkoss.lang.Strings
Returns the last index of the give character in the given string buffer, or -1 if not found.
length(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Returns the length of an array, string, collection or map.
Library - Class in org.zkoss.lang
Represent the scope of ZK libraries.
listIterator(int) - Method in class org.zkoss.util.NotableLinkedList
 
load(Object) - Method in class org.zkoss.util.resource.ContentLoader
 
load(String, String, Locator) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
load(String, URL) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
load(String, Element) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from DOM.
load(URL) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions and imports defined in the specified URL.
load(Map<? super String, ? super String>, InputStream) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by detecting correct charset.
load(Map<? super String, ? super String>, InputStream, boolean) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by detecting correct charset.
load(Map<? super String, ? super String>, InputStream, String) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by specifying the charset.
load(Map<? super String, ? super String>, InputStream, String, boolean) - Static method in class org.zkoss.util.Maps
Reads a property list (key and element pairs) from the input stream, by specifying the charset.
load(K) - Method in interface org.zkoss.util.resource.Loader
Loads the resource.
load(Element) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions and imports defined in the specified DOM.
load(Taglib, Locator) - Method in class org.zkoss.xel.util.TaglibMapper
Loads function and class definitions from taglib.
Loader<K,​V> - Interface in org.zkoss.util.resource
A loader that could load a resource to another format.
Loader.Resource<V> - Class in org.zkoss.util.resource
Represents the more information about an object loaded by Loader.load(K).
loadFunctions(URL) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions defined in the specified URL.
loadFunctions(Element) - Static method in class org.zkoss.xel.taglib.Taglibs
Loads functions defined in the specified DOM.
locale - Variable in class org.zkoss.util.resource.Locators.StreamLocation
 
locale - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
Locales - Class in org.zkoss.util
The locale relevant utilities.
Locales() - Constructor for class org.zkoss.util.Locales
 
localizedYearOfDate(Date, Locale, TimeZone) - Static method in class org.zkoss.util.Dates
Get the year of a date in the specified locale.
locate(String) - Static method in class org.zkoss.io.Files
Locates a file based o the current Locale.
locate(String, Locale, Locator) - Static method in class org.zkoss.util.resource.Locators
Locates the filename based on the locale.
locate(Locale) - Method in interface org.zkoss.util.resource.LabelLocator
Returns URL containing the labels for the specified locale, or null if not available.
locate(Locale) - Method in interface org.zkoss.util.resource.LabelLocator2
Returns the input stream containing the label for the specified locale, or null if not available.
locateAsStream(String, Locale, Locator) - Static method in class org.zkoss.util.resource.Locators
Locates the input stream based on the locale, and returns the info of StreamLocation.
Location - Interface in org.zkoss.util.resource
Represents a location information inside a document.
Locator - Interface in org.zkoss.util.resource
A locator that is able to locate a resource.
Locator - Interface in org.zkoss.xml
The interface represents the source locator.
Locators - Class in org.zkoss.util.resource
Utilities to load and locate resources.
Locators - Class in org.zkoss.xml
Utilities to handle Locator.
Locators() - Constructor for class org.zkoss.util.resource.Locators
 
Locators() - Constructor for class org.zkoss.xml.Locators
 
Locators.StreamLocation - Class in org.zkoss.util.resource
the location information.
Locators.URLLocation - Class in org.zkoss.util.resource
the location information.
logio - Static variable in class org.zkoss.io.Serializables
The logger called org.zkoss.io.serializable used to log serialization information.
Longs - Class in org.zkoss.lang
Long relevant utilities.
Longs() - Constructor for class org.zkoss.lang.Longs
 
lookupNamespaceURI(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
lookupPrefix(String) - Method in class org.zkoss.idom.impl.AbstractItem
 

M

MacroStateCtx<E,​C,​IN,​E2,​C2> - Class in org.zkoss.fsm
The real power of StateMachine.
MacroStateCtx(StateMachine<E2, C2, IN>) - Constructor for class org.zkoss.fsm.MacroStateCtx
Construct a macro state, which consists of a state machine by itself.
Maps - Class in org.zkoss.util
Utilities for process Map.
Maps() - Constructor for class org.zkoss.util.Maps
 
Maps.SerializableEntry<K,​V> - Class in org.zkoss.util
A serializable implement of Map.Entry
match(Namespaceable, String, String, Pattern, int) - Static method in class org.zkoss.idom.impl.AbstractItem
Tests whether a namespaceable item matches the criteria.
max(Comparable, Comparable) - Static method in class org.zkoss.lang.Comparables
Given two comparables, return the maximum of the two.
MCommon - Interface in org.zkoss.mesg
 
Media - Interface in org.zkoss.util.media
Represents any multi-media, such as a voice, a pdf file, an excel file, an image and so on.
MediaTypeResolver - Interface in org.zkoss.util.media
The MediaTypeResolver interface.
merge(Date, Date, TimeZone) - Static method in class org.zkoss.util.Dates
merge the date part and time part of two specified dates into a date.
MESSAGE_CODE_NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
MESSAGE_ID - Static variable in interface org.zkoss.mesg.MCommon
 
Messageable - Interface in org.zkoss.mesg
Denotes an object that contains a message by use of an integer, called code.
MessageConst - Interface in org.zkoss.mesg
Defines the constants of message codes.
MessageConst.Aide - Class in org.zkoss.mesg
Used to handle the mapping of a message code to a filename.
MessageConst.BundleInfo - Class in org.zkoss.mesg
The info of each message bundle.
MessageFormats - Class in org.zkoss.text
The message formatting relevant utilities.
MessageFormats() - Constructor for class org.zkoss.text.MessageFormats
 
MessageFormats.NameInfo - Class in org.zkoss.text
Messages - Class in org.zkoss.mesg
The message manager.
Messages() - Constructor for class org.zkoss.mesg.Messages
 
Messages.Formatter - Interface in org.zkoss.mesg
The formatter used by Messages.get(int, Object[], Locale) to format the specified object.
method - Variable in class org.zkoss.lang.Classes.MethodInfo
 
MethodFunction - Class in org.zkoss.xel.util
A XEL function based on java.lang.reflect.Method.
MethodFunction(Method) - Constructor for class org.zkoss.xel.util.MethodFunction
 
MethodInfo(String, String, String[], String[], String) - Constructor for class org.zkoss.lang.Classes.MethodInfo
 
min(Comparable, Comparable) - Static method in class org.zkoss.lang.Comparables
Given two comparables, return the minimum of the two.
MINUS_ONE - Static variable in class org.zkoss.math.BigDecimals
Represents -1 in big decimal.
monthOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the month of a date.
monthOfDatePlus1(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the month of a date.
MultiCache<K,​V> - Class in org.zkoss.util
A CacheMap that uses multiple instanceof CacheMap to speed up the performance.
MultiCache() - Constructor for class org.zkoss.util.MultiCache
Constructs a multi cache with 17 initial caches.
MultiCache(int) - Constructor for class org.zkoss.util.MultiCache
Constructs a multi cache with the specified number of internal caches.
MultiCache(int, int, int) - Constructor for class org.zkoss.util.MultiCache
Constructs a multi cache with the specified number of internal caches, the max size and the lifetime.
MutableInteger - Class in org.zkoss.lang
Represents an integer that can be modified.
MutableInteger(int) - Constructor for class org.zkoss.lang.MutableInteger
 

N

name - Variable in class org.zkoss.xel.taglib.FunctionDefinition
Method's name.
names - Variable in class org.zkoss.text.MessageFormats.NameInfo
The name of relative position.
names() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns a readonly set of names of all elements.
Namespace - Class in org.zkoss.idom
Represents the namespace.
Namespace(String, String) - Constructor for class org.zkoss.idom.Namespace
Constructor.
Namespaceable - Interface in org.zkoss.idom
Represents a class that supports namespace.
new_(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class.
new_(Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class, and argument.
new_(Object, Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class, and two arguments.
new_(Object, Object, Object, Object) - Static method in class org.zkoss.xel.fn.CommonFns
Instantiates the specified class, and two arguments.
newAttrArray() - Method in class org.zkoss.idom.Element
Creates an empty list of attributes.
newAttribute(String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newAttribute(String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Attribute without namespace.
newAttribute(Namespace, String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newAttribute(Namespace, String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Attribute with namespace.
newCData(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newCData(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a CData.
newChildren() - Method in class org.zkoss.idom.Document
 
newChildren() - Method in class org.zkoss.idom.impl.AbstractGroup
Creates a list to hold child vertices.
newComment(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newComment(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Comment.
newDocType(String, String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newDocType(String, String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a DocType.
newDocument(Element, DocType) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newDocument(Element, DocType) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Document.
newELContext(XelContext) - Method in class org.zkoss.xel.zel.ELFactory
 
newELContext(XelContext) - Method in class org.zkoss.xel.zel.ELXelExpression
 
newElement(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newElement(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Element without namespace.
newElement(Namespace, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newElement(Namespace, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an Element with a namespace.
newELResolver(XelContext) - Method in class org.zkoss.xel.zel.XelELContext
 
newEntityRef(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newEntityRef(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates an EntityReference.
newExpressionFactory() - Static method in class org.zkoss.xel.Expressions
Instantiates an instance of ExpressionFactory.
newExpressionFactory() - Method in class org.zkoss.xel.zel.ELFactory
Returns the EL expression factory.
newExpressionFactory(Class<? extends ExpressionFactory>) - Static method in class org.zkoss.xel.Expressions
Instantiates an instance of ExpressionFactory.
newHandler() - Method in class org.zkoss.idom.input.SAXBuilder
Creates a SAX Handler.
newInstance(Class<?>, Class<?>[], Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class with the specified arguments and argument types.
newInstance(Class<?>, Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class with the specified argument.
newInstance(Class<?>, Object[]) - Method in class org.zkoss.xel.zel.ClassReflect
Instantiates a new instance of the specified class with the specified argument.
newInstance(Object[]) - Static method in class org.zkoss.lang.reflect.FusionInvoker
Creates an object that contains the all interfaces by wrapping giving object, targets.
newInstance(Object, Class[]) - Static method in class org.zkoss.lang.reflect.FacadeInvoker
Creates an object that implements the giving interfaces by wrapping a giving object, target.
newInstance(Object, Class[], ClassLoader) - Static method in class org.zkoss.lang.reflect.FacadeInvoker
Creates an object that implements the giving interfaces by wrapping a giving object, target.
newInstance(Object, Object) - Static method in class org.zkoss.lang.reflect.FusionInvoker
Use for only two object, see FusionInvoker.newInstance(Object[]).
newInstance(String) - Static method in class org.zkoss.image.encoder.ImageEncoders
Instantiates and returns the image encoder for the specified format.
newInstance(String, Class<?>[], Object[]) - Static method in class org.zkoss.lang.Classes
Instantiates a new instance of the specified class name with the specified arguments.
newInstanceByThread(String) - Static method in class org.zkoss.lang.Classes
Creates and initializes a new instance of the specified class name with default constructor, by use of Classes.forNameByThread(java.lang.String).
newInstanceByThread(String, Class<?>[], Object[]) - Static method in class org.zkoss.lang.Classes
Creates and initializes a new instance of the specified class name with the specified arguments, by use of Classes.forNameByThread(java.lang.String).
newProcessingInstruction(String, String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newProcessingInstruction(String, String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a processing instruction.
newText(String) - Method in class org.zkoss.idom.input.DefaultIDOMFactory
 
newText(String) - Method in interface org.zkoss.idom.input.IDOMFactory
Creates a Text.
next - Variable in class org.zkoss.lang.Strings.Result
The next index.
next() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
next() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
next() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
nextElement() - Method in class org.zkoss.util.CollectionsX.ArrayEnumeration
 
nextElement() - Method in class org.zkoss.util.CollectionsX.CollectionEnumeration
 
nextElement() - Method in class org.zkoss.util.CollectionsX.OneEnumeration
 
nextHashCode(int, int) - Static method in class org.zkoss.lang.Objects
Returns the next hash value by giving the previous one and a new one.
nextIndex() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
nextSeparator(String, int, char[], boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next separator index in the src string.
nextSeparator(String, int, char[], boolean, boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next separator index in the src string.
nextToken(String, int, char[]) - Static method in class org.zkoss.lang.Strings
Returns the next token with unescape.
nextToken(String, int, char[], boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next token with additional options.
nextToken(String, int, char[], boolean, boolean, boolean) - Static method in class org.zkoss.lang.Strings
Returns the next token with additional options.
nextWhitespace(CharSequence, int) - Static method in class org.zkoss.lang.Strings
Returns the next whitespace.
NO_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The Namespace for when not in a namespace
Nodes - Class in org.zkoss.xml
Node related utilities.
Nodes() - Constructor for class org.zkoss.xml.Nodes
 
normalize() - Method in class org.zkoss.idom.impl.AbstractItem
 
normalize(String) - Static method in class org.zkoss.io.Files
Normalizes the specified path.
normalize(String, String) - Static method in class org.zkoss.io.Files
Normalizes the concatenation of two paths.
normalizeDocument() - Method in class org.zkoss.idom.Document
 
NOT_A_FILE - Static variable in interface org.zkoss.mesg.MCommon
 
NOT_FOUND - Static variable in interface org.zkoss.mesg.MCommon
 
NotableLinkedList<E> - Class in org.zkoss.util
Linked list implementation of the List interface that provides the callback methods such as NotableLinkedList.onAdd(E, E), NotableLinkedList.onSet(E, E) and NotableLinkedList.onRemove(E).
NotableLinkedList() - Constructor for class org.zkoss.util.NotableLinkedList
 
notationDecl(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
now() - Static method in class org.zkoss.util.Dates
Returns the current time without rounding.
now(int) - Static method in class org.zkoss.util.Dates
Returns the current time but rounding to the specified precision of milliseconds.
NULL_CHARACTER - Static variable in class org.zkoss.lang.Objects
The null character.
NULL_CODE - Static variable in interface org.zkoss.mesg.MessageConst
Denotes a non-existent code.
NullInputStream - Class in org.zkoss.io
An input stream that returns nothing, a.k.a, an empty input stream.
NullInputStream() - Constructor for class org.zkoss.io.NullInputStream
 
NullReader - Class in org.zkoss.io
A reader that returns nothing, a.k.a, an empty reader.
NullReader() - Constructor for class org.zkoss.io.NullReader
 
NullWriter - Class in org.zkoss.io
A writer that drops all output.
NullWriter() - Constructor for class org.zkoss.io.NullWriter
 
NUMBER_PRECISION - Static variable in class org.zkoss.math.BigDecimals
Represents our number precision.
NUMBER_SCALE - Static variable in class org.zkoss.math.BigDecimals
Represents our number scale.

O

Objects - Class in org.zkoss.lang
Utilities related to the Object class.
Objects() - Constructor for class org.zkoss.lang.Objects
 
of(Object...) - Static method in class org.zkoss.util.Maps
Returns a map containing the given mappings.
onAdd(E, E) - Method in class org.zkoss.util.NotableLinkedList
Called each time an new element is about being added into the array.
onAdd(Attribute, Attribute) - Method in class org.zkoss.idom.Element.AttrArray
 
onAdd(Item, Item) - Method in class org.zkoss.idom.Document.ChildArray
 
onAdd(Item, Item) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onDebug(String) - Method in class org.zkoss.fsm.StateMachine
This method is call at certain situations when debug mode is on.
ONE - Static variable in class org.zkoss.math.BigDecimals
Represents 1 in big decimal.
OneCollection(E) - Constructor for class org.zkoss.util.CollectionsX.OneCollection
 
OneEnumeration(E) - Constructor for class org.zkoss.util.CollectionsX.OneEnumeration
 
OneIterator(E) - Constructor for class org.zkoss.util.CollectionsX.OneIterator
 
onExpunge(CacheMap.Value<V>) - Method in class org.zkoss.util.CacheMap
Called when a pair of key and value having been expunged.
onLand(IN, C, E) - Method in class org.zkoss.fsm.MacroStateCtx
 
onLand(IN, C, E) - Method in class org.zkoss.fsm.StateCtx
This method is called when the machine enters this state
onLeave(IN, C, E) - Method in class org.zkoss.fsm.MacroStateCtx
 
onLeave(IN, C, E) - Method in class org.zkoss.fsm.StateCtx
This method is called when the machine leaves this state
onReject(IN) - Method in class org.zkoss.fsm.StateMachine
This method is called when the machine rejects an input character
onReject(IN, C) - Method in class org.zkoss.fsm.StateCtx
This method is called when the machine rejects the input on this state
onRemove(E) - Method in class org.zkoss.util.NotableLinkedList
Called each time an element is about being removed from the array.
onRemove(Attribute) - Method in class org.zkoss.idom.Element.AttrArray
 
onRemove(Item) - Method in class org.zkoss.idom.Document.ChildArray
 
onRemove(Item) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onReset() - Method in class org.zkoss.fsm.StateMachine
This method is called at constructor and when reseting the machine.
onReturn(IN, C) - Method in class org.zkoss.fsm.MacroStateCtx
 
onReturn(IN, C) - Method in class org.zkoss.fsm.StateCtx
This method is called when the machine returns to the same state
onSet(E, E) - Method in class org.zkoss.util.NotableLinkedList
Called each time an element is about being assigned into the array and replace an existence one (by ListIterator.set).
onSet(Attribute, Attribute) - Method in class org.zkoss.idom.Element.AttrArray
 
onSet(Item, Item) - Method in class org.zkoss.idom.Document.ChildArray
 
onSet(Item, Item) - Method in class org.zkoss.idom.impl.AbstractGroup.ChildArray
 
onStart(IN, C, E) - Method in class org.zkoss.fsm.StateMachine
This method is called when the machine takes the first character.
onStop(boolean) - Method in class org.zkoss.fsm.MacroStateCtx
 
onStop(boolean) - Method in class org.zkoss.fsm.StateCtx
This method is called when the machine stops on this state
onStop(boolean) - Method in class org.zkoss.fsm.StateMachine
This method is called when the machine stops
onTransit(IN, C) - Method in interface org.zkoss.fsm.StateCtx.TransitionListener
 
OperationException - Exception in org.zkoss.lang
The expectable system exception denoting user's operation errors.
OperationException() - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object[]) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(int, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(String) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(String, Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
OperationException(Throwable) - Constructor for exception org.zkoss.lang.OperationException
 
org.zkoss - package org.zkoss
 
org.zkoss.fsm - package org.zkoss.fsm
 
org.zkoss.html - package org.zkoss.html
 
org.zkoss.idom - package org.zkoss.idom
 
org.zkoss.idom.impl - package org.zkoss.idom.impl
 
org.zkoss.idom.input - package org.zkoss.idom.input
 
org.zkoss.idom.transform - package org.zkoss.idom.transform
 
org.zkoss.idom.util - package org.zkoss.idom.util
 
org.zkoss.image - package org.zkoss.image
 
org.zkoss.image.encoder - package org.zkoss.image.encoder
 
org.zkoss.io - package org.zkoss.io
 
org.zkoss.json - package org.zkoss.json
 
org.zkoss.json.parser - package org.zkoss.json.parser
 
org.zkoss.lang - package org.zkoss.lang
 
org.zkoss.lang.reflect - package org.zkoss.lang.reflect
 
org.zkoss.math - package org.zkoss.math
 
org.zkoss.mesg - package org.zkoss.mesg
 
org.zkoss.sound - package org.zkoss.sound
 
org.zkoss.text - package org.zkoss.text
 
org.zkoss.util - package org.zkoss.util
 
org.zkoss.util.media - package org.zkoss.util.media
 
org.zkoss.util.resource - package org.zkoss.util.resource
 
org.zkoss.util.resource.impl - package org.zkoss.util.resource.impl
 
org.zkoss.video - package org.zkoss.video
 
org.zkoss.xel - package org.zkoss.xel
 
org.zkoss.xel.el - package org.zkoss.xel.el
 
org.zkoss.xel.fn - package org.zkoss.xel.fn
 
org.zkoss.xel.taglib - package org.zkoss.xel.taglib
 
org.zkoss.xel.util - package org.zkoss.xel.util
 
org.zkoss.xel.zel - package org.zkoss.xel.zel
 
org.zkoss.xml - package org.zkoss.xml
 

P

Pair<X,​Y> - Class in org.zkoss.util
A pair of keys.
Pair() - Constructor for class org.zkoss.util.Pair
 
Pair(X, Y) - Constructor for class org.zkoss.util.Pair
 
parse(Reader) - Static method in class org.zkoss.json.JSONValue
Parse (a.k.a., decode) JSON text into java object from the input source.
parse(Reader) - Method in class org.zkoss.json.parser.JSONParser
 
parse(Reader, ContainerFactory) - Method in class org.zkoss.json.parser.JSONParser
Parse JSON text into java object from the input source.
parse(String) - Static method in class org.zkoss.json.JSONValue
Parse (a.k.a., decode) JSON text into java object from the string.
parse(String) - Method in class org.zkoss.json.parser.JSONParser
 
parse(String, boolean) - Static method in class org.zkoss.text.DateFormats
Parses a string, that is formatted by DateFormats.format(java.util.Date, boolean), to a date.
parse(String, ContainerFactory) - Method in class org.zkoss.json.parser.JSONParser
 
parse(Collection<String>, String, char) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Collection<String>, String, char, boolean) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Collection<String>, String, char, boolean, boolean) - Static method in class org.zkoss.util.CollectionsX
Parses a string into a list.
parse(Map<? super String, ? super String>, String, char, char) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map<? super String, ? super String>, String, char, char, boolean) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map<? super String, ? super String>, String, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map<? super String, ? super String>, String, char, char, char) - Static method in class org.zkoss.util.Maps
Parses a string into a map.
parse(Map<? super String, ? super String>, String, char, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
Parse a string into a map.
parseByName(String) - Static method in class org.zkoss.text.MessageFormats
Parses a pattern and converts it to the format of java.text.MessageFormat.
parseData() - Method in class org.zkoss.idom.ProcessingInstruction
Returns the parsed data in the form of Map (never null).
parseDate(String, String) - Static method in class org.zkoss.xel.fn.CommonFns
Parses text from the beginning of the given string to produce a date.
parseDate(String, String, Locale, TimeZone, String, String) - Static method in class org.zkoss.xel.fn.CommonFns
Parses text from the beginning of the given string to produce a date.
ParseException - Exception in org.zkoss.json.parser
ParseException explains why and where the error occurs in source JSON text.
ParseException(int) - Constructor for exception org.zkoss.json.parser.ParseException
 
ParseException(int, int, Object) - Constructor for exception org.zkoss.json.parser.ParseException
 
ParseException(int, Object) - Constructor for exception org.zkoss.json.parser.ParseException
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.xel.el.ELFactory
 
parseExpression(XelContext, String, Class) - Method in class org.zkoss.xel.zel.ELFactory
 
parseExpression(XelContext, String, Class<?>) - Method in interface org.zkoss.xel.ExpressionFactory
Prepares (a.k.a., compiles) an expression.
parseMethod(String) - Static method in class org.zkoss.lang.Classes
Gets the method information from a signature.
parseMultiple(Map<? super String, Collection<String>>, String, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
Parse a string into a map that allows multiple values..
parseMultiple(Map<? super String, Collection<String>>, String, char, char, char, boolean, boolean) - Static method in class org.zkoss.util.Maps
Parse a string into a map that allows multiple values.
parseNumber(String, String) - Static method in class org.zkoss.xel.fn.CommonFns
Parses text from the beginning of the given string to produce a number.
parseNumber(String, String, Locale) - Static method in class org.zkoss.xel.fn.CommonFns
Parses text from the beginning of the given string to produce a number.
parseParams(Element, String, String, String) - Static method in class org.zkoss.idom.util.IDOMs
Parses a tree of parameter elements into a map.
parseToMap(Map<String, String>, String) - Static method in class org.zkoss.idom.ProcessingInstruction
Parses the raw data into a map.
parseVersion(String) - Static method in class org.zkoss.util.Utils
Parses the specified version into an array of integer.
pattern - Variable in class org.zkoss.text.MessageFormats.NameInfo
The pattern in the format of java.text.MessageFormat.
PNGEncoder - Class in org.zkoss.image.encoder
The encoder for encoding an image into the PNG format
PNGEncoder() - Constructor for class org.zkoss.image.encoder.PNGEncoder
 
popGroup() - Method in class org.zkoss.idom.input.SAXHandler
Pops out the current group, and the one under it becomes the new current group.
PotentialDeadLockException - Exception in org.zkoss.lang
Denote a potential dead lock might occur.
PotentialDeadLockException() - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object[]) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(int, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(String) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(String, Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
PotentialDeadLockException(Throwable) - Constructor for exception org.zkoss.lang.PotentialDeadLockException
 
prefix - Variable in class org.zkoss.xel.taglib.FunctionDefinition
Method's prefix.
previous() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
previousDate(Date) - Static method in class org.zkoss.util.Dates
Given a date, return the previous date of the given date (24 hrs before).
previousIndex() - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
Primitives - Class in org.zkoss.lang
Utilities regarding primitive type and its wrapper class.
Primitives() - Constructor for class org.zkoss.lang.Primitives
 
processingInstruction(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
ProcessingInstruction - Class in org.zkoss.idom
The iDOM processing instruction.
ProcessingInstruction() - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
ProcessingInstruction(String, String) - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
ProcessingInstruction(String, Map<String, String>) - Constructor for class org.zkoss.idom.ProcessingInstruction
Constructor.
PropertyBundle - Class in org.zkoss.util.resource
The property bundle.
PropertyBundle(String, Locale, Locator, boolean) - Constructor for class org.zkoss.util.resource.PropertyBundle
Constructor.
pushGroup(Group) - Method in class org.zkoss.idom.input.SAXHandler
Adds a new group to the current group as a child, and pushes the new group to be the new current group.
put(Object, Object) - Method in class org.zkoss.util.resource.ResourceCache
Don't use it.
put(String, String) - Static method in class org.zkoss.util.media.ContentTypes
Adds additional binding of the format and content type.
put(K, V) - Method in interface org.zkoss.util.Cache
Stores an object to the cache.
put(K, V) - Method in class org.zkoss.util.CacheMap
 
put(K, V) - Method in class org.zkoss.util.EmptyCacheMap
 
put(K, V) - Method in class org.zkoss.util.FastReadCache
 
put(K, V) - Method in class org.zkoss.util.MultiCache
 
put(Element, Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Put an element into the map.
putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.util.CacheMap
 

Q

QUOTE_UNMATCHED - Static variable in interface org.zkoss.mesg.MCommon
 

R

read() - Method in class org.zkoss.io.NullInputStream
 
read() - Method in class org.zkoss.io.RepeatableInputStream
 
read(byte[], int, int) - Method in class org.zkoss.io.RepeatableInputStream
 
read(char[], int, int) - Method in class org.zkoss.io.NullReader
 
read(char[], int, int) - Method in class org.zkoss.io.RepeatableReader
 
readAll(InputStream) - Static method in class org.zkoss.io.Files
Returns all bytes in the input stream, never null (but its length might zero).
readAll(Reader) - Static method in class org.zkoss.io.Files
Returns all characters in the reader, never null (but its length might zero).
register(Class, String) - Static method in class org.zkoss.mesg.MessageConst.Aide
Registers a message filename, and returns an identifier to represent it.
register(LabelLocator) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Registers a locator which is used to load the Locale-dependent labels from other resource, such as servlet contexts.
register(LabelLocator) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Registers a locator which is used to load the Locale-dependent labels from other resource, such as servlet contexts.
register(LabelLocator) - Static method in class org.zkoss.util.resource.Labels
Registers a locator which is used to load the Locale-dependent labels from other resource, such as servlet contexts.
register(LabelLocator2) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
register(LabelLocator2) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
register(LabelLocator2) - Static method in class org.zkoss.util.resource.Labels
Registers a locator which is used to load the Locale-dependent labels from other resource, such as database.
remove() - Method in class org.zkoss.util.CollectionsX.ArrayIterator
 
remove() - Method in class org.zkoss.util.CollectionsX.EnumerationIterator
 
remove() - Method in class org.zkoss.util.CollectionsX.OneIterator
 
remove(Object) - Method in interface org.zkoss.util.Cache
Removes an object from the cache.
remove(Object) - Method in class org.zkoss.util.CacheMap
 
remove(Object) - Method in class org.zkoss.util.FastReadCache
 
remove(Object) - Method in class org.zkoss.util.IdentityHashSet
 
remove(Object) - Method in class org.zkoss.util.MultiCache
 
remove(Object) - Method in class org.zkoss.util.resource.ResourceCache
It is OK to remove the resource if you don't want to cache it.
remove(Element) - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Remove e from the map.
remove(Cleanups.Cleanup) - Static method in class org.zkoss.util.Cleanups
Un-registers a cleanup.
remove(T) - Method in class org.zkoss.util.FastReadArray
Removes an object.
removeAttribute(String) - Method in class org.zkoss.idom.Element
 
removeAttribute(String) - Method in class org.zkoss.xel.util.SimpleXelContext
 
removeAttribute(String) - Method in class org.zkoss.xel.util.XelContextProxy
 
removeAttribute(String) - Method in interface org.zkoss.xel.XelContext
Removes the attribute.
removeAttributeNode(Attr) - Method in class org.zkoss.idom.Element
 
removeAttributeNS(String, String) - Method in class org.zkoss.idom.Element
 
removeBy(Comparable, boolean) - Method in class org.zkoss.util.FastReadArray
Removes the object(s) that matches the specified condition.
removeChild(Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
removeChild(Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
removeContent(String) - Method in class org.zkoss.idom.Element
Removes the content of the child element with the giving path, and the child element itself if no other child.
removeNamedItem(String) - Method in class org.zkoss.idom.Element.AttrMap
 
removeNamedItem(String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
removeNamedItemNS(String, String) - Method in class org.zkoss.idom.Element.AttrMap
 
removeNamedItemNS(String, String) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
removeState(E) - Method in class org.zkoss.fsm.StateMachine
Remove the state by token.
renameNode(Node, String, String) - Method in class org.zkoss.idom.Document
 
Repeatable - Interface in org.zkoss.io
Used to decorate java.io.InputStream or java.io.Reader to denote that it can be read repeatedly.
RepeatableInputStream - Class in org.zkoss.io
RepeatableInputStream adds functionality to another input stream, the ability to read repeatedly.
RepeatableMedia - Class in org.zkoss.util.media
RepeatableMedia adds functionality to another media, the ability to read repeatedly.
RepeatableReader - Class in org.zkoss.io
RepeatableReader adds functionality to another reader, the ability to read repeatedly.
replace(String, String, String) - Static method in class org.zkoss.xel.fn.StringFns
Replaces all occurrences of 'from' in 'src' with 'to'
replaceChild(Node, Node) - Method in class org.zkoss.idom.impl.AbstractGroup
 
replaceChild(Node, Node) - Method in class org.zkoss.idom.impl.AbstractItem
 
replaceData(int, int, String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
replaceWholeText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
reset() - Method in class org.zkoss.json.parser.JSONParser
Reset the parser to the initial state without resetting the underlying reader.
reset() - Method in interface org.zkoss.util.resource.impl.LabelLoader
Resets all cached labels and next call to LabelLoader.getLabel(java.util.Locale, java.lang.String) will cause re-loading the Locale-dependent labels.
reset() - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Resets all cached labels and next call to LabelLoaderImpl.getLabel(java.lang.String) will cause re-loading the Locale-dependent labels.
reset() - Static method in class org.zkoss.util.resource.Labels
Resets all cached labels and next call to Labels.getLabel(String) will cause re-loading the Locale dependent files.
reset(Reader) - Method in class org.zkoss.json.parser.JSONParser
Reset the parser to the initial state with a new character reader.
resize(Object, int) - Static method in class org.zkoss.util.ArraysX
Resizes the specified array.
resize(T[], int) - Static method in class org.zkoss.util.ArraysX
Resizes the specified generic array.
resolve(String) - Method in interface org.zkoss.util.media.MediaTypeResolver
Returns the content-type of the specified format for the specified filename extension, or null if not found.
resolve(ELContext, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
resolveClass(String) - Method in interface org.zkoss.lang.ClassResolver
Resolves the class of the specified name.
resolveClass(String) - Method in class org.zkoss.lang.ImportedClassResolver
 
resolveClass(String) - Method in class org.zkoss.lang.SimpleClassResolver
 
resolveClass(String) - Method in interface org.zkoss.xel.FunctionMapperExt
Resolves a class with the specified logic name, or null if not found.
resolveClass(String) - Method in class org.zkoss.xel.util.DualFunctionMapper
 
resolveClass(String) - Method in class org.zkoss.xel.util.SimpleMapper
 
resolveClass(String) - Method in class org.zkoss.xel.util.TaglibMapper
 
resolveEntity(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
resolveFunction(String, String) - Method in interface org.zkoss.xel.FunctionMapper
Resolves a function Function with the specified name and prefix.
resolveFunction(String, String) - Method in class org.zkoss.xel.util.DualFunctionMapper
 
resolveFunction(String, String) - Method in class org.zkoss.xel.util.SimpleMapper
 
resolveFunction(String, String) - Method in class org.zkoss.xel.util.TaglibMapper
 
resolveFunction(String, String) - Method in class org.zkoss.xel.zel.XelELMapper
 
resolveVariable(String) - Method in class org.zkoss.xel.util.SimpleResolver
 
resolveVariable(String) - Method in interface org.zkoss.xel.VariableResolver
Resolves the specified variable.
resolveVariable(VariableResolver, String) - Static method in class org.zkoss.xel.util.Evaluators
Resolves the variable based on the specified resolver.
resolveVariable(XelContext, Object, Object) - Static method in class org.zkoss.xel.util.Evaluators
Resolves the variable based on the specified context.
resolveVariable(XelContext, Object, Object) - Method in interface org.zkoss.xel.VariableResolverX
Resolves the the given variable on the given base object.
resolveVariable(XelContext, VariableResolver, Object, Object) - Static method in class org.zkoss.xel.util.Evaluators
Resolves the variable based on the the specified context and variable resolver.
resource - Variable in class org.zkoss.util.resource.Loader.Resource
The real resource that shall be returned by ResourceCache.get(java.lang.Object).
Resource(URL, Document) - Constructor for class org.zkoss.util.resource.XMLResourcesLocator.Resource
 
Resource(V, boolean) - Constructor for class org.zkoss.util.resource.Loader.Resource
 
ResourceCache<K,​V> - Class in org.zkoss.util.resource
Used to cache resources.
ResourceCache(Loader<K, V>) - Constructor for class org.zkoss.util.resource.ResourceCache
Constructor.
ResourceCache(Loader<K, V>, int) - Constructor for class org.zkoss.util.resource.ResourceCache
Constructor.
Result(int, char) - Constructor for class org.zkoss.lang.Strings.Result
 
Result(int, String, char) - Constructor for class org.zkoss.lang.Strings.Result
 
returnType - Variable in class org.zkoss.lang.Classes.MethodInfo
The return type (class name), or null if no specified.
round(long, int) - Static method in class org.zkoss.util.Dates
Rounds a date represented in long to the specified precision of milliseconds.
round(Date, int) - Static method in class org.zkoss.util.Dates
Truncates date to the nearest precision milliseconds.
RoundingModes - Class in org.zkoss.math
Utilities to handle the rounding mode.
run(IN) - Method in class org.zkoss.fsm.StateMachine
Feed the machine a single character
run(Iterator<IN>) - Method in class org.zkoss.fsm.StateMachine
Feed the machine a stream of characters

S

S_END - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_ARRAY - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_ERROR - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_FINISHED_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_OBJECT - Static variable in class org.zkoss.json.parser.JSONParser
 
S_IN_PAIR_VALUE - Static variable in class org.zkoss.json.parser.JSONParser
 
S_INIT - Static variable in class org.zkoss.json.parser.JSONParser
 
S_PASSED_PAIR_KEY - Static variable in class org.zkoss.json.parser.JSONParser
 
sanitizeURL(URL) - Static method in class org.zkoss.util.URLs
Sanitizes a URL to prevent MalformedURLException and SSRF warning.
SAXBuilder - Class in org.zkoss.idom.input
The builder based on SAX parsers.
SAXBuilder(boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor that creates the parser on-the-fly.
SAXBuilder(boolean, boolean, boolean) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor that creates the parser on-the-fly, that accepts an additional option, smartIgnore.
SAXBuilder(SAXParser) - Constructor for class org.zkoss.idom.input.SAXBuilder
Constructor which reuses a parser.
SAXHandler - Class in org.zkoss.idom.input
The SAX Handler.
SAXHandler() - Constructor for class org.zkoss.idom.input.SAXHandler
Constructor.
SAXHandler(IDOMFactory) - Constructor for class org.zkoss.idom.input.SAXHandler
Constructor.
separator - Variable in class org.zkoss.lang.Strings.Result
The separator found.
SerializableEntry(Map.Entry<K, V>) - Constructor for class org.zkoss.util.Maps.SerializableEntry
 
SerializableEntry(K, V) - Constructor for class org.zkoss.util.Maps.SerializableEntry
 
SerializableMethod - Class in org.zkoss.lang.reflect
A wrapper of java.lang.reflect.Method to make it serializable.
SerializableMethod(Method) - Constructor for class org.zkoss.lang.reflect.SerializableMethod
 
Serializables - Class in org.zkoss.io
Utilities to handle java.io.Serializable.
SERVICE_INIT_OK - Static variable in interface org.zkoss.mesg.MCommon
 
SERVICE_INIT_TWICE_NOT_ALLOWED - Static variable in interface org.zkoss.mesg.MCommon
 
SERVICE_STOP_OK - Static variable in interface org.zkoss.mesg.MCommon
 
set(E) - Method in class org.zkoss.util.CollectionsX.ArrayListIterator
 
set(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specified public filed or public method in the object.
setAccessible(AccessibleObject, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Changes the accessibility without throwing any exception.
setAttribute(String, Object) - Method in class org.zkoss.xel.util.SimpleXelContext
 
setAttribute(String, Object) - Method in class org.zkoss.xel.util.XelContextProxy
 
setAttribute(String, Object) - Method in interface org.zkoss.xel.XelContext
Sets the value of the specified attribute
setAttribute(String, String) - Method in class org.zkoss.idom.Element
 
setAttribute(Attribute) - Method in interface org.zkoss.idom.Attributable
Adds the giving attribute.
setAttribute(Attribute) - Method in class org.zkoss.idom.Element
 
setAttributeNode(Attr) - Method in class org.zkoss.idom.Element
 
setAttributeNodeNS(Attr) - Method in class org.zkoss.idom.Element
 
setAttributeNS(String, String, String) - Method in class org.zkoss.idom.Element
 
setAttributeValue(String, String) - Method in interface org.zkoss.idom.Attributable
Sets the value of the attribute with the giving tag name.
setAttributeValue(String, String) - Method in class org.zkoss.idom.Element
 
setBeanValue(String, Object) - Method in class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
 
setByCompound(Object, String, Object) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specified public field or public method in the object, without converting the specified val.
setByCompound(Object, String, Object, boolean) - Static method in class org.zkoss.lang.reflect.Fields
Sets the value of the specified public field or public method in the object.
setCheckPeriod(int) - Method in class org.zkoss.util.resource.ResourceCache
Sets how often to check (unit=milliseconds).
setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies that the parser produced by this code will convert CDATA to Text and append it to the adjacent (if any) text.
setCoalescing(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Specifies that the parser produced by this code will convert CDATA to Text and append it to the adjacent (if any) text.
setContent(Object) - Method in class org.zkoss.idom.Element
Sets the content of this element.
setContent(String, Object) - Method in class org.zkoss.idom.Element
Sets the content of the child element with the giving path.
setContentDisposition(boolean) - Method in class org.zkoss.util.media.AMedia
Set whether to allow Content-Disposition or not when writing the media to response header.
setContents(Collection<Element>, Object) - Static method in class org.zkoss.idom.util.IDOMs
Set the contents of elements.
setDaemon(Thread, boolean) - Static method in class org.zkoss.lang.Threads
Sets the priority without throwing any exception but log warning.
setData(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
setData(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setData(Map<String, String>) - Method in class org.zkoss.idom.ProcessingInstruction
Sets the raw data with a data map.
setDebugMode(boolean) - Method in class org.zkoss.fsm.StateMachine
Set debug mode, where StateMachine.onDebug(String) is called at certain timing to assist user develop the state machine
setDocType(DocType) - Method in class org.zkoss.idom.Document
Sets the document type.
setDocumentLocator(Locator) - Method in class org.zkoss.idom.input.SAXHandler
 
setDocumentURI(String) - Method in class org.zkoss.idom.Document
 
setEncoderClass(String, Class) - Static method in class org.zkoss.image.encoder.ImageEncoders
Sets the class of the image encoder for the specified format.
setEncodingAlpha(boolean) - Method in interface org.zkoss.image.encoder.ImageEncoder
Sets whether to encode the alpha transparency.
setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
setEncodingAlpha(boolean) - Method in class org.zkoss.image.encoder.PNGEncoder
 
setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies the org.xml.sax.EntityResolver to be used to resolve entities present in the XML document to be parsed.
setEntityResolver(EntityResolver) - Method in class org.zkoss.idom.input.SAXHandler
Specifies the org.xml.sax.EntityResolver to be used to resolve entities present in the XML document to be parsed.
setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies the org.xml.sax.ErrorHandler to be used to report errors present in the XML document to be parsed.
setErrorHandler(ErrorHandler) - Method in class org.zkoss.idom.input.SAXHandler
Specifies the org.xml.sax.ErrorHandler to be used to report errors present in the XML document to be parsed.
setErrorListener(ErrorListener) - Method in class org.zkoss.idom.transform.Transformer
Set the error event listener in effect for the transformation.
setErrorType(int) - Method in exception org.zkoss.json.parser.ParseException
 
setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Sets whether to expand entities during parsing.
setExpandEntityReferences(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Sets whether to expand entities during parsing.
setExpressionFactoryClass(Class<? extends ExpressionFactory>) - Static method in class org.zkoss.xel.Expressions
Sets the implementation of the expression factory that shall be used by the whole system, or null to use the system default.
setFormatter(Messages.Formatter) - Static method in class org.zkoss.mesg.Messages
Sets the formatter used by Messages.get(int, Object[], Locale).
setFunctionMapper(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleXelContext
Sets the function mapper, or null if not available.
setIdAttribute(String, boolean) - Method in class org.zkoss.idom.Element
 
setIdAttributeNode(Attr, boolean) - Method in class org.zkoss.idom.Element
 
setIdAttributeNS(String, String, boolean) - Method in class org.zkoss.idom.Element
 
setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXBuilder
Sets the iDOM factory.
setIDOMFactory(IDOMFactory) - Method in class org.zkoss.idom.input.SAXHandler
Sets the iDOM factory.
setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Specifies that the parser produced by this code will ignore comments.
setIgnoringComments(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Specifies that the parser produced by this code will ignore comments.
setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXBuilder
Sets whether the parser should eliminate whitespace in element content.
setIgnoringElementContentWhitespace(boolean) - Method in class org.zkoss.idom.input.SAXHandler
Sets whether the parser should eliminate whitespace in element content.
setInternalSubset(String) - Method in class org.zkoss.idom.DocType
Sets the data for the internal subset.
setLifetime(int) - Method in interface org.zkoss.util.Cache
Sets the minimal lifetime.
setLifetime(int) - Method in class org.zkoss.util.CacheMap
Sets the minimal lifetime.
setLifetime(int) - Method in class org.zkoss.util.EmptyCacheMap
 
setLifetime(int) - Method in class org.zkoss.util.FastReadCache
 
setLifetime(int) - Method in class org.zkoss.util.MultiCache
 
setLocalFormatInfo(DateFormatInfo) - Static method in class org.zkoss.text.DateFormats
Sets the info of date/time format for the current thread.
setLocalName(String) - Method in class org.zkoss.idom.Attribute
Sets the local name of this attribute.
setLocalName(String) - Method in class org.zkoss.idom.Element
 
setLocalName(String) - Method in interface org.zkoss.idom.Namespaceable
Sets the local name of this item.
setLocator(Locator) - Method in class org.zkoss.idom.impl.AbstractItem
 
setLocator(Locator) - Method in interface org.zkoss.idom.Item
Sets the locator of this item.
setMaster(StateMachine<E, C, IN>) - Method in class org.zkoss.fsm.StateCtx
Sets the owner state machine.
setMaxSize(int) - Method in interface org.zkoss.util.Cache
Sets the maximal allowed size.
setMaxSize(int) - Method in class org.zkoss.util.CacheMap
Sets the maximal allowed size.
setMaxSize(int) - Method in class org.zkoss.util.EmptyCacheMap
 
setMaxSize(int) - Method in class org.zkoss.util.FastReadCache
 
setMaxSize(int) - Method in class org.zkoss.util.MultiCache
 
setName(String) - Method in class org.zkoss.idom.Attribute
 
setName(String) - Method in class org.zkoss.idom.DocType
 
setName(String) - Method in class org.zkoss.idom.Element
Sets the tag name of the element.
setName(String) - Method in class org.zkoss.idom.EntityReference
 
setName(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setName(String) - Method in interface org.zkoss.idom.Item
Sets the name of the item.
setName(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setNamedItem(Node) - Method in class org.zkoss.idom.Element.AttrMap
 
setNamedItem(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
setNamedItemNS(Node) - Method in class org.zkoss.idom.Element.AttrMap
 
setNamedItemNS(Node) - Method in class org.zkoss.idom.impl.EmptyNamedNodeMap
 
setNamespace(String, String) - Method in class org.zkoss.idom.Attribute
Sets the namespace.
setNamespace(String, String) - Method in class org.zkoss.idom.Element
Sets the namespace.
setNamespace(Namespace) - Method in class org.zkoss.idom.Attribute
Sets the namespace.
setNamespace(Namespace) - Method in class org.zkoss.idom.Element
Sets the namespace.
setNamespace(Namespace) - Method in interface org.zkoss.idom.Namespaceable
Sets the namespace.
setNodeValue(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setOutputProperties(Properties) - Method in class org.zkoss.idom.transform.Transformer
Set the output properties for the transformation.
setOutputProperty(String, String) - Method in class org.zkoss.idom.transform.Transformer
Set an output property that will be in effect for the transformation.
setOwner(Item) - Method in class org.zkoss.idom.Attribute
Sets the item that owns this attribute.
setParent(Group) - Method in class org.zkoss.idom.impl.AbstractItem
 
setParent(Group) - Method in interface org.zkoss.idom.Item
Sets the parent item.
setParent(Item) - Method in class org.zkoss.idom.Attribute
 
setParent(FunctionMapper) - Method in class org.zkoss.xel.util.SimpleMapper
Sets the parent mapper.
setParent(VariableResolver) - Method in class org.zkoss.xel.util.SimpleResolver
Sets the parent.
setPosition(int) - Method in exception org.zkoss.json.parser.ParseException
 
setPrefix(String) - Method in class org.zkoss.idom.Attribute
Sets the namespace prefix of this attribute.
setPrefix(String) - Method in class org.zkoss.idom.Element
 
setPrefix(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setPriority(Thread, int) - Static method in class org.zkoss.lang.Threads
Sets the priority without throwing any exception but log warning.
setProperties(String, List<String>) - Static method in class org.zkoss.lang.Library
Sets the library properties indicated by the specified key.
setProperty(String, String) - Static method in class org.zkoss.lang.Library
Sets the library property indicated by the specified key.
setPublicId(String) - Method in class org.zkoss.idom.DocType
Sets the public ID of an externally referenced DTD, or an empty String if none is referenced.
setQuality(float) - Method in interface org.zkoss.image.encoder.ImageEncoder
Sets the quality of the image encoding.
setQuality(float) - Method in class org.zkoss.image.encoder.JPEGEncoder
 
setQuality(float) - Method in class org.zkoss.image.encoder.PNGEncoder
 
setReturningAll(boolean) - Method in class org.zkoss.fsm.StateCtx
Set whether returns to this state upon meeting unspecified characters
setRootElement(Element) - Method in class org.zkoss.idom.Document
Sets the root element.
setState(E, StateCtx<E, C, IN>) - Method in class org.zkoss.fsm.StateMachine
Set the state by token
setStrictErrorChecking(boolean) - Method in class org.zkoss.idom.Document
 
setSystemId(String) - Method in class org.zkoss.idom.DocType
Sets the system ID of an externally referenced DTD, or an empty String if none is referenced.
setTagName(String) - Method in class org.zkoss.idom.Attribute
Sets the tag name.
setTagName(String) - Method in class org.zkoss.idom.Element
 
setTagName(String) - Method in interface org.zkoss.idom.Namespaceable
Sets the tag name of this item.
setTarget(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setText(String) - Method in class org.zkoss.idom.Attribute
 
setText(String) - Method in class org.zkoss.idom.Binary
 
setText(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setText(String) - Method in class org.zkoss.idom.impl.AbstractTextual
 
setText(String) - Method in interface org.zkoss.idom.Item
Sets the text of this item.
setText(String) - Method in class org.zkoss.idom.ProcessingInstruction
 
setTextContent(String) - Method in class org.zkoss.idom.impl.AbstractItem
 
setThreadLocal(Locale) - Static method in class org.zkoss.util.Locales
Sets the locale for the current thread only.
setThreadLocal(TimeZone) - Static method in class org.zkoss.util.TimeZones
Sets the time-zone for the current thread only.
setUnexpectedObject(Object) - Method in exception org.zkoss.json.parser.ParseException
 
setUserData(String, Object, UserDataHandler) - Method in class org.zkoss.idom.impl.AbstractItem
 
setValue(int) - Method in class org.zkoss.lang.MutableInteger
Sets the value of this MutableInteger.
setValue(Object) - Method in interface org.zkoss.idom.Binable
Sets the value of a item that accepts any type as its value.
setValue(Object) - Method in class org.zkoss.idom.Binary
 
setValue(String) - Method in class org.zkoss.idom.Attribute
Sets the value of this attribute.
setValue(XelContext, Object) - Method in interface org.zkoss.xel.ExpressionX
Set values into the property resolved by this expression.
setValue(XelContext, Object) - Method in class org.zkoss.xel.zel.ELXelExpression
 
setValue(ELContext, Object, Object, Object) - Method in class org.zkoss.xel.zel.XelELResolver
 
setValue(V) - Method in class org.zkoss.util.Maps.SerializableEntry
 
setVariableResolver(VariableResolver) - Method in interface org.zkoss.util.resource.impl.LabelLoader
Sets the variable resolver, which is used if an EL expression is specified.
setVariableResolver(VariableResolver) - Method in class org.zkoss.util.resource.impl.LabelLoaderImpl
Sets the variable resolver, which is used if an EL expression is specified.
setVariableResolver(VariableResolver) - Static method in class org.zkoss.util.resource.Labels
Sets the variable resolver, which is used if an EL expression is specified.
setVariableResolver(VariableResolver) - Method in class org.zkoss.xel.util.SimpleXelContext
Sets the variable resolver, or null if not available.
setXmlStandalone(boolean) - Method in class org.zkoss.idom.Document
 
setXmlVersion(String) - Method in class org.zkoss.idom.Document
 
shallCheck(K, long) - Method in class org.zkoss.util.resource.AbstractLoader
 
shallCheck(K, long) - Method in interface org.zkoss.util.resource.Loader
Returns whether to call Loader.getLastModified(K).
shallExpunge() - Method in class org.zkoss.util.CacheMap
Returns whether it is time to expunge.
shrink(Object, int, int) - Static method in class org.zkoss.util.ArraysX
Shrink the specified array.
shrink(T[], int, int) - Static method in class org.zkoss.util.ArraysX
Shrink the specified array.
SimpleClassResolver - Class in org.zkoss.lang
A simple resolver that depends on Classes.forNameByThread(java.lang.String).
SimpleClassResolver() - Constructor for class org.zkoss.lang.SimpleClassResolver
 
SimpleMapper - Class in org.zkoss.xel.util
A simple function mapper.
SimpleMapper() - Constructor for class org.zkoss.xel.util.SimpleMapper
 
SimpleMapper(FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleMapper
 
SimpleResolver - Class in org.zkoss.xel.util
A simple resolver that retrieve variable from a map.
SimpleResolver() - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver.
SimpleResolver(Map<String, ?>) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with an object map.
SimpleResolver(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with a parent.
SimpleResolver(VariableResolver, Map<String, ?>) - Constructor for class org.zkoss.xel.util.SimpleResolver
Constructs a resolver with a parent and an object map.
SimpleXelContext - Class in org.zkoss.xel.util
A simple implementation of XelContext.
SimpleXelContext() - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
SimpleXelContext(VariableResolver) - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
SimpleXelContext(VariableResolver, FunctionMapper) - Constructor for class org.zkoss.xel.util.SimpleXelContext
 
size() - Method in class org.zkoss.idom.impl.AbstractGroup.ElementMap
Returns the number of elements.
size() - Method in class org.zkoss.util.CacheMap
 
size() - Method in class org.zkoss.util.CollectionsX.ArrayCollection
 
size() - Method in class org.zkoss.util.CollectionsX.ArrayList
 
size() - Method in class org.zkoss.util.CollectionsX.OneCollection
 
size() - Method in class org.zkoss.util.DualCollection
 
size() - Method in class org.zkoss.util.FastReadArray
Returns the size.
size() - Method in class org.zkoss.util.IdentityHashSet
 
size() - Method in class org.zkoss.util.NotableLinkedList
 
sizeWithoutExpunge() - Method in class org.zkoss.util.CacheMap
Returns the size without trying to expunge first.
SKIPS - Static variable in class org.zkoss.util.Checksums
The default skips.
skipWhitespaces(CharSequence, int) - Static method in class org.zkoss.lang.Strings
Returns the next index after skipping whitespaces.
skipWhitespacesBackward(CharSequence, int) - Static method in class org.zkoss.lang.Strings
sleep(int) - Static method in class org.zkoss.lang.Threads
Put the current thread to sleep for a while.
smartRead(ObjectInputStream, Collection<T>) - Static method in class org.zkoss.io.Serializables
Reads serializable elements back (serialized by Serializables.smartWrite(ObjectOutputStream,Collection))
smartRead(ObjectInputStream, List<T>) - Static method in class org.zkoss.io.Serializables
Reads serializable elements back (serialized by Serializables.smartWrite(ObjectOutputStream,Collection))
smartRead(ObjectInputStream, Map<K, V>) - Static method in class org.zkoss.io.Serializables
Reads serializable entries back (serialized by Serializables.smartWrite(ObjectOutputStream,Map)).
smartWrite(ObjectOutputStream, Object) - Static method in class org.zkoss.io.Serializables
Writes the given value only if it is serializable.
smartWrite(ObjectOutputStream, Collection<T>) - Static method in class org.zkoss.io.Serializables
Writes only serializable elements of the specified collection.
smartWrite(ObjectOutputStream, Map<K, V>) - Static method in class org.zkoss.io.Serializables
Writes only serializable entries of the specified map.
smartWrite(ObjectOutputStream, T[]) - Static method in class org.zkoss.io.Serializables
Writes only serializable elements of the specified array.
split(int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
split(int) - Method in interface org.zkoss.idom.Textual
Splits at the specified offset into two Textual objects.
split(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Splits a string.
splitText(int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
StandardBeanNameResolver() - Constructor for class org.zkoss.xel.zel.XelELResolver.StandardBeanNameResolver
 
start(IN) - Method in class org.zkoss.fsm.StateMachine
Starts the machine with a single input character.
start(Iterator<IN>) - Method in class org.zkoss.fsm.StateMachine
Starts the machine with a stream of input characters.
startCDATA() - Method in class org.zkoss.idom.input.SAXHandler
 
startDocument() - Method in class org.zkoss.idom.input.SAXHandler
 
startDTD(String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
startElement(String, String, String, Attributes) - Method in class org.zkoss.idom.input.SAXHandler
 
startEntity(String) - Method in class org.zkoss.idom.input.SAXHandler
 
startPrefixMapping(String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
startsWith(String, String) - Static method in class org.zkoss.xel.fn.StringFns
Tests if this string starts with the specified prefix.
StateCtx<E,​C,​IN> - Class in org.zkoss.fsm
A context for a State in a StateMachine, holding returning and transition information.
StateCtx() - Constructor for class org.zkoss.fsm.StateCtx
Creates a new state context
StateCtx.TransitionListener<IN,​C> - Interface in org.zkoss.fsm
 
StateMachine<E,​C,​IN> - Class in org.zkoss.fsm
A Finite State Machine implementation.
StateMachine() - Constructor for class org.zkoss.fsm.StateMachine
Construct a state machine
StateMachine.StateMachineException - Exception in org.zkoss.fsm
 
StateMachineException(int, Object, Object) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
 
StateMachineException(int, Object, Object, String) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
 
StateMachineException(String) - Constructor for exception org.zkoss.fsm.StateMachine.StateMachineException
 
stream - Variable in class org.zkoss.util.resource.Locators.StreamLocation
 
StreamLocation(InputStream, Locale) - Constructor for class org.zkoss.util.resource.Locators.StreamLocation
 
StringFns - Class in org.zkoss.xel.fn
Functions to manipulate strings in EL.
StringFns() - Constructor for class org.zkoss.xel.fn.StringFns
 
Strings - Class in org.zkoss.lang
String utilities and constants
Strings() - Constructor for class org.zkoss.lang.Strings
 
Strings.Result - Class in org.zkoss.lang
StyleSheet - Class in org.zkoss.html
Represents a style sheet.
StyleSheet(String, String) - Constructor for class org.zkoss.html.StyleSheet
Creates by specifying the file to contain the style sheets.
StyleSheet(String, String, boolean) - Constructor for class org.zkoss.html.StyleSheet
Creates by assigning the content (style sheets).
StyleSheet(String, String, String, boolean) - Constructor for class org.zkoss.html.StyleSheet
Creates by assigning the content (style sheets).
StyleSheet(String, String, String, boolean, boolean) - Constructor for class org.zkoss.html.StyleSheet
Creates by assigning the content (style sheets).
substring(String, int, char) - Static method in class org.zkoss.lang.Strings
Returns the substring from the from index up to the until character or end-of-string.
substring(String, int, char, boolean) - Static method in class org.zkoss.lang.Strings
Returns the substring from the from index up to the until character or end-of-string.
substring(String, int, int) - Static method in class org.zkoss.xel.fn.StringFns
Returns a new string that is a substring of this string.
substringData(int, int) - Method in class org.zkoss.idom.impl.AbstractTextual
 
subtract(Date, TimeZone, int, Date) - Static method in class org.zkoss.util.Dates
Date Arithmetic function (date2 - date1). subtract a date from another date, return the difference as the required fields.
suspend() - Method in class org.zkoss.fsm.StateMachine
Suspend the machine
SystemException - Exception in org.zkoss.lang
Indicates a system exception.
SystemException() - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object[]) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Object[], Throwable) - Constructor for exception org.zkoss.lang.SystemException
Constructs an SystemException by use of an error code.
SystemException(int, Object, Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(int, Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(String) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException(String, Throwable) - Constructor for exception org.zkoss.lang.SystemException
Constructs a SystemException by specifying message directly.
SystemException(Throwable) - Constructor for exception org.zkoss.lang.SystemException
 
SystemException.Aide - Class in org.zkoss.lang
Utilities.

T

Taglib - Class in org.zkoss.xel.taglib
Represents a taglib.
Taglib(String, String) - Constructor for class org.zkoss.xel.taglib.Taglib
 
TaglibDefinition - Class in org.zkoss.xel.taglib
Represents the content of a taglib.
TaglibDefinition() - Constructor for class org.zkoss.xel.taglib.TaglibDefinition
 
TaglibMapper - Class in org.zkoss.xel.util
A function mapper that is capable to load function and class definitions from taglib.
TaglibMapper() - Constructor for class org.zkoss.xel.util.TaglibMapper
 
Taglibs - Class in org.zkoss.xel.taglib
Utilities to handle taglib.
Taglibs() - Constructor for class org.zkoss.xel.taglib.Taglibs
 
tagNameOf(String) - Method in class org.zkoss.idom.Namespace
Gets the tag name of the giving local name.
terminate() - Method in class org.zkoss.fsm.StateMachine
Terminates the machine.
testCurrent(String, String) - Static method in class org.zkoss.util.Locales
Returns whether the current locale (Locales.getCurrent()) belongs to the specified language and/or country.
Text - Class in org.zkoss.idom
The iDOM Text.
Text() - Constructor for class org.zkoss.idom.Text
Constructor.
Text(String) - Constructor for class org.zkoss.idom.Text
Constructor.
Textual - Interface in org.zkoss.idom
Represents an object that is mainly for storing "text".
THE - Static variable in class org.zkoss.idom.impl.DOMImplementation
DOM implementation singleton.
THE - Static variable in class org.zkoss.idom.impl.EmptyNamedNodeMap
The ONLY instance of EmptyNamedNodeMap.
Threads - Class in org.zkoss.lang
Thread relevant utilities.
Threads() - Constructor for class org.zkoss.lang.Threads
 
throwsEx - Variable in class org.zkoss.lang.Classes.MethodInfo
 
TimeZones - Class in org.zkoss.util
Utilities to access time-zone.
TimeZones() - Constructor for class org.zkoss.util.TimeZones
 
toArray() - Method in class org.zkoss.util.FastReadArray
Returns the array (never null).
toArray(Collection<? extends T>, T[], int, int) - Static method in class org.zkoss.util.CollectionsX
Returns the specified range of the given collection; the runtime type of the returned array is that of the specified array.
toArray(Collection, int, int) - Static method in class org.zkoss.util.CollectionsX
Returns the specified range of the specified collection into a new array.
toAttributeName(String) - Static method in class org.zkoss.lang.Classes
Converts a method name to an attribute name by removing the prefix is, get or set, or null if it doesn't start with is, get or set.
toBigDecimal(byte) - Static method in class org.zkoss.math.BigDecimals
Converts a byte to a big decimal with a scale without.
toBigDecimal(double, int) - Static method in class org.zkoss.math.BigDecimals
Converts a double to a big decimal with a scale.
toBigDecimal(double, int, int) - Static method in class org.zkoss.math.BigDecimals
Converts a double to a big decimal with a scale.
toBigDecimal(int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale without.
toBigDecimal(int, int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale.
toBigDecimal(long) - Static method in class org.zkoss.math.BigDecimals
Converts a long to a big decimal with a scale without.
toBigDecimal(long, int) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale.
toBigDecimal(short) - Static method in class org.zkoss.math.BigDecimals
Converts a short to a big decimal with a scale without.
toBigDecimal(Byte) - Static method in class org.zkoss.math.BigDecimals
Converts a byte to a big decimal with a scale without.
toBigDecimal(Integer) - Static method in class org.zkoss.math.BigDecimals
Converts an integer to a big decimal with a scale without.
toBigDecimal(Long) - Static method in class org.zkoss.math.BigDecimals
Converts a long to a big decimal with a scale without.
toBigDecimal(Short) - Static method in class org.zkoss.math.BigDecimals
Converts a short to a big decimal with a scale without.
toBigInteger(byte) - Static method in class org.zkoss.math.BigIntegers
Converts a byte to a big integer.
toBigInteger(int) - Static method in class org.zkoss.math.BigIntegers
Converts an integer to a big integer.
toBigInteger(long) - Static method in class org.zkoss.math.BigIntegers
Converts a long to a big integer.
toBigInteger(short) - Static method in class org.zkoss.math.BigIntegers
Converts a short to a big integer.
toBigInteger(Byte) - Static method in class org.zkoss.math.BigIntegers
Converts a byte to a big integer.
toBigInteger(Integer) - Static method in class org.zkoss.math.BigIntegers
Converts an integer to a big integer.
toBigInteger(Long) - Static method in class org.zkoss.math.BigIntegers
Converts a long to a big integer.
toBigInteger(Short) - Static method in class org.zkoss.math.BigIntegers
Converts a short to a big integer.
toBoolean(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a boolean.
toByteArray(byte) - Static method in class org.zkoss.lang.Objects
Converts a byte to a big-endian byte array.
toByteArray(int) - Static method in class org.zkoss.lang.Objects
Converts an integer to a big-endian byte array.
toByteArray(long) - Static method in class org.zkoss.lang.Objects
Converts a long to a big-endian byte array.
toByteArray(short) - Static method in class org.zkoss.lang.Objects
Converts a short to a big-endian byte array.
toChar(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to an character.
toCharArray(Object) - Static method in class org.zkoss.lang.Objects
Converts any object to a character array.
toClass(String) - Static method in class org.zkoss.lang.Primitives
Converts a primitive from name to the class, or null if it is not a primitive class.
toContents(Object) - Static method in class org.zkoss.idom.util.IDOMs
Converts elements to their contents if the giving object is an element or an array or a collection of elements.
today() - Static method in class org.zkoss.util.Dates
Returns today by setting time to 0:0:0.
toDecimal(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a (big) decimal.
toHexString(byte[]) - Static method in class org.zkoss.util.ArraysX
Returns the hex String representation of a byte array without prefix 0x.
toImageIcon() - Method in class org.zkoss.image.AImage
Converts to an image icon.
toImageIcon() - Method in interface org.zkoss.image.Image
Converts to an image icon.
toInt(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to an integer.
toInternalForm(String) - Static method in class org.zkoss.lang.Classes
Change class name to internal form (e.g. byte[] -> [B]).
toJSONString() - Method in class org.zkoss.json.JavaScriptValue
 
toJSONString() - Method in class org.zkoss.json.JSONArray
Encodes this object to a JSON string.
toJSONString() - Method in interface org.zkoss.json.JSONAware
 
toJSONString() - Method in class org.zkoss.json.JSONObject
Encodes this object to a JSON string.
toJSONString(boolean) - Static method in class org.zkoss.json.JSONValue
Converts a boolean to JSON text
toJSONString(boolean[]) - Static method in class org.zkoss.json.JSONArray
Convert a boolean array to JSON text.
toJSONString(byte) - Static method in class org.zkoss.json.JSONValue
Converts a byte to JSON text
toJSONString(byte[]) - Static method in class org.zkoss.json.JSONArray
Convert a byte array to JSON text.
toJSONString(char) - Static method in class org.zkoss.json.JSONValue
Converts a char to JSON text
toJSONString(char[]) - Static method in class org.zkoss.json.JSONArray
Convert a char array to JSON text.
toJSONString(double) - Static method in class org.zkoss.json.JSONValue
Converts a double to JSON text
toJSONString(double[]) - Static method in class org.zkoss.json.JSONArray
Convert a double array to JSON text.
toJSONString(float) - Static method in class org.zkoss.json.JSONValue
Converts a float to JSON text
toJSONString(float[]) - Static method in class org.zkoss.json.JSONArray
Convert a float array to JSON text.
toJSONString(int) - Static method in class org.zkoss.json.JSONValue
Converts an integer to JSON text
toJSONString(int[]) - Static method in class org.zkoss.json.JSONArray
Convert an integer array to JSON text.
toJSONString(long) - Static method in class org.zkoss.json.JSONValue
Converts a long to JSON text
toJSONString(long[]) - Static method in class org.zkoss.json.JSONArray
Convert a long array to JSON text.
toJSONString(short) - Static method in class org.zkoss.json.JSONValue
Converts a short to JSON text
toJSONString(short[]) - Static method in class org.zkoss.json.JSONArray
Convert a short array to JSON text.
toJSONString(Object) - Static method in class org.zkoss.json.JSONValue
Convert (a.k.a., encode) an object to JSON text.
toJSONString(Object[]) - Static method in class org.zkoss.json.JSONArray
Convert an object array to JSON text.
toJSONString(Collection) - Static method in class org.zkoss.json.JSONArray
Convert a list to JSON text.
toJSONString(Map) - Static method in class org.zkoss.json.JSONObject
Convert (aka., encode) a map to JSON text.
token - Variable in class org.zkoss.lang.Strings.Result
The converted string.
toLocaleString(BigDecimal, Locale) - Static method in class org.zkoss.math.BigDecimals
Return a string representation of this BigDecimal without an exponent field, which respects the given locale.
toLocation(SourceLocator) - Static method in class org.zkoss.xml.Locators
Converts an instance of SourceLocator to Location.
toLocation(Locator) - Static method in class org.zkoss.xml.Locators
Converts an instance of Locator to Location.
toLocation(Locator) - Static method in class org.zkoss.xml.Locators
Converts an instance of Locator to Location.
toLowerCase(String) - Static method in class org.zkoss.xel.fn.StringFns
Converts all of the characters in this String to upper case using the rules of the current Locale.
toMethod() - Method in interface org.zkoss.xel.Function
Converts this function to a method, or null if unable to convert.
toMethod() - Method in class org.zkoss.xel.util.MethodFunction
 
toMethodName(String, String) - Static method in class org.zkoss.lang.Classes
Convert an attribute name, returned by toAttributeName, to a method name.
toNumber(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a number.
toOctalString(byte[], String) - Static method in class org.zkoss.util.ArraysX
Returns the octal String representation of a byte array with optional prefix.
toPrimitive(Boolean) - Static method in class org.zkoss.lang.Primitives
Convert Boolean object to primitive boolean.
toPrimitive(Byte) - Static method in class org.zkoss.lang.Primitives
Convert Byte object to primitive byte.
toPrimitive(Character) - Static method in class org.zkoss.lang.Primitives
Convert Character object to primitive char.
toPrimitive(Class) - Static method in class org.zkoss.lang.Primitives
Returns the primitive class of the giving wrapper class, or null if it is not a wrapper class.
toPrimitive(Double) - Static method in class org.zkoss.lang.Primitives
Convert Double object to primitive double.
toPrimitive(Float) - Static method in class org.zkoss.lang.Primitives
Convert Float object to primitive float.
toPrimitive(Integer) - Static method in class org.zkoss.lang.Primitives
Convert Integer object to primitive int.
toPrimitive(Long) - Static method in class org.zkoss.lang.Primitives
Convert Long object to primitive long.
toPrimitive(Short) - Static method in class org.zkoss.lang.Primitives
Convert Short object to primitive short.
toReadable(long, String) - Static method in class org.zkoss.util.Checksums
Returns a readable string plus a checksum.
toReadableChar(int, String) - Static method in class org.zkoss.util.Checksums
Returns the character of the specified val by skipping skips.
toString() - Method in class org.zkoss.html.JavaScript
 
toString() - Method in class org.zkoss.html.StyleSheet
 
toString() - Method in class org.zkoss.idom.Attribute
 
toString() - Method in class org.zkoss.idom.Binary
Gets the textual representation for debug.
toString() - Method in class org.zkoss.idom.DocType
 
toString() - Method in class org.zkoss.idom.Document
 
toString() - Method in class org.zkoss.idom.Element
 
toString() - Method in class org.zkoss.idom.EntityReference
 
toString() - Method in class org.zkoss.idom.impl.AbstractTextual
Gets the textual representation for debug.
toString() - Method in class org.zkoss.idom.Namespace
 
toString() - Method in class org.zkoss.idom.ProcessingInstruction
 
toString() - Method in class org.zkoss.json.JSONArray
Encodes this object to a JSON string.
toString() - Method in class org.zkoss.json.JSONObject
Encodes this object to a JSON string.
toString() - Method in exception org.zkoss.json.parser.ParseException
 
toString() - Method in class org.zkoss.lang.MutableInteger
 
toString() - Method in class org.zkoss.lang.reflect.SerializableMethod
 
toString() - Method in class org.zkoss.lang.Strings.Result
 
toString() - Method in class org.zkoss.mesg.MessageConst.BundleInfo
 
toString() - Method in class org.zkoss.util.CacheMap
 
toString() - Method in class org.zkoss.util.CacheMap.Value
 
toString() - Method in class org.zkoss.util.FastReadArray
 
toString() - Method in class org.zkoss.util.FilterMap
 
toString() - Method in class org.zkoss.util.Maps.SerializableEntry
 
toString() - Method in class org.zkoss.util.media.AMedia
 
toString() - Method in class org.zkoss.util.Pair
 
toString() - Method in class org.zkoss.util.resource.Locators.StreamLocation
 
toString() - Method in class org.zkoss.util.resource.Locators.URLLocation
 
toString() - Method in class org.zkoss.util.resource.XMLResourcesLocator.Resource
 
toString() - Method in class org.zkoss.xel.taglib.Taglib
 
toString(boolean[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of boolean to a readable string (for debugging purpose).
toString(byte[]) - Static method in class org.zkoss.lang.Strings
Converts the given byte[] to UTF-8 string, if possible.
toString(byte[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of byte to a readable string (for debugging purpose).
toString(char[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of char to a readable string (for debugging purpose).
toString(double[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of char to a readable string (for debugging purpose).
toString(float[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of float to a readable string (for debugging purpose).
toString(int) - Static method in class org.zkoss.math.RoundingModes
Returns the name of the rounding mode.
toString(int[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of int to a readable string (for debugging purpose).
toString(long[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of long to a readable string (for debugging purpose).
toString(short[]) - Static method in class org.zkoss.util.ArraysX
Converts an array of short to a readable string (for debugging purpose).
toString(Object) - Static method in class org.zkoss.lang.Objects
Converts any object to a string.
toString(Object) - Static method in class org.zkoss.xel.fn.CommonFns
Converts the specified object to a string.
toString(Object[]) - Static method in class org.zkoss.util.ArraysX
Converts an array to a readable string (for debugging purpose).
toString(String, Object) - Static method in class org.zkoss.json.JSONObject
 
toString(Map<? super String, ? super String>, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to a string.
toString(Map<? super String, ? super String>, char, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to a string.
toString(Document) - Static method in class org.zkoss.idom.util.IDOMs
Transforms a document to a string.
toStringBuffer(StringBuffer, Map<? super String, ? super String>, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to string and append to a string buffer.
toStringBuffer(StringBuffer, Map<? super String, ? super String>, char, char, char) - Static method in class org.zkoss.util.Maps
Converts a map to string and append to a string buffer.
toStringByScale(int, int) - Static method in class org.zkoss.lang.Integers
urns a String object representing the specified integer, with the (at-least) specified digits.
toStringByScale(long, int) - Static method in class org.zkoss.lang.Longs
urns a String object representing the specified integer, with the (at-least) specified digits.
toUpperCase(String) - Static method in class org.zkoss.xel.fn.StringFns
Converts all of the characters in this String to upper case using the rules of the current Locale.
toWrapper(boolean) - Static method in class org.zkoss.lang.Primitives
Convert primitive boolean to Boolean.
toWrapper(byte) - Static method in class org.zkoss.lang.Primitives
Convert primitive byte to Byte.
toWrapper(char) - Static method in class org.zkoss.lang.Primitives
Convert primitive char to Character.
toWrapper(double) - Static method in class org.zkoss.lang.Primitives
Convert primitive double to Double.
toWrapper(float) - Static method in class org.zkoss.lang.Primitives
Convert primitive float to Float.
toWrapper(int) - Static method in class org.zkoss.lang.Primitives
Convert primitive int to Integer.
toWrapper(long) - Static method in class org.zkoss.lang.Primitives
Convert primitive long to Long.
toWrapper(short) - Static method in class org.zkoss.lang.Primitives
Convert primitive short to Short.
toWrapper(Class) - Static method in class org.zkoss.lang.Primitives
Returns the wrapper class of a primitive class, or null if it is not a primitive class.
toXMLName(String) - Static method in class org.zkoss.xml.XMLs
Deprecated.
Converting a name to a valid XML name.
transferToSerializableEntrySet(Set<Map.Entry<K, V>>) - Static method in class org.zkoss.util.Maps
Transfer Set<<Map.Entry<K, V>> to be serializable
transform(Source) - Method in class org.zkoss.idom.transform.Transformer
Transforms a source and returns the transformed result as an iDOM Document.
transform(Source, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from a source to a result.
transform(Document) - Method in class org.zkoss.idom.transform.Transformer
Transforms an iDOM document and returns the transformed result as another iDOM Document.
transform(Document, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from an iDOM document to a result.
transform(Element) - Method in class org.zkoss.idom.transform.Transformer
Transforms an iDOM element and returns the transformed result as another iDOM Document.
transform(Element, Result) - Method in class org.zkoss.idom.transform.Transformer
Transforms from an iDOM element to a result.
Transformer - Class in org.zkoss.idom.transform
Transforms an iDOM Document.
Transformer() - Constructor for class org.zkoss.idom.transform.Transformer
Transformer constructor without stylesheet.
Transformer(Source) - Constructor for class org.zkoss.idom.transform.Transformer
Constructs a transformer with a stylesheet in form of Source.
trim(String) - Static method in class org.zkoss.xel.fn.StringFns
Returns a copy of the string, with leading and trailing whitespace omitted.
trim(StringBuffer, int) - Static method in class org.zkoss.lang.Strings
Trims the string buffer by removing the leading and trailing whitespaces.
twoMonthShort() - Static method in class org.zkoss.util.Dates
Return the ending date of this year.
twoMonthShort(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Given a date, a proper TimeZone, return the two month int. e.g. 1, 3, 5, 7, 9, 11.

U

UID - Static variable in class org.zkoss.Version
 
unescape(String) - Static method in class org.zkoss.lang.Strings
Un-escape the quoted string.
UNEXPECTED_CHARACTER - Static variable in interface org.zkoss.mesg.MCommon
 
UNKNOWN - Static variable in class org.zkoss.lang.Objects
Denotes unknown.
UNKNOWN_EXCEPTION - Static variable in interface org.zkoss.mesg.MCommon
 
unlock() - Method in class org.zkoss.util.WaitLock
Unlocks any other threads blocked by WaitLock.waitUntilUnlock(int).
unparsedEntityDecl(String, String, String, String) - Method in class org.zkoss.idom.input.SAXHandler
 
unwrap(Throwable) - Static method in class org.zkoss.lang.Exceptions
Unwraps an exception if the enclosing one is InvocationTargetException or UndeclaredThrowableException.
url - Variable in class org.zkoss.util.resource.Locators.URLLocation
 
url - Variable in class org.zkoss.util.resource.XMLResourcesLocator.Resource
The URL of the resource.
URLLocation(URL, String, Locale) - Constructor for class org.zkoss.util.resource.Locators.URLLocation
 
URLReader - Class in org.zkoss.io
Convenience class for reading character files.
URLReader(URL, String) - Constructor for class org.zkoss.io.URLReader
Creates a new FileReader, given the resource URL to read from.
URLs - Class in org.zkoss.util
Utility class for URL operations.
URLs() - Constructor for class org.zkoss.util.URLs
 
Utils - Class in org.zkoss.util
Generic utilities.
Utils() - Constructor for class org.zkoss.util.Utils
 

V

value - Variable in class org.zkoss.lang.MutableInteger
The value of the mutable integer.
valueOf(String) - Static method in class org.zkoss.math.RoundingModes
Returns the rounding mode of the specified name.
valueOf(Node) - Static method in class org.zkoss.xml.Nodes
Get the text value of a node.
ValueReference - Interface in org.zkoss.xel
This represents a base model object and one of its properties (EL 2.2).
ValueReferenceImpl(Object, Object) - Constructor for class org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
 
values() - Method in class org.zkoss.util.CacheMap
 
VariableResolver - Interface in org.zkoss.xel
Used to customize the way an Expression resolves variable references at evaluation time.
VariableResolverX - Interface in org.zkoss.xel
An extension of VariableResolver to have more control to resolve the variables.
Verifier - Class in org.zkoss.idom
The verifier to verify W3C/DOM related constraints.
Version - Class in org.zkoss
 
Video - Interface in org.zkoss.video
Represents a video.

W

WaitLock - Class in org.zkoss.util
A simple lock used to implement load-on-demand mechanism.
WaitLock() - Constructor for class org.zkoss.util.WaitLock
Once created, it is default to be locked.
waitUntilUnlock(int) - Method in class org.zkoss.util.WaitLock
Waits this lock to unlock.
warning(SAXParseException) - Method in class org.zkoss.idom.input.SAXHandler
 
wrap(Throwable) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
wrap(Throwable) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
wrap(Throwable, int) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
wrap(Throwable, int, Object) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
wrap(Throwable, int, Object[]) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
wrap(Throwable, Class<? extends Throwable>) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the specified class.
wrap(Throwable, Class<? extends Throwable>, int) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the specified class plus a message.
wrap(Throwable, Class<? extends Throwable>, int, Object) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the specified class plus a message.
wrap(Throwable, Class<? extends Throwable>, int, Object[]) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the specified class plus a message.
wrap(Throwable, Class<? extends Throwable>, String) - Static method in class org.zkoss.lang.Exceptions
Converts an exception to the specified class plus a message.
wrap(Throwable, String) - Static method in class org.zkoss.lang.SystemException.Aide
Converts an exception to SystemException or OperationException depending on whether t implements Expectable.
wrap(Throwable, String) - Static method in class org.zkoss.xel.XelException.Aide
Converts an exception to XelException if it is not RuntimeException nor Error.
write(byte[]) - Method in class org.zkoss.io.WriterOutputStream
 
write(byte[], int, int) - Method in class org.zkoss.io.WriterOutputStream
 
write(char[], int, int) - Method in class org.zkoss.io.NullWriter
 
write(int) - Method in class org.zkoss.io.WriterOutputStream
 
write(Writer, StringBuffer) - Static method in class org.zkoss.io.Files
Writes the specified string buffer to the specified writer.
WriterOutputStream - Class in org.zkoss.io
An output stream that is on top of a writer.
WriterOutputStream(Writer) - Constructor for class org.zkoss.io.WriterOutputStream
Constructs an output stream assuming UTF-8 encoding.
WriterOutputStream(Writer, String) - Constructor for class org.zkoss.io.WriterOutputStream
Constructs an out stream with the specified encoding.

X

x - Variable in class org.zkoss.util.Pair
The first key.
XelContext - Interface in org.zkoss.xel
Context information for XEL evaluation.
XelContextProxy - Class in org.zkoss.xel.util
A proxy to replace the variable resolver of a given XEL context.
XelContextProxy(XelContext, FunctionMapper) - Constructor for class org.zkoss.xel.util.XelContextProxy
Replaces the function mapper with the specified one, but the variable resolver not changed.
XelContextProxy(XelContext, VariableResolver) - Constructor for class org.zkoss.xel.util.XelContextProxy
Replaces the variable resolver with the specified one, but the function mapper not changed.
XelContextProxy(XelContext, VariableResolver, FunctionMapper) - Constructor for class org.zkoss.xel.util.XelContextProxy
Replaces both variable resolver and function mapper.
XelELContext - Class in org.zkoss.xel.zel
An ZEL context that is based on XEL context.
XelELContext(XelContext) - Constructor for class org.zkoss.xel.zel.XelELContext
 
XelELMapper - Class in org.zkoss.xel.zel
An ZEL function mapper that is based on a XEL function mapper.
XelELMapper(FunctionMapper) - Constructor for class org.zkoss.xel.zel.XelELMapper
 
XelELResolver - Class in org.zkoss.xel.zel
An XEL implementation of ZEL ELResolver.
XelELResolver(XelContext) - Constructor for class org.zkoss.xel.zel.XelELResolver
Constructor.
XelELResolver.StandardBeanNameResolver - Class in org.zkoss.xel.zel
It's a class copied from StandardELContext
XelException - Exception in org.zkoss.xel
Represents a XEL exception.
XelException() - Constructor for exception org.zkoss.xel.XelException
 
XelException(int) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object[]) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object[], Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Object, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(int, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(String) - Constructor for exception org.zkoss.xel.XelException
 
XelException(String, Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException(Throwable) - Constructor for exception org.zkoss.xel.XelException
 
XelException.Aide - Class in org.zkoss.xel
Utilities.
XML_ATTRIBUTE_REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
XML_ELEMENT_REQUIRED - Static variable in interface org.zkoss.mesg.MCommon
 
XML_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The xml namespace.
XmlFns - Class in org.zkoss.xel.fn
Functions to manipulate XML/HTML for EL.
XmlFns() - Constructor for class org.zkoss.xel.fn.XmlFns
 
XMLNS_NAMESPACE - Static variable in class org.zkoss.idom.Namespace
The xmlns namespace.
XMLResourcesLocator - Interface in org.zkoss.util.resource
Represents a locator used to locate XML resources.
XMLResourcesLocator.Resource - Class in org.zkoss.util.resource
XMLs - Class in org.zkoss.xml
Deprecated.
as of release 10.1.0, replaced with Encode
XMLs() - Constructor for class org.zkoss.xml.XMLs
Deprecated.
 

Y

y - Variable in class org.zkoss.util.Pair
The second key.
yearOfDate(Date, TimeZone) - Static method in class org.zkoss.util.Dates
Get the year of a date.

Z

ZERO - Static variable in class org.zkoss.lang.Integers
The zero.
ZERO - Static variable in class org.zkoss.lang.Longs
The zero.
ZERO - Static variable in class org.zkoss.math.BigDecimals
Represents 0 in big decimal.
ZERO - Static variable in class org.zkoss.math.BigIntegers
Represents 0 in big integer.
ZERO_BIG_DECIMAL - Static variable in class org.zkoss.lang.Objects
Represents 0 in big decimal.
ZERO_BIG_INTEGER - Static variable in class org.zkoss.lang.Objects
Represents 0 in big integer.
ZERO_BYTE - Static variable in class org.zkoss.lang.Objects
The zero integer.
ZERO_DOUBLE - Static variable in class org.zkoss.lang.Objects
The zero double.
ZERO_FLOAT - Static variable in class org.zkoss.lang.Objects
The zero float.
ZERO_INTEGER - Static variable in class org.zkoss.lang.Objects
The zero integer.
ZERO_LONG - Static variable in class org.zkoss.lang.Objects
The zero long.
ZERO_SHORT - Static variable in class org.zkoss.lang.Objects
The zero short.

_

_addNamespaces - Variable in class org.zkoss.idom.Element
Additional namespaces.
_attrs - Variable in class org.zkoss.idom.Element
The attributes.
_children - Variable in class org.zkoss.idom.impl.AbstractGroup
The list of the children.
_clses - Variable in class org.zkoss.xel.util.TaglibMapper
Map(String name, Class cls).
_code - Variable in exception org.zkoss.lang.CommonException
 
_code - Variable in exception org.zkoss.lang.SystemException
 
_ctx - Variable in class org.zkoss.xel.zel.XelELResolver
 
_current - Variable in class org.zkoss.fsm.StateMachine
 
_debug - Variable in class org.zkoss.fsm.StateMachine
 
_declNamespaces - Variable in class org.zkoss.idom.input.SAXHandler
The namespaces in between startPrefixMapping and endPrefixMapping.
_doc - Variable in class org.zkoss.idom.input.SAXHandler
The Document being created.
_expf - Variable in class org.zkoss.xel.zel.ELFactory
 
_expr - Variable in class org.zkoss.xel.zel.ELXelExpression
 
_factory - Variable in class org.zkoss.idom.input.SAXHandler
The iDOM factory.
_inCData - Variable in class org.zkoss.idom.input.SAXHandler
Indicator of whether we are in a CDATA.
_inDTD - Variable in class org.zkoss.idom.input.SAXHandler
Indicator of whether we are in a DTD.
_intSubset - Variable in class org.zkoss.idom.DocType
The internal subset of the DOCTYPE
_isdata - Variable in class org.zkoss.sound.AAudio
The raw data in stream (or AAudio.DYNAMIC_STREAM).
_isdata - Variable in class org.zkoss.util.media.AMedia
The input stream, AMedia.getStreamData()
_isdata - Variable in class org.zkoss.video.AVideo
The raw data in stream (or AVideo.DYNAMIC_STREAM).
_list - Variable in class org.zkoss.idom.impl.FacadeNodeList
The java List to facade.
_lname - Variable in class org.zkoss.idom.Attribute
The local name.
_lname - Variable in class org.zkoss.idom.Element
The local name.
_loader - Variable in class org.zkoss.util.resource.ResourceCache
The loader.
_loc - Variable in exception org.zkoss.idom.DOMException
 
_loc - Variable in class org.zkoss.idom.input.SAXHandler
Locator.
_machine - Variable in class org.zkoss.fsm.StateCtx
 
_minorReturners - Variable in class org.zkoss.fsm.StateCtx
 
_minorTransitionListeners - Variable in class org.zkoss.fsm.StateCtx
 
_minorTransitions - Variable in class org.zkoss.fsm.StateCtx
 
_mtds - Variable in class org.zkoss.xel.util.TaglibMapper
Map(String prefix+":"+name, Function func).
_name - Variable in class org.zkoss.idom.DocType
The element being constrained
_name - Variable in class org.zkoss.idom.EntityReference
The name.
_ns - Variable in class org.zkoss.idom.Attribute
The namespace.
_ns - Variable in class org.zkoss.idom.Element
The namespace.
_owner - Variable in class org.zkoss.idom.Attribute
The owner item.
_pubId - Variable in class org.zkoss.idom.DocType
The public ID of the DOCTYPE
_rawData - Variable in class org.zkoss.idom.ProcessingInstruction
The raw data.
_rddata - Variable in class org.zkoss.util.media.AMedia
The input stream, AMedia.getReaderData()
_returnAll - Variable in class org.zkoss.fsm.StateCtx
 
_returners - Variable in class org.zkoss.fsm.StateCtx
 
_run - Variable in class org.zkoss.fsm.StateMachine
 
_stack - Variable in class org.zkoss.idom.input.SAXHandler
The Group stack.
_states - Variable in class org.zkoss.fsm.StateMachine
 
_step - Variable in class org.zkoss.fsm.StateMachine
 
_submachine - Variable in class org.zkoss.fsm.MacroStateCtx
 
_sysId - Variable in class org.zkoss.idom.DocType
The system ID of the DOCTYPE
_target - Variable in class org.zkoss.idom.ProcessingInstruction
The target.
_text - Variable in class org.zkoss.idom.impl.AbstractTextual
The text.
_transitionListeners - Variable in class org.zkoss.fsm.StateCtx
 
_transitions - Variable in class org.zkoss.fsm.StateCtx
 
_value - Variable in class org.zkoss.idom.Attribute
The value.
_vars - Variable in class org.zkoss.xel.util.SimpleResolver
The variable maps.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages