- AbstractCommandStringTransformer - Class in org.mmbase.util.transformers
-
If you want to transform a Reader stream by the use of an external command, than you can extend
this class.
- AbstractCommandStringTransformer() - Constructor for class org.mmbase.util.transformers.AbstractCommandStringTransformer
-
- AbstractDetector - Class in org.mmbase.util.magicfile
-
- AbstractDetector() - Constructor for class org.mmbase.util.magicfile.AbstractDetector
-
- AbstractEventBroker - Class in org.mmbase.core.event
-
An EventBroker which makes sure the the same listener is added only once.
- AbstractEventBroker() - Constructor for class org.mmbase.core.event.AbstractEventBroker
-
- AbstractFileURLStreamHandler(ResourceLoader, boolean) - Constructor for class org.mmbase.util.ResourceLoader.AbstractFileURLStreamHandler
-
- AbstractMonitor - Class in org.mmbase.util.externalprocess
-
Basic implementation of
IProgressMonitor that implements every method in the most
straight forward or empty way.
- AbstractMonitor() - Constructor for class org.mmbase.util.externalprocess.AbstractMonitor
-
- AbstractSimpleImpl - Class in org.mmbase.util.logging
-
Base class for simple Logger implementations (no patterns and so
on).
- AbstractSimpleImpl() - Constructor for class org.mmbase.util.logging.AbstractSimpleImpl
-
- accept(File, String) - Method in class org.mmbase.util.SPartFileFilter
-
Checks whether a file has the node number in its file path.
- acquire() - Method in class org.mmbase.util.DijkstraSemaphore
-
If the count is non-zero, acquires a semaphore and decrements the count by 1,
otherwise blocks until a release() is executed by some other thread.
- acquireAll() - Method in class org.mmbase.util.DijkstraSemaphore
-
Tries to acquire all the semaphores thus bringing the count to zero.
- add(int, Object) - Method in class org.mmbase.util.Casting.ListWrapper
-
- add(Runnable) - Method in class org.mmbase.util.ChainedRunnable
-
- add(File) - Method in class org.mmbase.util.FileWatcher
-
Add's a file to be checked...
- add(FileWatcher) - Method in class org.mmbase.util.FileWatcher.FileWatcherRunner
-
- add(String) - Method in class org.mmbase.util.ResourceWatcher
-
- add(URL) - Method in class org.mmbase.util.ResourceWatcher
-
If you resolved a resource already to an URL, you can still add it for watching.
- add(CharTransformer) - Method in class org.mmbase.util.transformers.ChainedCharTransformer
-
Adds a CharTranformer to the chain of CharTransformers.
- add(CharTransformer...) - Method in class org.mmbase.util.transformers.ChainedCharTransformer
-
- add(String, File) - Method in class org.mmbase.util.xml.URIResolver.EntryList
-
Deprecated.
- add(String, URL) - Method in class org.mmbase.util.xml.URIResolver.EntryList
-
- add(String, ClassLoader) - Method in class org.mmbase.util.xml.URIResolver.EntryList
-
- add_escapes(String) - Static method in exception org.mmbase.util.dateparser.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- add_escapes(String) - Static method in exception org.mmbase.util.transformers.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- addAll(Collection<CharTransformer>) - Method in class org.mmbase.util.transformers.ChainedCharTransformer
-
Adds a Collection of CharTranformers to the chain of CharTransformers.
- addChild(Detector, int) - Method in class org.mmbase.util.magicfile.AbstractDetector
-
Add an embedded detector object that searches for more details after an initial match.
- addChild(Detector, int) - Method in interface org.mmbase.util.magicfile.Detector
-
- addComment(String, Element) - Method in class org.mmbase.util.xml.DocumentWriter
-
Creates a Comment (provided comments should be included), and adds it to the
specified node as a child.
- addComment(String, String, Element) - Method in class org.mmbase.util.xml.DocumentWriter
-
Creates a Comment (provided comments should be included), and adds it to the
specified node as a child.
- addComment(String, String, String, Element) - Method in class org.mmbase.util.xml.DocumentWriter
-
Creates a Comment (provided comments should be included), and adds it to the
specified node as a child.
- addComparator(Comparator<E>) - Method in class org.mmbase.util.ChainedComparator
-
- addContentElement(String, String, Element) - Method in class org.mmbase.util.xml.DocumentWriter
-
Creates a DOM element which contains a Text Node, and adds it to the
specified node as a child.
- addCookie(Cookie) - Method in class org.mmbase.util.GenericResponseWrapper
-
- addCookie(Cookie) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- addDateHeader(String, long) - Method in class org.mmbase.util.GenericResponseWrapper
-
- addDateHeader(String, long) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- addEscapes(String) - Static method in error org.mmbase.util.dateparser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addEscapes(String) - Static method in error org.mmbase.util.transformers.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addEventBroker(EventBroker) - Method in class org.mmbase.core.event.EventManager
-
add an event broker for a specific type of event
- addEventListener(EventListener) - Method in class org.mmbase.core.event.EventManager
-
- addEventListener(EventListener, boolean) - Method in class org.mmbase.core.event.EventManager
-
- addHeader(String, String) - Method in class org.mmbase.util.GenericResponseWrapper
-
- addHeader(String, String) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- addIntHeader(String, int) - Method in class org.mmbase.util.GenericResponseWrapper
-
- addIntHeader(String, int) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- addIterator(Iterator<E>) - Method in class org.mmbase.util.ChainedIterator
-
Adds another iterator
- addList(List<? extends E>) - Method in class org.mmbase.util.ChainedList
-
- addListener(EventListener) - Method in class org.mmbase.core.event.AbstractEventBroker
-
- addListener(EventListener) - Method in class org.mmbase.core.event.EventBroker
-
- addListener(EventListener) - Method in class org.mmbase.core.event.WeakEventBroker
-
- addLogger(Logger) - Method in class org.mmbase.util.logging.ChainedLogger
-
- addLogger(Logger) - Method in interface org.mmbase.util.logging.LoggerAccepter
-
- addOutputStream(OutputStream) - Method in class org.mmbase.util.ChainedOutputStream
-
- addPatterns(Collection<Map.Entry<String, String>>, Collection<Entry<Pattern, String>>) - Static method in class org.mmbase.util.transformers.RegexpReplacer
-
Utility function to create a bunch of patterns.
- addWriter(Writer) - Method in class org.mmbase.util.ChainedWriter
-
- adjustBeginLineColumn(int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- after(Date) - Method in class org.mmbase.util.DynamicDate
-
- AllEventBroker - Class in org.mmbase.core.event
-
A simple broker for AllEventListener.
- AllEventBroker() - Constructor for class org.mmbase.core.event.AllEventBroker
-
- AllEventListener - Interface in org.mmbase.core.event
-
This is a listener interface for every type of event.
- ALWAYS - Static variable in class org.mmbase.cache.CachePolicy
-
Standard cache policy that advises to always cache a passed object.
- ANY - Static variable in class org.mmbase.util.MimeType
-
- append(char) - Method in class org.mmbase.util.ChainedWriter
-
- append(CharSequence) - Method in class org.mmbase.util.ChainedWriter
-
- append(CharSequence, int, int) - Method in class org.mmbase.util.ChainedWriter
-
- append(Object) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Appends an object to the end of this buffer.
- append(String) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Appends a String to the end of this buffer.
- append(char[]) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Appends an array of characters to the end of this buffer.
- append(char[], int, int) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Appends a part of an array of characters to the end of this buffer.
- append(boolean) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Appends a boolean to the end of this buffer.
- append(char) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Appends a character to the end of this buffer.
- append(int) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Appends an integer to the end of this buffer.
- append(long) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Appends a long to the end of this buffer.
- append(float) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Appends a float to the end of this buffer.
- append(double) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Appends a double to the end of this buffer.
- appendChild(Element, Element, String) - Static method in class org.mmbase.util.xml.DocumentReader
-
Appends a child to a parent at the right position.
- appendEntities(StringBuilder, Object, String, int, Set<Object>) - Static method in class org.mmbase.util.xml.EntityResolver
-
- ApplicationContextFileURLStreamHandler(ResourceLoader) - Constructor for class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandler
-
- ApplicationContextFileURLStreamHandlerFactory() - Constructor for class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandlerFactory
-
- ApplicationContextReader - Class in org.mmbase.util
-
- ApplicationContextReader() - Constructor for class org.mmbase.util.ApplicationContextReader
-
- applicationStacktrace() - Static method in class org.mmbase.util.logging.Logging
-
- applicationStacktrace(Throwable) - Static method in class org.mmbase.util.logging.Logging
-
- arg - Variable in class org.mmbase.util.dateparser.DateParser.JJCalls
-
- ASCII - Static variable in class org.mmbase.util.transformers.XmlField
-
- Asciifier - Class in org.mmbase.util.transformers
-
Transforms strings to ascii strings.
- Asciifier() - Constructor for class org.mmbase.util.transformers.Asciifier
-
- asMap() - Method in class org.mmbase.util.LocalizedString
-
Returns a Map representation of the localisation setting represented by this
LocalizedString.
- asMap() - Method in class org.mmbase.util.ReplacingLocalizedString
-
Returns a Map representation of the localisation setting represented by this
LocalizedString.
- asMap() - Method in class org.mmbase.util.WrappedLocalizedString
-
- ATTRIBUTES - Static variable in class org.mmbase.util.transformers.Xml
-
- available - Variable in class org.mmbase.util.dateparser.SimpleCharStream
-
- available() - Method in class org.mmbase.util.IECompatibleJpegInputStream
-
- available() - Method in class org.mmbase.util.MockInputStream
-
- available() - Method in class org.mmbase.util.ReaderInputStream
-
- available - Variable in class org.mmbase.util.transformers.SimpleCharStream
-
- C - Static variable in class org.mmbase.util.transformers.RomanTransformer
-
Constants for roman numbers
- Cache<K,V> - Class in org.mmbase.cache
-
A base class for all Caches.
- Cache(int) - Constructor for class org.mmbase.cache.Cache
-
- Cacheable - Interface in org.mmbase.cache
-
A Cacheable object contains information on cache policies, which determines whether the object should be cached or not.
- CacheConfigurationException - Exception in org.mmbase.cache
-
- CacheConfigurationException(String) - Constructor for exception org.mmbase.cache.CacheConfigurationException
-
- CacheConfigurationException(String, Exception) - Constructor for exception org.mmbase.cache.CacheConfigurationException
-
- CacheImplementationInterface<K,V> - Interface in org.mmbase.cache
-
Classes which can be used as a cache implementation need to implement this interface.
- CacheManager - Class in org.mmbase.cache
-
Cache manager manages the static methods of
Cache.
- CacheManager.Bean<K,V> - Class in org.mmbase.cache
-
- CacheManagerMBean - Interface in org.mmbase.cache
-
See http://java.sun.com/docs/books/tutorial/jmx/mbeans/standard.html
- CacheMBean - Interface in org.mmbase.cache
-
See http://java.sun.com/docs/books/tutorial/jmx/mbeans/standard.html
- CachePolicy - Class in org.mmbase.cache
-
A CachePolicy object determines for a given object whether it should be cached or not, and how.
- CachePolicy(Object) - Constructor for class org.mmbase.cache.CachePolicy
-
Instantiates a new cache policy, and registers it with the given policy key.
- CachePolicy() - Constructor for class org.mmbase.cache.CachePolicy
-
Instantiates a new cache policy without registering it
- calcMD5(String) - Method in class org.mmbase.util.transformers.MD5.MD5Implementation
-
- camelAppend(StringBuilder, String) - Static method in class org.mmbase.util.xml.EntityResolver
-
- canBrokerForEvent(Event) - Method in class org.mmbase.core.event.AllEventBroker
-
- canBrokerForEvent(Event) - Method in class org.mmbase.core.event.EventBroker
-
this method should return true if this event broker can broker for
events of this type.
- canBrokerForEvent(Event) - Method in class org.mmbase.core.event.IdEventBroker
-
- canBrokerForEvent(Event) - Method in class org.mmbase.core.event.SystemEventBroker
-
- canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.AllEventBroker
-
- canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.EventBroker
-
this method should return true if this broker can accept and propagate
events to the listener of this type.
- canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.IdEventBroker
-
- canBrokerForListener(EventListener) - Method in class org.mmbase.core.event.SystemEventBroker
-
- canCast(Class<?>, Class<?>) - Static method in class org.mmbase.util.Casting
-
- cancel() - Method in class org.mmbase.util.FileWatcher.FileWatcherRunner
-
- capacity() - Method in class org.mmbase.util.StringObject
-
Deprecated.
Returns the current capacity of the String buffer.
- Case(String) - Static method in class org.mmbase.util.logging.Performance
-
- Caster - Interface in org.mmbase.util
-
- Caster.NotRecognized - Exception in org.mmbase.util
-
- Casting - Class in org.mmbase.util
-
Collects MMBase specific 'cast' information, as static to...
- Casting.ListWrapper - Class in org.mmbase.util
-
- Casting.StringSerializableInputStream - Class in org.mmbase.util
-
A SerializableInputStream where the toString represents the (escaped) contents of the stream itself.
- Casting.StringWrapper - Class in org.mmbase.util
-
Wraps a String with an 'Escaper'.
- Casting.Unwrappable - Interface in org.mmbase.util
-
- castKey(String, Object, Map<String, Object>, Class<?>) - Static method in class org.mmbase.util.SortedBundle
-
- castKey(String, Object, Map<String, Object>, Class<?>, Locale) - Static method in class org.mmbase.util.SortedBundle
-
Casts a key of the bundle to the specified key-type.
- Censor - Class in org.mmbase.util.transformers
-
Replaces certain 'forbidden' words by something more decent.
- Censor() - Constructor for class org.mmbase.util.transformers.Censor
-
- ChainedCharTransformer - Class in org.mmbase.util.transformers
-
A CharTransformer which wraps N other CharTransformers, and links them with N - 1 new Threads,
effectively working as a 'chained' transformer.
- ChainedCharTransformer() - Constructor for class org.mmbase.util.transformers.ChainedCharTransformer
-
- ChainedComparator<E> - Class in org.mmbase.util
-
Straight forward utility to chain several comparators into a new one.
- ChainedComparator(Comparator<E>...) - Constructor for class org.mmbase.util.ChainedComparator
-
- ChainedIterator<E> - Class in org.mmbase.util
-
Like org.apache.commons.collections.iterators.IteratorChain, to avoid the dependency....
- ChainedIterator() - Constructor for class org.mmbase.util.ChainedIterator
-
- ChainedIterator(Iterator<E>...) - Constructor for class org.mmbase.util.ChainedIterator
-
- ChainedList<E> - Class in org.mmbase.util
-
Simple utility to chain several lists into a new one.
- ChainedList() - Constructor for class org.mmbase.util.ChainedList
-
- ChainedList(List<? extends E>...) - Constructor for class org.mmbase.util.ChainedList
-
- ChainedLogger - Class in org.mmbase.util.logging
-
Straight forward implemented which simply delegates every log-statement to a list of other loggers.
- ChainedLogger() - Constructor for class org.mmbase.util.logging.ChainedLogger
-
- ChainedLogger(Logger...) - Constructor for class org.mmbase.util.logging.ChainedLogger
-
- ChainedOutputStream - Class in org.mmbase.util
-
Like unix' 'tee'.
- ChainedOutputStream(OutputStream...) - Constructor for class org.mmbase.util.ChainedOutputStream
-
- ChainedRunnable - Class in org.mmbase.util
-
- ChainedRunnable(Runnable...) - Constructor for class org.mmbase.util.ChainedRunnable
-
- ChainedWriter - Class in org.mmbase.util
-
Like unix' 'tee'.
- ChainedWriter(Writer...) - Constructor for class org.mmbase.util.ChainedWriter
-
- character(String, char, int) - Static method in class org.mmbase.util.Strip
-
Strip all of the specified character from beginning, end or both.
- CharacterEncodingFilter - Class in org.mmbase.servlet
-
There's large similarity in the way data travels from and to a web server.
- CharacterEncodingFilter() - Constructor for class org.mmbase.servlet.CharacterEncodingFilter
-
- charAt(int) - Method in class org.mmbase.util.Casting.StringWrapper
-
- charAt(int) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Returns the character at the specified index.
- charEncoding - Variable in class org.mmbase.util.LocalServletRequest
-
- chars(String, String, int) - Static method in class org.mmbase.util.Strip
-
Strip multiple characters contained in the set given as second parameter
until a non-set character.
- CharsetRemoverFilter - Class in org.mmbase.servlet
-
Makes sure that there is no charset on the content type of certain
types.
- CharsetRemoverFilter() - Constructor for class org.mmbase.servlet.CharsetRemoverFilter
-
- CharTransformer - Interface in org.mmbase.util.transformers
-
Interface for transformations.
- CharTransformerLink - Class in org.mmbase.util.transformers
-
A Runnable implementation to perform a CharTransform between a Reader and a Writer.
- CharTransformerLink(CharTransformer, Reader, Writer, boolean) - Constructor for class org.mmbase.util.transformers.CharTransformerLink
-
- checkCachePolicy(Object) - Method in class org.mmbase.cache.Cache
-
Checks whether the key object should be cached.
- checkPolicy(Object) - Method in class org.mmbase.cache.CachePolicy
-
Checks whether the policy advises to cache the passed object.
- checkShadowedNewerResources(String) - Method in class org.mmbase.util.ResourceLoader
-
Logs warning if 'newer' resources are shadowed by older ones.
- childList - Variable in class org.mmbase.util.magicfile.AbstractDetector
-
- ChunkedTransformer<P> - Class in org.mmbase.util.transformers
-
A chunked transformer is a transformer that transforms on a 'chunk by chunk' base.
- ChunkedTransformer(int) - Constructor for class org.mmbase.util.transformers.ChunkedTransformer
-
- ChunkedTransformer() - Constructor for class org.mmbase.util.transformers.ChunkedTransformer
-
- ChunkedTransformer.Status - Class in org.mmbase.util.transformers
-
- ClassesFileURLStreamHandlerFactory() - Constructor for class org.mmbase.util.ResourceLoader.ClassesFileURLStreamHandlerFactory
-
- CLASSLOADER_ROOT - Static variable in class org.mmbase.util.ResourceLoader
-
Used when getting resources with normal class-loader.
- ClassLoaderURLStreamHandler(ResourceLoader, String) - Constructor for class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
-
- clazz - Variable in class org.mmbase.util.transformers.Config
-
- cleanup() - Method in class org.mmbase.util.logging.BufferedLogger
-
- cleanupText(StringBuilder) - Static method in class org.mmbase.util.transformers.XmlField
-
Removes all new lines and space which are too much.
- clear() - Method in class org.mmbase.cache.Cache
-
- clear(String) - Method in class org.mmbase.cache.CacheManager
-
- clear(String) - Method in interface org.mmbase.cache.CacheManagerMBean
-
- clear() - Method in interface org.mmbase.cache.CacheMBean
-
- clear() - Method in class org.mmbase.cache.implementation.LRUCache
-
- clear() - Method in class org.mmbase.cache.xslt.TemplateCache
-
- clear() - Method in class org.mmbase.util.FileWatcher
-
Removes all files, this watcher will end up watching nothing.
- clear() - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Clears the table.
- clear() - Method in class org.mmbase.util.ResourceWatcher
-
Removes all resources.
- clear() - Method in class org.mmbase.util.SizeOf
-
Makes this SizeOf object ready for reuse.
- clear() - Method in class org.mmbase.util.StringTagger
-
Clears all data
- clone() - Method in class org.mmbase.core.event.Event
-
- clone() - Method in class org.mmbase.util.DynamicDate
-
- clone() - Method in class org.mmbase.util.Entry
-
- clone() - Method in class org.mmbase.util.LocalizedString
-
- clone() - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
NOT IMPLEMENTED
- clone() - Method in interface org.mmbase.util.PublicCloneable
-
- clone() - Method in class org.mmbase.util.ReadonlyLocalizedString
-
- clone() - Method in class org.mmbase.util.ReplacingLocalizedString
-
- clone() - Method in class org.mmbase.util.xml.DocumentSerializable
-
- close() - Method in class org.mmbase.util.ChainedOutputStream
-
- close() - Method in class org.mmbase.util.ChainedWriter
-
- close() - Method in class org.mmbase.util.EncodingDetectingOutputStreamWriter
-
- close() - Method in class org.mmbase.util.IECompatibleJpegInputStream
-
- close() - Method in class org.mmbase.util.logging.LoggerWriter
-
- close() - Method in class org.mmbase.util.MockInputStream
-
- close() - Method in class org.mmbase.util.MultiPartFormOutputStream
-
Closes the stream.
- close() - Method in class org.mmbase.util.ReaderInputStream
-
Closes the Stringreader.
- close() - Method in class org.mmbase.util.SerializableInputStream
-
- close() - Method in class org.mmbase.util.StringBufferWriter
-
Closing a StringBufferWriter has no effect.
- close() - Method in class org.mmbase.util.StringBuilderWriter
-
Closing a StringBuilderWriter has no effect.
- close(StringBuilder) - Method in class org.mmbase.util.transformers.ListParser
-
- close() - Method in class org.mmbase.util.transformers.TransformingOutputStream
-
Also closes the wrapped Writer.
- close() - Method in class org.mmbase.util.transformers.TransformingReader
-
Also closes the wrapped Reader.
- close() - Method in class org.mmbase.util.transformers.TransformingWriter
-
Also closes the wrapped Writer.
- close() - Method in class org.mmbase.util.WriterOutputStream
-
- CloseableIterator<E> - Interface in org.mmbase.util
-
An iterator which may need closing (e.g.
- closed - Variable in class org.mmbase.util.MockInputStream
-
- col - Variable in class org.mmbase.util.LRUHashtable.LRUValues
-
Deprecated.
- Collectable() - Constructor for class org.mmbase.core.event.SystemEvent.Collectable
-
- column - Variable in class org.mmbase.util.dateparser.SimpleCharStream
-
- column - Variable in class org.mmbase.util.transformers.SimpleCharStream
-
- commandArgs - Variable in class org.mmbase.util.externalprocess.CommandLauncher
-
Command and arguments
- CommandExecutor - Class in org.mmbase.util.externalprocess
-
The command executor provides a way to perform external commands.
- CommandExecutor() - Constructor for class org.mmbase.util.externalprocess.CommandExecutor
-
- CommandExecutor.Copier - Class in org.mmbase.util.externalprocess
-
- CommandExecutor.Method - Class in org.mmbase.util.externalprocess
-
- CommandExecutor.Type - Enum in org.mmbase.util.externalprocess
-
- CommandLauncher - Class in org.mmbase.util.externalprocess
-
The command launcher provides a way to comunicate with a external process
- CommandLauncher(String) - Constructor for class org.mmbase.util.externalprocess.CommandLauncher
-
Creates a new launcher
Fills in stderr and stdout output to the given streams.
- commentPrefix - Variable in class org.mmbase.util.ExtendedProperties
-
Deprecated.
The prefix of the comment in the Properties file.
- CommonsLog - Class in org.mmbase.util.logging.commons
-
Commons logging for MMBase, contains a single Log instance
- CommonsLog(Log) - Constructor for class org.mmbase.util.logging.commons.CommonsLog
-
- CommonsLogFactory - Class in org.mmbase.util.logging.commons
-
Commons logging for MMBase
- compare(E, E) - Method in class org.mmbase.util.ChainedComparator
-
- compare(Object, Object) - Method in class org.mmbase.util.LocaleCollator
-
- compare(String, String) - Method in class org.mmbase.util.LocaleCollator
-
- compare(Comparable, Comparable) - Method in class org.mmbase.util.ReverseComparator
-
- compareTo(CacheManager.Bean<?, ?>) - Method in class org.mmbase.cache.CacheManager.Bean
-
- compareTo(Date) - Method in class org.mmbase.util.DynamicDate
-
- compareTo(ResourceLoader.PathURLStreamHandler) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
-
- compareTo(SortedBundle.ValueWrapper) - Method in class org.mmbase.util.SortedBundle.ValueWrapper
-
- complete() - Method in class org.mmbase.util.externalprocess.StreamCopyThread
-
This method is called when the copying of bytes is done and notifies a
waiting thread
- config(Map<String, String>) - Method in interface org.mmbase.cache.CacheImplementationInterface
-
Configure the implementation with the given configuration values
- config(Map<String, String>) - Method in class org.mmbase.cache.implementation.LRUCache
-
- CONFIG - Static variable in class org.mmbase.core.event.EventManager
-
- config(Map<String, String>) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
- Config - Class in org.mmbase.util.transformers
-
Describes what encoding is configured.
- Config(Class<?>, int) - Constructor for class org.mmbase.util.transformers.Config
-
- Config(Class<?>, int, String) - Constructor for class org.mmbase.util.transformers.Config
-
- config - Variable in class org.mmbase.util.transformers.Config
-
- CONFIG_UTILS - Static variable in class org.mmbase.util.xml.UtilReader
-
- ConfigClassLoaderURLStreamHandlerFactory() - Constructor for class org.mmbase.util.ResourceLoader.ConfigClassLoaderURLStreamHandlerFactory
-
- ConfigServletResourceURLStreamHandlerFactory() - Constructor for class org.mmbase.util.ResourceLoader.ConfigServletResourceURLStreamHandlerFactory
-
- ConfigurableReaderTransformer - Class in org.mmbase.util.transformers
-
Some Transformers implement more than one transformation.
- ConfigurableReaderTransformer() - Constructor for class org.mmbase.util.transformers.ConfigurableReaderTransformer
-
- ConfigurableReaderTransformer(int) - Constructor for class org.mmbase.util.transformers.ConfigurableReaderTransformer
-
- ConfigurableStringTransformer - Class in org.mmbase.util.transformers
-
Some Transformers implement more than one transformation.
- ConfigurableStringTransformer() - Constructor for class org.mmbase.util.transformers.ConfigurableStringTransformer
-
- ConfigurableStringTransformer(int) - Constructor for class org.mmbase.util.transformers.ConfigurableStringTransformer
-
- ConfigurableTransformer - Interface in org.mmbase.util.transformers
-
Interface for transformations.
- configure(Element) - Method in class org.mmbase.cache.Cache
-
- configure(String) - Method in class org.mmbase.core.event.EventManager
-
- configure(String) - Static method in class org.mmbase.util.logging.ExceptionImpl
-
The configure method of this Logger implemenation.
- configure(String) - Static method in class org.mmbase.util.logging.java.Impl
-
Calls LogManager#readConfiguration, and feeds it with the configured InputStream.
- configure(String) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
-
Calls the configure method of DOMConfigurator, and redirect
standard error to STDERR category.
- configure(ResourceLoader, String) - Static method in class org.mmbase.util.logging.Logging
-
Configure the logging system.
- configure(String) - Static method in class org.mmbase.util.logging.SimpleImpl
-
The configure method of this Logger implemenation.
- configure(String) - Static method in class org.mmbase.util.logging.SimpleTimeStampImpl
-
- configure(String, String) - Static method in class org.mmbase.util.logging.SimpleTimeStampImpl
-
The configure method of this Logger implemenation.
- configure(Element) - Method in class org.mmbase.util.magicfile.AbstractDetector
-
- configure(Element) - Method in class org.mmbase.util.magicfile.BasicDetector
-
- configure(Element) - Method in interface org.mmbase.util.magicfile.Detector
-
- configure(Element) - Method in class org.mmbase.util.magicfile.XmlDetector
-
- configure() - Static method in class org.mmbase.util.ThreadPools
-
- configure(int) - Method in class org.mmbase.util.transformers.Base64
-
- configure(int) - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
- configure(int) - Method in class org.mmbase.util.transformers.ConfigurableReaderTransformer
-
- configure(int) - Method in class org.mmbase.util.transformers.ConfigurableStringTransformer
-
- configure(int) - Method in interface org.mmbase.util.transformers.ConfigurableTransformer
-
If a transformer can handle more then one destination
format, it can be configured with this.
- configure(int) - Method in class org.mmbase.util.transformers.Hex
-
- configureClass(String) - Static method in class org.mmbase.util.logging.Logging
-
Calls the 'configure' static method of the used logging class,
or does nothing if it doesn't exist.
- constructCommandArray(String, String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
Constructs a command array that will be passed to the process
- contains(Object) - Method in class org.mmbase.cache.Cache
-
- contains(Object) - Method in class org.mmbase.util.Casting.ListWrapper
-
- contains(File) - Method in class org.mmbase.util.FileWatcher
-
Wether the file is being watched or not.
- containsHeader(String) - Method in class org.mmbase.util.GenericResponseWrapper
-
- containsHeader(String) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- containsKey(Object) - Method in class org.mmbase.cache.Cache
-
- containsKey(Object) - Method in class org.mmbase.cache.implementation.LRUCache
-
- containsKey(Object) - Method in class org.mmbase.util.LinkMap
-
- containsKey(Object) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
- containsKey(Object) - Method in class org.mmbase.util.StringTagger
-
Checks whether a key exits.
- containsLogger(Logger) - Method in class org.mmbase.util.logging.ChainedLogger
-
- containsLogger(Logger) - Method in interface org.mmbase.util.logging.LoggerAccepter
-
- containsValue(Object) - Method in class org.mmbase.cache.Cache
-
- containsValue(Object) - Method in class org.mmbase.cache.implementation.LRUCache
-
- containsValue(Object) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
- containsValue(Object) - Method in class org.mmbase.util.StringTagger
-
Checks whether a value exits.
- contentTypes - Variable in class org.mmbase.servlet.CharsetRemoverFilter
-
- contextDestroyed(ServletContextEvent) - Method in class org.mmbase.util.MMBaseContext
-
- contextInitialized(ServletContextEvent) - Method in class org.mmbase.util.MMBaseContext
-
- convertIntToTime(int) - Static method in class org.mmbase.util.RelativeTime
-
Converts an integer (representing the time in milliseconds) to a string (like "12:42:15.020")
- convertTimeToInt(int, int, int, int) - Static method in class org.mmbase.util.RelativeTime
-
Converts the time attribute values to one integer representing the time in milliseconds.
- convertTimeToInt(String) - Static method in class org.mmbase.util.RelativeTime
-
Converts a string (like "12:42:15.020") to milliseconds
- Copier(InputStream, OutputStream, String) - Constructor for class org.mmbase.util.externalprocess.CommandExecutor.Copier
-
- copy(InputStream, OutputStream) - Static method in class org.mmbase.util.IOUtil
-
Copy bytes from an InputStream to an OutputStream.
- copy(FileInputStream, FileOutputStream) - Static method in class org.mmbase.util.IOUtil
-
- copy(File, File) - Static method in class org.mmbase.util.IOUtil
-
- copy(InputStream, OutputStream, int) - Static method in class org.mmbase.util.IOUtil
-
Copy bytes from an InputStream to an OutputStream.
- copy(Reader, Writer) - Static method in class org.mmbase.util.IOUtil
-
Copy chars from a Reader to a Writer.
- copy(Reader, Writer, int) - Static method in class org.mmbase.util.IOUtil
-
Copy chars from a Reader to a Writer.
- CopyCharTransformer - Class in org.mmbase.util.transformers
-
This is the character transformer which does not actually transform
anything, it just copies the reader to the writer.
- count - Variable in class org.mmbase.util.externalprocess.ProcessClosure
-
- CP1252Surrogator - Class in org.mmbase.util.transformers
-
Surrogates the Windows CP1252 characters which are not valid ISO-8859-1.
- CP1252Surrogator() - Constructor for class org.mmbase.util.transformers.CP1252Surrogator
-
- CP1252Surrogator(int) - Constructor for class org.mmbase.util.transformers.CP1252Surrogator
-
- createBoundary() - Static method in class org.mmbase.util.MultiPartFormOutputStream
-
Creates a multipart boundary string by concatenating 20 hyphens (-)
and the hexadecimal (base-16) representation of the current time in
milliseconds.
- createConnection(URL) - Static method in class org.mmbase.util.MultiPartFormOutputStream
-
Creates a new java.net.URLConnection object from the
specified java.net.URL.
- createFileWatcher(String) - Method in class org.mmbase.util.ResourceWatcher
-
When a resource is added to this ResourceWatcher, this method is called to create a
FileWatcher, and add all files associated with the resource to it.
- createNewStatus() - Method in class org.mmbase.util.transformers.BufferedReaderTransformer
-
- createNewStatus() - Method in class org.mmbase.util.transformers.SpaceReducer
-
- createPatternParser(String) - Method in class org.mmbase.util.logging.log4j.MMPatternLayout
-
- createResourceAsStream(String) - Method in class org.mmbase.util.ResourceLoader
-
If you want to change a resource, or create one, then this method can be used.
- createSubHandler(ResourceLoader) - Method in class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandler
-
- createSubHandler(ResourceLoader) - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
-
- createSubHandler(ResourceLoader) - Method in class org.mmbase.util.ResourceLoader.FileURLStreamHandler
-
- createSubHandler(ResourceLoader) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
-
- createSubHandler(ResourceLoader) - Method in class org.mmbase.util.ResourceLoader.ServletResourceURLStreamHandler
-
- createTagger(String) - Method in class org.mmbase.util.StringTagger
-
Parses the given line, and stores all value-pairs found in the
tokens and multitokens fields.
- createURLStreamHandler(ResourceLoader, ResourceLoader.Type) - Method in class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandlerFactory
-
- createURLStreamHandler(ResourceLoader, ResourceLoader.Type) - Method in class org.mmbase.util.ResourceLoader.ClassesFileURLStreamHandlerFactory
-
- createURLStreamHandler(ResourceLoader, ResourceLoader.Type) - Method in class org.mmbase.util.ResourceLoader.ConfigClassLoaderURLStreamHandlerFactory
-
- createURLStreamHandler(ResourceLoader, ResourceLoader.Type) - Method in class org.mmbase.util.ResourceLoader.ConfigServletResourceURLStreamHandlerFactory
-
- createURLStreamHandler(ResourceLoader, ResourceLoader.Type) - Method in class org.mmbase.util.ResourceLoader.FullyClassifiedClassLoaderURLStreamHandlerFactory
-
- createURLStreamHandler(ResourceLoader, ResourceLoader.Type) - Method in class org.mmbase.util.ResourceLoader.MMBaseConfigSettingFileURLStreamHandlerFactory
-
- createURLStreamHandler(ResourceLoader, ResourceLoader.Type) - Method in class org.mmbase.util.ResourceLoader.URLStreamHandlerFactory
-
- CSVReader - Class in org.mmbase.util
-
Reads Comma Separated Values (CSV).
- CSVReader(String, String, String) - Constructor for class org.mmbase.util.CSVReader
-
Constructor
- CSVReader(String, String) - Constructor for class org.mmbase.util.CSVReader
-
- CSVReader(String) - Constructor for class org.mmbase.util.CSVReader
-
- curChar - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
-
- curChar - Variable in class org.mmbase.util.transformers.ListParserTokenManager
-
- curDepth - Variable in class org.mmbase.util.transformers.ListParser
-
- curLexState - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
-
- curLexState - Variable in class org.mmbase.util.transformers.ListParserTokenManager
-
- currentToken - Variable in exception org.mmbase.util.dateparser.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception org.mmbase.util.transformers.ParseException
-
This is the last token that has been consumed successfully.
- D - Static variable in class org.mmbase.util.transformers.RomanTransformer
-
Constants for roman numbers
- dataSource - Variable in class org.mmbase.util.SqlExecutor
-
- DataSourceAvailable(DataSource, String) - Constructor for class org.mmbase.core.event.SystemEvent.DataSourceAvailable
-
- date() - Method in class org.mmbase.util.dateparser.DateParser
-
- date - Variable in class org.mmbase.util.DynamicDate
-
The original string by which this instance was gotten.
- DateFormats - Class in org.mmbase.util
-
Utility function to create DateFormat instances.
- DateFormats() - Constructor for class org.mmbase.util.DateFormats
-
- DateFormats.DayOfWeekDateFormat - Class in org.mmbase.util
-
There is no DateFormat which can return the day of the week as a number available in
java.text package.
- DateParser - Class in org.mmbase.util.dateparser
-
- DateParser(InputStream) - Constructor for class org.mmbase.util.dateparser.DateParser
-
Constructor with InputStream.
- DateParser(InputStream, String) - Constructor for class org.mmbase.util.dateparser.DateParser
-
Constructor with InputStream and supplied encoding
- DateParser(Reader) - Constructor for class org.mmbase.util.dateparser.DateParser
-
Constructor.
- DateParser(DateParserTokenManager) - Constructor for class org.mmbase.util.dateparser.DateParser
-
Constructor with generated Token Manager.
- DateParser.JJCalls - Class in org.mmbase.util.dateparser
-
- DateParserConstants - Interface in org.mmbase.util.dateparser
-
Token literal values and constants.
- DateParserTokenManager - Class in org.mmbase.util.dateparser
-
Token Manager.
- DateParserTokenManager(SimpleCharStream) - Constructor for class org.mmbase.util.dateparser.DateParserTokenManager
-
Constructor.
- DateParserTokenManager(SimpleCharStream, int) - Constructor for class org.mmbase.util.dateparser.DateParserTokenManager
-
Constructor.
- day_of_month_or_week_number() - Method in class org.mmbase.util.dateparser.DateParser
-
- day_of_week() - Method in class org.mmbase.util.dateparser.DateParser
-
- day_of_week_number() - Method in class org.mmbase.util.dateparser.DateParser
-
- day_of_year_number() - Method in class org.mmbase.util.dateparser.DateParser
-
- DayOfWeekDateFormat() - Constructor for class org.mmbase.util.DateFormats.DayOfWeekDateFormat
-
- debug - Variable in class org.mmbase.util.externalprocess.CommandExecutor.Copier
-
- debug(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- debug(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- debug(Object) - Method in class org.mmbase.util.logging.ChainedLogger
-
- debug(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
-
- debug(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- debug(Object, Throwable) - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- debug(Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- debug(Object, Throwable) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- debug(Object) - Method in class org.mmbase.util.logging.java.Impl
-
- debug(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
-
- DEBUG - Static variable in class org.mmbase.util.logging.Level
-
A constant.
- debug(Object) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- debug(Object, Throwable) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- debug(Object) - Method in interface org.mmbase.util.logging.Logger
-
Logs the message m with debug priority.
- debug(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
-
- debug(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- debug(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- DEBUG_INT - Static variable in class org.mmbase.util.logging.Level
-
- debugStream - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
-
Debug output.
- debugStream - Variable in class org.mmbase.util.transformers.ListParserTokenManager
-
Debug output.
- decimalToRoman(int) - Static method in class org.mmbase.util.transformers.RomanTransformer
-
Converts int to roman number (if bigger than 0, smaller then 4000), other wise return the
integer as a string.
- decimalToRomanDigit(int) - Static method in class org.mmbase.util.transformers.RomanTransformer
-
Converts an integer to one the letters of the roman number system, or ' ' if no such number.
- decode(String, String) - Static method in class org.mmbase.util.Encode
-
This function will decode a given string to it's decoded variant.
- decode(String) - Method in class org.mmbase.util.Encode
-
This function will decode a given string to it's decoded variant
- decodeBytes(String, String) - Static method in class org.mmbase.util.Encode
-
- decodeBytes(String) - Method in class org.mmbase.util.Encode
-
- decrement() - Method in class org.mmbase.util.dateparser.DateParser
-
- DEFAULT - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface org.mmbase.util.transformers.ListParserConstants
-
Lexical state.
- DEFAULT_DELAY - Static variable in class org.mmbase.util.FileWatcher
-
The default delay between every file modification check, set to 60
seconds.
- DEFAULT_MAGIC_FILE - Static variable in class org.mmbase.util.magicfile.MagicParser
-
the default files used to create the Detectors
DEFAULT_MAGIC_FILE = "/etc/mime-magic"
- DefaultFromServletContext() - Constructor for class org.mmbase.util.LocalizedString.DefaultFromServletContext
-
- defaultLexState - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
-
- defaultLexState - Variable in class org.mmbase.util.transformers.ListParserTokenManager
-
- defaulttemplate - Variable in class org.mmbase.util.PasswordGenerator
-
Default template to use when generating passwords.
- defaultTimeZone - Static variable in class org.mmbase.util.dateparser.DateParser
-
- degrade(Locale, Locale) - Static method in class org.mmbase.util.LocalizedString
-
Degrades a Locale object to a more general Locale.
- degrade(Locale) - Static method in class org.mmbase.util.LocalizedString
-
- DELAY - Static variable in class org.mmbase.util.externalprocess.CommandLauncher
-
The number of milliseconds to pause between polling.
- delay - Static variable in class org.mmbase.util.logging.Performance
-
- delaytime - Static variable in class org.mmbase.util.logging.Performance
-
- delete(int, int) - Method in class org.mmbase.util.StringObject
-
Deprecated.
delete part of the buffer
- description - Static variable in class org.mmbase.util.logging.Performance
-
- destroy() - Method in class org.mmbase.servlet.CharacterEncodingFilter
-
- destroy() - Method in class org.mmbase.servlet.CharsetRemoverFilter
-
destroys the filter
- Detector - Interface in org.mmbase.util.magicfile
-
A Detector stores one entry from the magic.xml file, and contains
the functionality to determines if a certain byte[] satisfies it.
- DetectorProvider - Interface in org.mmbase.util.magicfile
-
DetectorProvider classes are meant to provide a list of Detectors,
which can be used by MagicFile.
- detectors - Variable in class org.mmbase.util.magicfile.MagicFile
-
- determinXMLEncoding() - Method in class org.mmbase.util.GenericResponseWrapper
-
- DIACRITICS - Static variable in class org.mmbase.util.transformers.DiacriticsRemover
-
- DiacriticsRemover - Class in org.mmbase.util.transformers
-
This transformer removes all diacritics from the characters of a string.
- DiacriticsRemover() - Constructor for class org.mmbase.util.transformers.DiacriticsRemover
-
- DijkstraSemaphore - Class in org.mmbase.util
-
Also called counting semaphores, Dijkstra semaphores are used to control access to
a set of resources.
- DijkstraSemaphore(int) - Constructor for class org.mmbase.util.DijkstraSemaphore
-
Creates a Dijkstra semaphore with the specified max count and initial count set
to the max count (all resources released)
- DijkstraSemaphore(int, int) - Constructor for class org.mmbase.util.DijkstraSemaphore
-
Creates a Dijkstra semaphore with the specified max count and an initial count
of acquire() operations that are assumed to have already been performed.
- directories - Variable in class org.mmbase.util.magicfile.ZipDetector
-
- disable(String) - Method in class org.mmbase.cache.CacheManager
-
- disable(String) - Method in interface org.mmbase.cache.CacheManagerMBean
-
- disable_tracing() - Method in class org.mmbase.util.dateparser.DateParser
-
Disable tracing.
- disable_tracing() - Method in class org.mmbase.util.transformers.ListParser
-
Disable tracing.
- doCase(Logger) - Static method in class org.mmbase.util.logging.Performance
-
- doCaseDelayed(Logger) - Static method in class org.mmbase.util.logging.Performance
-
- doCaseIfDebug(Logger) - Static method in class org.mmbase.util.logging.Performance
-
- doCaseLog4j(String) - Static method in class org.mmbase.util.logging.Performance
-
- doCaseNoSystem() - Static method in class org.mmbase.util.logging.Performance
-
- doConfigure(InputStream) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
-
- doConfigure(File) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
-
Performs the actual parsing of the log4j configuration file and handles the errors
- document - Variable in class org.mmbase.util.xml.DocumentReader
-
- DOCUMENTBUILDER - Static variable in class org.mmbase.util.Casting
-
- DocumentReader - Class in org.mmbase.util.xml
-
The DocumentReader class provides methods for loading a xml document in memory.
- DocumentReader() - Constructor for class org.mmbase.util.xml.DocumentReader
-
Creates an empty document reader.
- DocumentReader(InputSource) - Constructor for class org.mmbase.util.xml.DocumentReader
-
Constructs the document by reading it from a source.
- DocumentReader(InputSource, boolean) - Constructor for class org.mmbase.util.xml.DocumentReader
-
Constructs the document by reading it from a source.
- DocumentReader(InputSource, Class<?>) - Constructor for class org.mmbase.util.xml.DocumentReader
-
Constructs the document by reading it from a source.
- DocumentReader(InputSource, boolean, boolean, Class<?>) - Constructor for class org.mmbase.util.xml.DocumentReader
-
Constructs the document by reading it from a source.
- DocumentReader(InputSource, boolean, Class<?>) - Constructor for class org.mmbase.util.xml.DocumentReader
-
- DocumentReader(Document) - Constructor for class org.mmbase.util.xml.DocumentReader
-
- DocumentSerializable - Class in org.mmbase.util.xml
-
Wraps an
Document to be certainly serializable (and cloneable).
- DocumentSerializable(Document) - Constructor for class org.mmbase.util.xml.DocumentSerializable
-
- DocumentWriter - Class in org.mmbase.util.xml
-
Abstract class for creating xml documents.
- DocumentWriter(String, String, String) - Constructor for class org.mmbase.util.xml.DocumentWriter
-
Constructs the document writer.
- DocumentWriter(String, String, String, boolean) - Constructor for class org.mmbase.util.xml.DocumentWriter
-
Constructs the document writer.
- DocumentWriter(InputSource) - Constructor for class org.mmbase.util.xml.DocumentWriter
-
Constructs the document by reading it from a source.
- DocumentWriter(InputSource, boolean, Class<?>) - Constructor for class org.mmbase.util.xml.DocumentWriter
-
Constructs the document by reading it from a source.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.mmbase.servlet.CharacterEncodingFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.mmbase.servlet.CharsetRemoverFilter
-
- DOMAIN - Static variable in class org.mmbase.util.xml.EntityResolver
-
- Done() - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Reset buffer when finished.
- done() - Method in class org.mmbase.util.externalprocess.AbstractMonitor
-
- done() - Method in interface org.mmbase.util.externalprocess.IProgressMonitor
-
Notifies that the work is done; that is, either the external process is
completed or the user canceled it.
- Done() - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Reset buffer when finished.
- DOUBLE_PATTERN - Static variable in class org.mmbase.util.Casting
-
- doubleQuote(String, int) - Static method in class org.mmbase.util.Strip
-
Strip double quotes from beginning, end or both, only once.
- DTD_ERROR - Static variable in class org.mmbase.util.xml.DocumentReader
-
DTD respource filename of the most recent Error DTD
- DTD_ERROR_1_0 - Static variable in class org.mmbase.util.xml.DocumentReader
-
DTD resource filename of the Error DTD version 1.0
- DTD_EVENTMANAGER - Static variable in class org.mmbase.core.event.EventManager
-
- DTD_SUBPATH - Static variable in class org.mmbase.util.xml.EntityResolver
-
- DTD_UTIL - Static variable in class org.mmbase.util.xml.UtilReader
-
DTD respource filename of the most recent Utilities config DTD
- DTD_UTIL_1_0 - Static variable in class org.mmbase.util.xml.UtilReader
-
DTD resource filename of the Utilities config DTD version 1.0
- dynamic() - Method in class org.mmbase.util.dateparser.DateParser
-
- DynamicDate - Class in org.mmbase.util
-
A DynamicDate is a Date object that has no fixed value, like 'now'.
- DynamicDate(String) - Constructor for class org.mmbase.util.DynamicDate
-
- elements() - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Returns an Enumeration on the table's element values.
- elements() - Method in class org.mmbase.util.StringTagger
-
Returns a Enumeration of the values as String.
- enable(String) - Method in class org.mmbase.cache.CacheManager
-
- enable(String) - Method in interface org.mmbase.cache.CacheManagerMBean
-
- enable_tracing() - Method in class org.mmbase.util.dateparser.DateParser
-
Enable tracing.
- enable_tracing() - Method in class org.mmbase.util.transformers.ListParser
-
Enable tracing.
- Encode - Class in org.mmbase.util
-
Class to convert from/to a string (byte[]) from/to a encoded string (byte[])
Supported encodings are at this moment:
BASE64
HEX
ESCAPE_XML
ESCAPE_HTML
ESCAPE_HTML_ATTRIBUTE
ESCAPE_WML
ESCAPE_WML_ATTRIBUTE
ESCAPE_URL
ESCAPE_URL_PARAM
ESCAPE_SINGLE_QUOTE
A list of supported encodings can be gotten by java
org.mmbase.util.Encode, and you add your own encodings by calling
the static function 'register' of this class.
- Encode(String) - Constructor for class org.mmbase.util.Encode
-
Created a encode instance of a certain type of encoding.
- encode(String, String) - Static method in class org.mmbase.util.Encode
-
This function will encode a given string to it's encoded
variant.
- encode(String, byte[]) - Static method in class org.mmbase.util.Encode
-
- encode(String) - Method in class org.mmbase.util.Encode
-
This function will encode a given string to it's encoded variant.
- encode(byte[]) - Method in class org.mmbase.util.Encode
-
Encodes a byte array.
- encodeRedirectURL(String) - Method in class org.mmbase.util.GenericResponseWrapper
-
- encodeRedirectUrl(String) - Method in class org.mmbase.util.LocalHttpServletResponse
-
Deprecated.
- encodeRedirectURL(String) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- encodeURL(String) - Method in class org.mmbase.util.GenericResponseWrapper
-
- encodeUrl(String) - Method in class org.mmbase.util.LocalHttpServletResponse
-
Deprecated.
- encodeURL(String) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- encoding - Variable in class org.mmbase.util.WriterOutputStream
-
- encoding - Variable in class org.mmbase.util.xml.EntityResolver.Resource
-
- EncodingDetectingOutputStreamWriter - Class in org.mmbase.util
-
- EncodingDetectingOutputStreamWriter(OutputStream) - Constructor for class org.mmbase.util.EncodingDetectingOutputStreamWriter
-
- END - Static variable in interface org.mmbase.util.transformers.ListParserConstants
-
RegularExpression Id.
- endColumn - Variable in class org.mmbase.util.dateparser.Token
-
The column number of the last character of this Token.
- endColumn - Variable in class org.mmbase.util.transformers.Token
-
The column number of the last character of this Token.
- endLine - Variable in class org.mmbase.util.dateparser.Token
-
The line number of the last character of this Token.
- endLine - Variable in class org.mmbase.util.transformers.Token
-
The line number of the last character of this Token.
- endLists(StringBuilder) - Method in class org.mmbase.util.transformers.ListParser
-
- ensureCapacity(int) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Ensures that the capacity of the buffer is at least equal to the
specified minimum.
- ENTIRE - Static variable in class org.mmbase.util.transformers.ChunkedTransformer
-
Match the entire stream (so, one String must be created).
- ENTITY_END - Static variable in class org.mmbase.util.transformers.Iso1
-
- ENTITY_START - Static variable in class org.mmbase.util.transformers.Iso1
-
- EntityResolver - Class in org.mmbase.util.xml
-
Take the systemId and converts it into a local file, using the MMBase config path
This is used for resolving DTD's and XSD's, but also e.g.
- EntityResolver() - Constructor for class org.mmbase.util.xml.EntityResolver
-
empty constructor
- EntityResolver(boolean) - Constructor for class org.mmbase.util.xml.EntityResolver
-
- EntityResolver(boolean, Class<?>) - Constructor for class org.mmbase.util.xml.EntityResolver
-
- EntityResolver.FileResource - Class in org.mmbase.util.xml
-
- EntityResolver.Resource - Class in org.mmbase.util.xml
-
Container for dtd resources information
- EntityResolver.StringResource - Class in org.mmbase.util.xml
-
- Entry<K,V> - Class in org.mmbase.util
-
Represents a pair of values ('key' and a 'value').
- Entry(K, V) - Constructor for class org.mmbase.util.Entry
-
- Entry(Map.Entry<? extends K, ? extends V>) - Constructor for class org.mmbase.util.Entry
-
- Entry(String, URL) - Constructor for class org.mmbase.util.xml.URIResolver.Entry
-
- Entry(String, ClassLoader) - Constructor for class org.mmbase.util.xml.URIResolver.Entry
-
- EntryList() - Constructor for class org.mmbase.util.xml.URIResolver.EntryList
-
- entrySet() - Method in class org.mmbase.cache.Cache
-
- entrySet() - Method in class org.mmbase.cache.implementation.LRUCache
-
- entrySet() - Method in class org.mmbase.util.BijectiveMap
-
- entrySet() - Method in class org.mmbase.util.LinkMap
-
- entrySet() - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Returns the entries of this Map.
- entrySet() - Method in class org.mmbase.util.StringTagger
-
returns all values
- entrySet() - Method in class org.mmbase.util.xml.UtilReader.PropertiesMap
- ents - Static variable in class org.mmbase.util.xml.EntityResolver
-
- EnvironmentReader - Class in org.mmbase.util.externalprocess
-
Reader for importing the OS Environment properties into java.
- EnvironmentReader() - Constructor for class org.mmbase.util.externalprocess.EnvironmentReader
-
- EOF - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
-
End of File.
- EOF - Static variable in interface org.mmbase.util.transformers.ListParserConstants
-
End of File.
- eol - Variable in exception org.mmbase.util.dateparser.ParseException
-
The end of line string for this machine.
- eol - Variable in exception org.mmbase.util.transformers.ParseException
-
The end of line string for this machine.
- equals(Object) - Method in class org.mmbase.cache.Cache
-
- equals(Object) - Method in class org.mmbase.cache.CacheManager.Bean
-
- equals(Object) - Method in class org.mmbase.cache.xslt.TemplateCache.Key
-
- equals(Object) - Method in class org.mmbase.core.event.EventBroker
-
- equals(Object, Object) - Static method in class org.mmbase.util.Casting
-
- equals(Object) - Method in class org.mmbase.util.ChainedComparator
-
- equals(Object) - Method in class org.mmbase.util.DynamicDate
-
- equals(Object) - Method in class org.mmbase.util.Entry
-
- equals(Object) - Method in class org.mmbase.util.LocaleCollator
-
- equals(String, String) - Method in class org.mmbase.util.LocaleCollator
-
- equals(Object) - Method in class org.mmbase.util.LocalizedString.DefaultFromServletContext
-
- equals(Object) - Method in class org.mmbase.util.LocalizedString
-
- equals(Object) - Method in class org.mmbase.util.MimeType
-
- equals(Object) - Method in class org.mmbase.util.ResourceLoader
-
- equals(Object) - Method in class org.mmbase.util.ResourceLoader.FileURLStreamHandler
-
- equals(Object) - Method in class org.mmbase.util.ResourceLoader.ServletContextInit
-
- equals(Object) - Method in class org.mmbase.util.SerializableInputStream
-
- equals(Object) - Method in class org.mmbase.util.SortedBundle.ValueWrapper
-
- equals(Object) - Method in class org.mmbase.util.StringTagger
-
Returns whether two objects are the same
- equals(Object) - Method in class org.mmbase.util.WrappedLocalizedString
-
- equals(Object) - Method in class org.mmbase.util.xml.DocumentSerializable
-
- equals(Object) - Method in class org.mmbase.util.xml.URIResolver.Entry
-
- equals(Object) - Method in class org.mmbase.util.xml.URIResolver
-
URIResolver can be used as a key in Maps (Caches).
- error - Variable in class org.mmbase.util.externalprocess.ProcessClosure
-
The stream where data is written to when piped from stderr
- error(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- error(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- error(Object) - Method in class org.mmbase.util.logging.ChainedLogger
-
- error(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
-
- error(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- error(Object, Throwable) - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- error(Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- error(Object, Throwable) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- error(Object) - Method in class org.mmbase.util.logging.java.Impl
-
- error(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
-
- error(String, String, int, String, int) - Method in class org.mmbase.util.logging.JavaScriptErrorReporter
-
- ERROR - Static variable in class org.mmbase.util.logging.Level
-
A constant.
- error(Object) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- error(Object, Throwable) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- error(Object) - Method in interface org.mmbase.util.logging.Logger
-
Logs the message m with error priority.
- error(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
-
- error(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- error(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- error(SAXParseException) - Method in class org.mmbase.util.transformers.XmlField.ErrorHandler
-
- ERROR - Static variable in class org.mmbase.util.xml.ErrorHandler
-
- error(SAXParseException) - Method in class org.mmbase.util.xml.ErrorHandler
-
- ERROR_INT - Static variable in class org.mmbase.util.logging.Level
-
- errorBuff - Variable in class org.mmbase.util.transformers.XmlField.ErrorHandler
-
- errorCode - Variable in error org.mmbase.util.dateparser.TokenMgrError
-
Indicates the reason why the exception is thrown.
- errorCode - Variable in error org.mmbase.util.transformers.TokenMgrError
-
Indicates the reason why the exception is thrown.
- ErrorHandler(StringBuilder) - Constructor for class org.mmbase.util.transformers.XmlField.ErrorHandler
-
- ErrorHandler - Class in org.mmbase.util.xml
-
Provides ErrorHandler methods
- ErrorHandler() - Constructor for class org.mmbase.util.xml.ErrorHandler
-
- ErrorHandler(boolean, int) - Constructor for class org.mmbase.util.xml.ErrorHandler
-
- errorOrWarning - Variable in class org.mmbase.util.transformers.XmlField.ErrorHandler
-
- errorReader - Variable in class org.mmbase.util.externalprocess.ProcessClosure
-
Thread for copying bytes from stderr to error
- escape(CharTransformer, CharSequence) - Static method in class org.mmbase.util.Casting
-
- Escape - Class in org.mmbase.util
-
- ESCAPE - Static variable in class org.mmbase.util.transformers.Url
-
- escape(BufferedInputStream, Writer) - Static method in class org.mmbase.util.transformers.UrlEscaper
-
- ESCAPE - Static variable in class org.mmbase.util.transformers.Xml
-
- ESCAPE_ATTRIBUTE - Static variable in class org.mmbase.util.transformers.Xml
-
- ESCAPE_ATTRIBUTE_DOUBLE - Static variable in class org.mmbase.util.transformers.Xml
-
- ESCAPE_ATTRIBUTE_HTML - Static variable in class org.mmbase.util.transformers.Xml
-
- ESCAPE_ATTRIBUTE_SINGLE - Static variable in class org.mmbase.util.transformers.Xml
-
- ESCAPE_BOTH_QUOTES - Static variable in class org.mmbase.util.transformers.Javascript
-
- ESCAPE_DOUBLE_QUOTES - Static variable in class org.mmbase.util.transformers.Javascript
-
- ESCAPE_QUOTES - Static variable in class org.mmbase.util.transformers.Sql
-
- ESCAPE_SINGLE_QUOTES - Static variable in class org.mmbase.util.transformers.Javascript
-
- escapeChar(Reader, Writer, char) - Static method in class org.mmbase.util.transformers.Javascript
-
Escapes a quote
- escapeChar(Reader, Writer) - Static method in class org.mmbase.util.transformers.Javascript
-
- escapeCharBack(Reader, Writer) - Static method in class org.mmbase.util.transformers.Javascript
-
Unescapes \-escapes in a string.
- escaper - Variable in class org.mmbase.util.Casting.StringSerializableInputStream
-
- eval(String) - Static method in class org.mmbase.util.DynamicDate
-
- eval(Date) - Static method in class org.mmbase.util.DynamicDate
-
Makes sure the argument 'date' is no DynamicDate any more.
- evalDate() - Method in class org.mmbase.util.DynamicDate
-
This produces a normal Date object, and is called everytime when that is needed.
- Event - Class in org.mmbase.core.event
-
This class is the base class for all mmbase events
- Event(String, int) - Constructor for class org.mmbase.core.event.Event
-
- Event(String) - Constructor for class org.mmbase.core.event.Event
-
- Event() - Constructor for class org.mmbase.core.event.Event
-
- EventBroker - Class in org.mmbase.core.event
-
This is the base class for all event brokers in mmbase.
- EventBroker() - Constructor for class org.mmbase.core.event.EventBroker
-
- EventListener - Interface in org.mmbase.core.event
-
This interface is the common type for custom EventListener interfaces.
- EventManager - Class in org.mmbase.core.event
-
This class manages all event related stuff.
- EventManager.Ready - Class in org.mmbase.core.event
-
- eventType - Variable in class org.mmbase.core.event.Event
-
- ExceptionImpl - Class in org.mmbase.util.logging
-
A very simple implementation of Logger.
- exec(String) - Method in class org.mmbase.util.externalprocess.ProcessFactory
-
Executes the specified command in a separate process.
- exec(String[]) - Method in class org.mmbase.util.externalprocess.ProcessFactory
-
Executes the specified command and arguments in a separate process.
- exec(String[], String[]) - Method in class org.mmbase.util.externalprocess.ProcessFactory
-
Executes the specified command and arguments in a separate process with
the specified environment.
- exec(String, String[]) - Method in class org.mmbase.util.externalprocess.ProcessFactory
-
Executes the specified command in a separate process with the specified
environment.
- exec(String, String[], String) - Method in class org.mmbase.util.externalprocess.ProcessFactory
-
Executes the specified command in a separate process with the specified
environment and working directory.
- exec(String[], String[], String) - Method in class org.mmbase.util.externalprocess.ProcessFactory
-
Executes the specified command and arguments in a separate process with
the specified environment and working directory.
- execute(OutputStream, CommandExecutor.Method, String, String...) - Static method in class org.mmbase.util.externalprocess.CommandExecutor
-
- execute(OutputStream, OutputStream, CommandExecutor.Method, String, String...) - Static method in class org.mmbase.util.externalprocess.CommandExecutor
-
- execute(InputStream, OutputStream, OutputStream, CommandExecutor.Method, String[], String, String...) - Static method in class org.mmbase.util.externalprocess.CommandExecutor
-
- execute(String) - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
Execute a command
- execute(String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
Execute a command
- execute(String, String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
Execute a command
- execute(String[], String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
Execute a command
- execute(String, String[], String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
Execute a command
- execute(String[], String[], String) - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
Execute a command
- execute(String, String[], String[], String) - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
Execute a command
- executeOnlyIf(Connection, String) - Method in class org.mmbase.util.SqlExecutor
-
- executeQuery(Statement, String) - Method in class org.mmbase.util.SqlExecutor
-
- executeUpdate(Statement, String) - Method in class org.mmbase.util.SqlExecutor
-
- exit() - Method in class org.mmbase.util.FileWatcher
-
Stops watching.
- exit() - Method in class org.mmbase.util.ResourceWatcher
-
Stops watching.
- ExpandBuff(boolean) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
- ExpandBuff(boolean) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
- expectedTokenSequences - Variable in exception org.mmbase.util.dateparser.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception org.mmbase.util.transformers.ParseException
-
Each entry in this array is an array of integers.
- ExprCalc - Class in org.mmbase.util
-
Class to calculate expressions.
- ExprCalc(String) - Constructor for class org.mmbase.util.ExprCalc
-
Constructor of ExrpCalc
- ExtendedProperties - Class in org.mmbase.util
-
Deprecated.
- ExtendedProperties() - Constructor for class org.mmbase.util.ExtendedProperties
-
Deprecated.
Extended Properties constructor
- ExtendedProperties(String) - Constructor for class org.mmbase.util.ExtendedProperties
-
Deprecated.
Create and read an ExtendedProperty from file.
- ExtendedProperties(ExtendedProperties) - Constructor for class org.mmbase.util.ExtendedProperties
-
Deprecated.
Create an ExtendedProperties with a Allready filled ExtendedProperty list.
- extensionToMimeType(String) - Method in class org.mmbase.util.magicfile.MagicFile
-
Given a file's extension returns its mimetype (e.g.
- gen - Variable in class org.mmbase.util.dateparser.DateParser.JJCalls
-
- generate() - Method in class org.mmbase.util.xml.DocumentWriter
-
Generates the document.
- generateDocument() - Method in class org.mmbase.util.xml.DocumentWriter
-
Generates the document if it hadn't be done so already.
- generateParseException() - Method in class org.mmbase.util.dateparser.DateParser
-
Generate ParseException.
- generateParseException() - Method in class org.mmbase.util.transformers.ListParser
-
Generate ParseException.
- GenericResponseWrapper - Class in org.mmbase.util
-
Wrapper around the response.
- GenericResponseWrapper(HttpServletResponse) - Constructor for class org.mmbase.util.GenericResponseWrapper
-
Public constructor
- GenericResponseWrapper(HttpServletResponse, String) - Constructor for class org.mmbase.util.GenericResponseWrapper
-
Sets also a value for the characterEncoding which must be supposed.
- get(Object) - Method in class org.mmbase.cache.Cache
-
Like 'get' of Maps but considers if the cache is active or not, and the cache policy of the key.
- get(Object) - Method in class org.mmbase.cache.implementation.LRUCache
-
- get(Templates, Source, Map, Properties, Document) - Method in class org.mmbase.cache.xslt.ResultCache
-
This is an intelligent get, which also does the put if it
cannot find the requested result.
- get(int) - Method in class org.mmbase.util.Casting.ListWrapper
-
- get(int) - Method in class org.mmbase.util.ChainedList
-
- get(Object) - Method in class org.mmbase.util.LinkMap
-
- get() - Method in enum org.mmbase.util.LocaleCollator.Decomposition
-
- get() - Method in enum org.mmbase.util.LocaleCollator.Strength
-
- get(Locale) - Method in class org.mmbase.util.LocaleLocalizedString
-
- get(Locale) - Method in class org.mmbase.util.LocalizedString
-
Gets the value for a certain locale.
- get(String) - Method in interface org.mmbase.util.logging.MDC
-
- get(Object) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Retrieves an element from the table.
- get(Locale) - Method in class org.mmbase.util.ReplacingLocalizedString
-
- get() - Method in enum org.mmbase.util.ResourceLoader.Type
-
- get() - Method in class org.mmbase.util.SerializableInputStream
-
- get(Object) - Method in class org.mmbase.util.StringTagger
-
Returns the value of a key as an Object.
- get(Locale) - Method in class org.mmbase.util.WrappedLocalizedString
-
- get(String) - Static method in class org.mmbase.util.xml.UtilReader
-
Returns a UtilReader for the given fileName.
- get() - Static method in class org.mmbase.Version
-
Returns the version of this MMBase.
- getAllPossibleLog4jPriorities() - Static method in class org.mmbase.util.logging.log4j.Log4jLevel
-
- getAttribute(String) - Method in class org.mmbase.util.LocalServletRequest
-
- getAttribute(String) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
-
- getAttribute(Element, String, String) - Static method in class org.mmbase.util.xml.DocumentReader
-
Returns the value of a certain attribute, either an unqualified attribute or an attribute that fits in the
passed namespace
- getAttributeNames() - Method in class org.mmbase.util.LocalServletRequest
-
- getAttributeNames() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
-
- getAuthor() - Method in class org.mmbase.util.magicfile.MagicXMLReader
-
- getAuthType() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getAverageValueLength() - Method in class org.mmbase.cache.Cache
-
Returns the average 'length' of the values in the cache.
- getAverageValueLength() - Method in interface org.mmbase.cache.CacheMBean
-
- getBean(String) - Static method in class org.mmbase.cache.CacheManager
-
Returns a cache wrapped in a 'Bean', so it is not a Map any more.
- getBeginColumn() - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Get token beginning column number.
- getBeginColumn() - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Get token beginning line number.
- getBeginLine() - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Get token beginning line number.
- getBoundary() - Method in class org.mmbase.util.MultiPartFormOutputStream
-
Gets the multipart boundary string being used by this stream.
- getBrokers() - Method in class org.mmbase.core.event.EventManager
-
- getBuffer() - Method in class org.mmbase.util.StringBufferWriter
-
Return the string buffer itself.
- getBuffer() - Method in class org.mmbase.util.StringBuilderWriter
-
Return the string buffer itself.
- getBufferSize() - Method in class org.mmbase.util.LocalServletResponse
-
- getBuildDate() - Static method in class org.mmbase.Version
-
Returns the build date of this MMBase.
- getBundle() - Method in class org.mmbase.util.LocalizedString
-
- getBundle() - Method in class org.mmbase.util.WrappedLocalizedString
-
- getBytes() - Method in class org.mmbase.util.StringObject
-
Deprecated.
- getByteSize() - Method in class org.mmbase.cache.Cache
-
- getByteSize(SizeOf) - Method in class org.mmbase.cache.Cache
-
- getByteSize() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getByteSize() - Method in interface org.mmbase.cache.CacheMBean
-
- getByteSize() - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
- getByteSize(SizeOf) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
- getByteSize() - Method in class org.mmbase.util.LRUHashtable.LRUEntry
-
Deprecated.
- getByteSize(SizeOf) - Method in class org.mmbase.util.LRUHashtable.LRUEntry
-
Deprecated.
- getByteSize() - Method in interface org.mmbase.util.SizeMeasurable
-
Determines the byte-size of this object
- getByteSize(SizeOf) - Method in interface org.mmbase.util.SizeMeasurable
-
Determines the byte-size of this object using the given SizeOf instance.
- getByteSize(Object) - Static method in class org.mmbase.util.SizeOf
-
- getByteSize() - Method in class org.mmbase.util.xml.URIResolver
-
- getByteSize(SizeOf) - Method in class org.mmbase.util.xml.URIResolver
-
- getCache(String) - Static method in class org.mmbase.cache.CacheManager
-
Returns the Cache with a certain name.
- getCache() - Static method in class org.mmbase.cache.xslt.FactoryCache
-
- getCache() - Static method in class org.mmbase.cache.xslt.ResultCache
-
Returns the XSLT Result cache.
- getCache() - Static method in class org.mmbase.cache.xslt.TemplateCache
-
Returns the Template cache.
- getCachedProperties(String) - Static method in class org.mmbase.util.ApplicationContextReader
-
- getCachePolicy() - Method in interface org.mmbase.cache.Cacheable
-
Returns the CachePolicy of the object.
- getCaches(String) - Static method in class org.mmbase.cache.CacheManager
-
- getCaches() - Static method in class org.mmbase.cache.CacheManager
-
Returns the names of all caches.
- getCharacterEncoding() - Method in class org.mmbase.util.GenericResponseWrapper
-
Returns the name of the charset used for the MIME body sent in this response.
- getCharacterEncoding() - Method in class org.mmbase.util.LocalServletRequest
-
- getCharacterEncoding() - Method in class org.mmbase.util.LocalServletResponse
-
- getChars(int, int, char[], int) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Copies the characters of the specified substring (determined by
srcBegin and srcEnd) into the character array, starting at the
array's dstBegin location.
- getCheapByteSize() - Method in class org.mmbase.cache.Cache
-
Returns the sum of bytesizes of every key and value.
- getCheapByteSize() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getChildContexts(Pattern, boolean) - Method in class org.mmbase.util.ResourceLoader
-
- getChildElements(String) - Method in class org.mmbase.util.xml.DocumentReader
-
- getChildElements(Element) - Static method in class org.mmbase.util.xml.DocumentReader
-
- getChildElements(String, String) - Method in class org.mmbase.util.xml.DocumentReader
-
- getChildElements(Element, String) - Static method in class org.mmbase.util.xml.DocumentReader
-
- getChildResourceLoader(String) - Method in class org.mmbase.util.ResourceLoader
-
- getClass(Element) - Static method in class org.mmbase.util.xml.Instantiator
-
- getCollationKey(String) - Method in class org.mmbase.util.LocaleCollator
-
- getColumn() - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Deprecated.
- getCommand() - Method in class org.mmbase.util.transformers.AbstractCommandStringTransformer
-
- getCommand() - Method in class org.mmbase.util.transformers.Figlet
-
- getCommand() - Method in class org.mmbase.util.transformers.Graphviz
-
- getCommand() - Method in class org.mmbase.util.transformers.Perl
-
- getCommandArgs() - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
get CommandArgs.
- getComparator() - Method in class org.mmbase.util.magicfile.BasicDetector
-
- getConfigFile() - Method in class org.mmbase.util.transformers.Censor
-
- getConfigFile() - Method in class org.mmbase.util.transformers.LinkFinder
-
- getConfigFile() - Method in class org.mmbase.util.transformers.RegexpReplacer
-
This can be overridden if the implementation must use its own configuration file.
- getConfigPath() - Static method in class org.mmbase.util.MMBaseContext
-
- getConfigurationRoot() - Static method in class org.mmbase.util.ResourceLoader
-
Singleton that returns the ResourceLoader for loading mmbase configuration
- getConstantsProvider(Class<?>) - Static method in class org.mmbase.util.SortedBundle
-
Returns a (serializable) Map representing all accessible static public members of given class (so, all constants).
- getContentLength() - Method in class org.mmbase.util.LocalServletRequest
-
- getContentType() - Method in class org.mmbase.util.LocalServletRequest
-
- getContentType() - Method in class org.mmbase.util.LocalServletResponse
-
- getContentType(String) - Static method in class org.mmbase.util.MultiPartFormOutputStream
-
Gets the content type string suitable for the
java.net.URLConnection which includes the multipart
boundary string.
- getContentType() - Method in class org.mmbase.util.SerializableInputStream
-
- getContext() - Static method in class org.mmbase.util.ApplicationContextReader
-
- getContext() - Method in class org.mmbase.util.ResourceLoader
-
Returns the 'context' for the ResourceLoader (an URL).
- getContextPath() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getCookies() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getCount(K) - Method in class org.mmbase.cache.Cache
-
- getCount(K) - Method in interface org.mmbase.cache.CacheImplementationInterface
-
Returns the hit-count on a certain key (if implementable, -1 otherwise).
- getCount(K) - Method in class org.mmbase.cache.implementation.LRUCache
-
- getCount() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Copier
-
- getCount() - Method in class org.mmbase.util.externalprocess.ProcessClosure
-
- getCount() - Method in class org.mmbase.util.externalprocess.StreamCopyThread
-
- getCount() - Method in class org.mmbase.util.logging.LoggerWriter
-
- getCount(Object) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Retrieves the count of the object with a certain key.
- getCounts() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getCurrentlyOpen() - Method in class org.mmbase.util.transformers.SpaceReducer.SpaceReducerStatus
-
- getCwd() - Method in class org.mmbase.util.xml.URIResolver
-
Returns the working directory which was supplied in the
constructor.
- getDatabaseName() - Method in class org.mmbase.core.event.SystemEvent.Up
-
- getDataDir() - Method in class org.mmbase.core.event.SystemEvent.Up
-
- getDataDir() - Static method in class org.mmbase.util.MMBaseContext
-
- getDataSource() - Method in class org.mmbase.core.event.SystemEvent.DataSourceAvailable
-
- getDataSource() - Method in class org.mmbase.util.SqlExecutor
-
- getDate() - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- getDateHeader(String) - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getDay() - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- getDebugList() - Method in class org.mmbase.util.logging.BufferedLogger
-
- getDebugString() - Method in class org.mmbase.util.LocalizedString
-
- getDecomposition() - Method in class org.mmbase.util.LocaleCollator
-
- getDefault() - Static method in class org.mmbase.util.LocalizedString
-
- getDefaultEncoding(String) - Static method in class org.mmbase.util.GenericResponseWrapper
-
Supposes that no explicit charset is mentioned in a contentType, and returns a default.
- getDefaultFactory() - Method in class org.mmbase.cache.xslt.FactoryCache
-
If it you are sure not to use the URIResolver, then you can as
well use always the same Factory.
- getDefaultMaxEntrySize() - Method in class org.mmbase.cache.BlobCache
-
- getDefaultMaxEntrySize() - Method in class org.mmbase.cache.Cache
-
This has to be overridden by Caches which support max entry size.
- getDefaultMaxEntrySize() - Method in class org.mmbase.cache.xslt.ResultCache
-
- getDelay() - Method in class org.mmbase.util.FileWatcher
-
- getDelay() - Method in class org.mmbase.util.ResourceWatcher
-
- getDemo() - Static method in class org.mmbase.util.DynamicDate
-
Returns an arrays of example Strings that can be parsed by DynamicDate.
- getDepth(Token) - Method in class org.mmbase.util.transformers.ListParser
-
- getDescription() - Method in class org.mmbase.cache.BlobCache
-
- getDescription() - Method in class org.mmbase.cache.Cache
-
Gives a description for this cache type.
- getDescription() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getDescription() - Method in interface org.mmbase.cache.CacheMBean
-
- getDescription() - Method in class org.mmbase.cache.CachePolicy
-
Returns a description of the policy.
- getDescription() - Method in class org.mmbase.cache.xslt.FactoryCache
-
- getDescription() - Method in class org.mmbase.cache.xslt.ResultCache
-
- getDescription() - Method in class org.mmbase.cache.xslt.TemplateCache
-
- getDescription() - Method in class org.mmbase.util.CSVReader
-
Description of the CSVReader, reports its configuration f.e.
- getDescription() - Method in class org.mmbase.util.magicfile.MagicXMLReader
-
- getDesignation() - Method in class org.mmbase.util.magicfile.AbstractDetector
-
- getDesignation() - Method in class org.mmbase.util.magicfile.BasicDetector
-
todo: I noticed there is also a %5.5s variation in magic...
- getDesignation() - Method in interface org.mmbase.util.magicfile.Detector
-
- getDetectors() - Method in interface org.mmbase.util.magicfile.DetectorProvider
-
- getDetectors() - Method in class org.mmbase.util.magicfile.MagicFile
-
Returns a list of detectors used by this MagicFile instance
- getDetectors() - Method in class org.mmbase.util.magicfile.MagicParser
-
- getDetectors() - Method in class org.mmbase.util.magicfile.MagicXMLReader
-
Returns all 'Detectors'.
- getDir() - Method in class org.mmbase.util.xml.URIResolver.Entry
-
- getDirectory(String) - Static method in class org.mmbase.util.ResourceLoader
-
Utility method to return the 'directory' part of a resource-name.
- getDirectoryName(String) - Static method in class org.mmbase.util.ResourceLoader
-
Utility method to return the name of the directory of a resource-name.
- getDocument(String) - Method in class org.mmbase.util.ResourceLoader
-
Returns the givens resource as a Document (parsed XML).
- getDocument(String, boolean, Class<?>) - Method in class org.mmbase.util.ResourceLoader
-
Returns the givens resource as a Document (parsed XML).
- getDocument(URL, boolean, Class<?>) - Static method in class org.mmbase.util.ResourceLoader
-
- getDocument() - Method in class org.mmbase.util.xml.DocumentReader
-
- getDocument() - Method in class org.mmbase.util.xml.DocumentSerializable
-
- getDocument() - Method in class org.mmbase.util.xml.DocumentWriter
-
Returns the completed document representation;
If the document was not yet generated, it is generated by calling generateDocument().
- getDocumentBuilder() - Static method in class org.mmbase.util.xml.DocumentReader
-
Creates a DocumentBuilder with default settings for handler, resolver, or validation,
obtaining it from the cache if available.
- getDocumentBuilder(boolean) - Static method in class org.mmbase.util.xml.DocumentReader
-
Obtain a DocumentBuilder
- getDocumentBuilder(boolean, ErrorHandler, EntityResolver) - Static method in class org.mmbase.util.xml.DocumentReader
-
- getDocumentBuilder(boolean, boolean, ErrorHandler, EntityResolver) - Static method in class org.mmbase.util.xml.DocumentReader
-
Creates a DocumentBuilder.
- getDTDPath() - Method in class org.mmbase.util.xml.EntityResolver
-
- getElement(int, int) - Method in class org.mmbase.util.CSVReader
-
Returns the element at the given row and column.
- getElementAttributeValue(String, String) - Method in class org.mmbase.util.xml.DocumentReader
-
- getElementAttributeValue(Element, String) - Method in class org.mmbase.util.xml.DocumentReader
-
- getElementByPath(String) - Method in class org.mmbase.util.xml.DocumentReader
-
- getElementByPath(Element, String) - Static method in class org.mmbase.util.xml.DocumentReader
-
- getElementName(Element) - Method in class org.mmbase.util.xml.DocumentReader
-
- getElementValue(String) - Method in class org.mmbase.util.xml.DocumentReader
-
- getElementValue(Element) - Static method in class org.mmbase.util.xml.DocumentReader
-
- getEncoding() - Method in class org.mmbase.util.Encode
-
Returns the encoding
- getEncoding(String) - Static method in class org.mmbase.util.GenericResponseWrapper
-
Takes the value of a Content-Type header, and tries to find the encoding from it.
- getEncoding() - Static method in class org.mmbase.util.MMBaseContext
-
- getEncoding() - Method in class org.mmbase.util.transformers.Base64
-
- getEncoding() - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
- getEncoding() - Method in class org.mmbase.util.transformers.ConfigurableReaderTransformer
-
- getEncoding() - Method in class org.mmbase.util.transformers.ConfigurableStringTransformer
-
- getEncoding() - Method in interface org.mmbase.util.transformers.ConfigurableTransformer
-
Returns the encoding that is currently active
- getEncoding() - Method in class org.mmbase.util.transformers.CP1252Surrogator
-
- getEncoding() - Method in class org.mmbase.util.transformers.Hex
-
- getEncoding() - Method in class org.mmbase.util.transformers.Javascript
-
- getEncoding() - Method in class org.mmbase.util.transformers.Latin3Surrogator
-
- getEncoding() - Method in class org.mmbase.util.transformers.Sql
-
- getEncoding() - Method in class org.mmbase.util.transformers.Url
-
- getEncoding() - Method in class org.mmbase.util.transformers.Xml
-
- getEncoding() - Method in class org.mmbase.util.transformers.XmlField
-
- getEncoding() - Method in class org.mmbase.util.xml.EntityResolver.Resource
-
- getEndColumn() - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Get token end column number.
- getEndColumn() - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Get token end line number.
- getEndLine() - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Get token end line number.
- getEntry(DocumentReader, String, String) - Method in class org.mmbase.util.xml.UtilReader
-
- getEntrySet() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getEnvCommand() - Static method in class org.mmbase.util.externalprocess.EnvironmentReader
-
Command string to get OS Environment properties
- getEnvVar(String) - Static method in class org.mmbase.util.externalprocess.EnvironmentReader
-
Get value of environment property
- getEnvVars() - Static method in class org.mmbase.util.externalprocess.EnvironmentReader
-
Get value of environment properties
- getException() - Method in class org.mmbase.util.transformers.ByteTransformerLink
-
- getException() - Method in class org.mmbase.util.transformers.CharTransformerLink
-
- getException() - Method in class org.mmbase.util.transformers.TransformingOutputStream
-
- getException() - Method in class org.mmbase.util.transformers.TransformingWriter
-
- getExtension() - Method in class org.mmbase.util.magicfile.AbstractDetector
-
- getExtension() - Method in interface org.mmbase.util.magicfile.Detector
-
- getExtensions() - Method in class org.mmbase.util.magicfile.AbstractDetector
-
- getExtensions() - Method in interface org.mmbase.util.magicfile.Detector
-
- getFactory(URIResolver) - Method in class org.mmbase.cache.xslt.FactoryCache
-
Make a factory for a certain URIResolver.
- getFactory(File) - Method in class org.mmbase.cache.xslt.FactoryCache
-
Deprecated.
- getFactory(URL) - Method in class org.mmbase.cache.xslt.FactoryCache
-
- getFactory() - Static method in class org.mmbase.util.externalprocess.ProcessFactory
-
get the Process Factory.instance
- getFile(String) - Method in class org.mmbase.util.ResourceLoader.AbstractFileURLStreamHandler
-
- getFile(String) - Method in class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandler
-
- getFile(String) - Method in class org.mmbase.util.ResourceLoader.FileURLStreamHandler
-
- getFile() - Method in class org.mmbase.util.SerializableInputStream
-
- getFileFromString(String) - Method in class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandler
-
- getFileItemName(String) - Static method in class org.mmbase.util.functions.Utils
-
- getFileName() - Method in class org.mmbase.util.SerializableInputStream
-
- getFileName() - Method in class org.mmbase.util.xml.EntityResolver.FileResource
-
- getFiles() - Method in class org.mmbase.util.FileWatcher
-
Returns a (modifiable) Set of all files (File object) of this FileWatcher.
- getFiles(String) - Method in class org.mmbase.util.ResourceLoader
-
- getFileWatchers() - Static method in class org.mmbase.util.FileWatcher
-
- getFileWatchers() - Method in class org.mmbase.util.ResourceWatcher
-
- getFormat() - Method in class org.mmbase.util.DynamicDate
-
- getHeader(String) - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getHeaderNames() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getHeaders(String) - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getHits() - Method in class org.mmbase.cache.Cache
-
Returns the number of times an element was succesfully retrieved
from the table.
- getHits() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getHits() - Method in interface org.mmbase.cache.CacheMBean
-
- getHost() - Static method in class org.mmbase.util.MMBaseContext
-
The host or ip number of the machine this module is
running on.
- getHours() - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- getHours(int) - Static method in class org.mmbase.util.RelativeTime
-
Retrieves the amount of hours that are left in the timeValue variable (representing the time in milliseconds).
- getHtmlRoot() - Static method in class org.mmbase.util.MMBaseContext
-
Returns a string representing the mmbase.htmlroot parameter without a
final File.separator.
- getHtmlRootUrlPath() - Static method in class org.mmbase.util.MMBaseContext
-
Returns a string representing the HtmlRootUrlPath, this is the path under
the webserver, what is the root for this instance.
- getHttpServletResponse() - Method in class org.mmbase.util.GenericResponseWrapper
-
Gets the response object which this wrapper is wrapping.
- getId() - Method in class org.mmbase.core.event.IdEvent
-
- GetImage() - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Get token literal value.
- GetImage() - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Get token literal value.
- getImplementation() - Method in class org.mmbase.cache.Cache
-
- getInitParameters() - Static method in class org.mmbase.util.logging.Logging
-
- getInputSource(String) - Method in class org.mmbase.util.ResourceLoader
-
Returns the givens resource as an InputSource (XML streams).
- getInputSource(URL) - Static method in class org.mmbase.util.ResourceLoader
-
- getInputStream() - Method in class org.mmbase.util.LocalServletRequest
-
- getInstance() - Static method in class org.mmbase.cache.CacheManager
-
- getInstance() - Static method in class org.mmbase.core.event.EventManager
-
use this method to get an instance of the event manager
- getInstance(String, String, Locale) - Static method in class org.mmbase.util.DateFormats
-
Creates a DateFormat instance, based on a String.
- getInstance() - Method in class org.mmbase.util.dateparser.DateParser
-
- getInstance(String) - Static method in class org.mmbase.util.DynamicDate
-
Parses a format string and returns Date instance, possibly a 'dynamic one'.
- getInstance() - Static method in class org.mmbase.util.LocaleCollator
-
- getInstance(String) - Static method in class org.mmbase.util.LocaleCollator
-
Get a (fresh) Collator defined by
<locale>:<strength>:<decomposition>
Elements of these string can be left away from the right, or left away by leaving empty.
- getInstance(Class) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
-
This method first first looks in it's internal cache if there is a existing Log for the given class.
- getInstance(String) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
-
This method first first looks in it's internal cache if there is a existing Log with the given name.
- getInstance(String) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
-
- getInstance() - Static method in class org.mmbase.util.magicfile.MagicFile
-
Return the current instance of MagicFile.
- getInstance() - Static method in class org.mmbase.util.magicfile.MagicXMLReader
-
Gets the one MagicXMLReader (there can only be one).
- getInstance(Element, Object...) - Static method in class org.mmbase.util.xml.Instantiator
-
- getInstance(Class, Element, Object...) - Static method in class org.mmbase.util.xml.Instantiator
-
Instantiates any object using an Dom Element and constructor arguments.
- getInstanceWithSubElement(Element, Object...) - Static method in class org.mmbase.util.xml.Instantiator
-
Instantiates on object with the first child with name 'class'.
- getIntHeader(String) - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getInverse() - Method in class org.mmbase.util.BijectiveMap
-
Returns view on this map where the keys and values have switched their function.
- getJavaLevel(Level) - Method in class org.mmbase.util.logging.java.Impl
-
- getKey(int, String) - Method in class org.mmbase.cache.BlobCache
-
- getKey() - Method in class org.mmbase.util.Entry
-
- getKey() - Method in class org.mmbase.util.LocalizedString
-
Gets the key to use as a default and/or for obtaining a value from the bundle
- getKey() - Method in class org.mmbase.util.LRUHashtable.LRUEntry
-
Deprecated.
- getKey() - Method in class org.mmbase.util.SortedBundle.ValueWrapper
-
- getKey() - Method in class org.mmbase.util.WrappedLocalizedString
-
- getKeySet() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getLastCheck() - Method in class org.mmbase.util.FileWatcher
-
- getLevel(Level) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- getLevel(String) - Method in class org.mmbase.util.logging.LoggerWriter
-
- getLevel() - Method in exception org.mmbase.util.logging.LoggingException
-
Returns the level of logging at which the exception occurred
- getLevels() - Static method in class org.mmbase.util.logging.Level
-
- getLine() - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Deprecated.
- getLine() - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Deprecated.
- getList() - Method in class org.mmbase.util.Casting.ListWrapper
-
- getList(Level) - Method in class org.mmbase.util.logging.BufferedLogger
-
Utitliy function to 'relog' to a String.
- getListeners() - Method in class org.mmbase.core.event.EventBroker
-
- getLocalAddr() - Method in class org.mmbase.util.LocalServletRequest
-
- getLocale() - Method in class org.mmbase.util.GenericResponseWrapper
-
- getLocale(Element) - Static method in class org.mmbase.util.LocalizedString
-
This utility takes care of reading the xml:lang attribute from an element
- getLocale(String) - Static method in class org.mmbase.util.LocalizedString
-
- getLocale() - Method in class org.mmbase.util.LocalServletRequest
-
- getLocale() - Method in class org.mmbase.util.LocalServletResponse
-
- getLocales() - Method in class org.mmbase.util.LocalServletRequest
-
- getLocalName() - Method in class org.mmbase.util.LocalServletRequest
-
- getLocalPort() - Method in class org.mmbase.util.LocalServletRequest
-
- getLock() - Method in class org.mmbase.cache.Cache
-
If you want to structurally modify this cache, synchronize on this object.
- getLock() - Method in interface org.mmbase.cache.CacheImplementationInterface
-
The cache implementation must be somehow thread-safe.
- getLock() - Method in class org.mmbase.cache.implementation.LRUCache
-
- getLock() - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
- getLogger(String) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
-
- getLogger(String) - Method in class org.mmbase.util.logging.log4j.LoggerRepository
-
- getLoggerInstance(String) - Static method in class org.mmbase.util.logging.commons.CommonsLogFactory
-
- getLoggerInstance(String) - Static method in class org.mmbase.util.logging.ExceptionImpl
-
- getLoggerInstance(String) - Static method in class org.mmbase.util.logging.java.Impl
-
Return a MMBase logger object, which wrappes a java.util.logging.Logger object.
- getLoggerInstance(String) - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
-
As getLogger, but cast to MMBase Logger already.
- getLoggerInstance(String) - Static method in class org.mmbase.util.logging.Logging
-
After configuring the logging system, you can get Logger instances to log with.
- getLoggerInstance(Class<?>) - Static method in class org.mmbase.util.logging.Logging
-
Most Logger categories in MMBase are based on class name.
- getLoggerInstance(String) - Static method in class org.mmbase.util.logging.SimpleImpl
-
- getLoggerInstance(String) - Static method in class org.mmbase.util.logging.SimpleTimeStampImpl
-
- getLoggers() - Method in class org.mmbase.util.logging.ChainedLogger
-
- getMachine() - Method in class org.mmbase.core.event.Event
-
Every event originates from a certain machine, which is identified by a String.
- getMachineName() - Static method in class org.mmbase.core.event.EventManager
-
- getMachineName() - Static method in class org.mmbase.util.logging.Logging
-
- getMachineName() - Static method in class org.mmbase.util.MMBaseContext
-
Returns the unique identifier for the MMBase instance.
- getMajor() - Static method in class org.mmbase.Version
-
Returns the major version number of this MMBase.
- getManifest() - Static method in class org.mmbase.Version
-
Returns the Manifest of the jar in which this version is contained.
- getMap() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getMap() - Static method in class org.mmbase.cache.CacheManager
-
- getMaps() - Method in class org.mmbase.util.xml.UtilReader
-
Get the properties of this utility.
- getMaxEntrySize() - Method in class org.mmbase.cache.Cache
-
Return the maximum entry size for the cache in bytes.
- getMaxEntrySize() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getMaxEntrySize() - Method in interface org.mmbase.cache.CacheMBean
-
- getMaxSize() - Method in class org.mmbase.cache.Cache
-
- getMaxSize() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getMaxSize() - Method in interface org.mmbase.cache.CacheMBean
-
- getMDC() - Static method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- getMDC() - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
-
- getMDC() - Static method in class org.mmbase.util.logging.Logging
-
MDC stands for
mapped diagnostic contexts See also
log4j.MDC
- getMessage() - Method in error org.mmbase.util.dateparser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in error org.mmbase.util.transformers.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage(String) - Method in class org.mmbase.util.xml.DocumentWriter
-
Retrieves a message from the resource bundle.
- getMessage(String, String) - Method in class org.mmbase.util.xml.DocumentWriter
-
Retrieves a message from the resource bundle.
- getMessage(String, String, String) - Method in class org.mmbase.util.xml.DocumentWriter
-
Retrieves a message from the resource bundle.
- getMessage(String, String, String, String) - Method in class org.mmbase.util.xml.DocumentWriter
-
Retrieves a message from the resource bundle.
- getMessageBuffer() - Method in class org.mmbase.util.xml.ErrorHandler
-
- getMessageRetriever(String) - Method in class org.mmbase.util.xml.DocumentWriter
-
Initialize the ResourceBundle with the given resource.
- getMethod() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getMillis(int) - Static method in class org.mmbase.util.RelativeTime
-
Retrieves the amount of milliseconds that are left in the timeValue variable (representing the time in milliseconds).
- getMimeType() - Method in class org.mmbase.util.magicfile.AbstractDetector
-
- getMimeType() - Method in interface org.mmbase.util.magicfile.Detector
-
- getMimeType(File) - Method in class org.mmbase.util.magicfile.MagicFile
-
Determins what kind of file the given file represents.
- getMimeType(byte[], InputStream) - Method in class org.mmbase.util.magicfile.MagicFile
-
Tests the byte[] array for the mime type.
- getMimeType(byte[]) - Method in class org.mmbase.util.magicfile.MagicFile
-
- getMimeType(InputStream) - Method in class org.mmbase.util.magicfile.MagicFile
-
Determins what kind of file the given input stream represents.
- getMimeType(byte[], String) - Method in class org.mmbase.util.magicfile.MagicFile
-
- getMinor() - Static method in class org.mmbase.Version
-
Returns the minor version number of this MMBase.
- getMinutes() - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- getMinutes(int) - Static method in class org.mmbase.util.RelativeTime
-
Retrieves the amount of minutes that are left in the timeValue variable (representing the time in milliseconds).
- getMisses() - Method in class org.mmbase.cache.Cache
-
Returns the number of times an element cpould not be retrieved
from the table.
- getMisses() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getMisses() - Method in interface org.mmbase.cache.CacheMBean
-
- getMMEntities() - Static method in class org.mmbase.util.xml.EntityResolver
-
- getModuleInfo() - Method in class org.mmbase.util.PasswordGenerator
-
Returns a description of the module.
- getMonth() - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- getName() - Method in class org.mmbase.cache.BlobCache
-
- getName() - Method in class org.mmbase.cache.Cache
-
Returns a name for this cache type.
- getName() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getName() - Method in interface org.mmbase.cache.CacheMBean
-
- getName() - Method in class org.mmbase.cache.xslt.FactoryCache
-
- getName() - Method in class org.mmbase.cache.xslt.ResultCache
-
- getName() - Method in class org.mmbase.cache.xslt.TemplateCache
-
- getName() - Method in class org.mmbase.core.event.SystemEvent.MachineName
-
- getName() - Method in class org.mmbase.util.logging.LoggerWrapper
-
- getName(URL) - Method in class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandler
-
- getName(URL) - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
-
- getName(URL) - Method in class org.mmbase.util.ResourceLoader.FileURLStreamHandler
-
- getName(String) - Static method in class org.mmbase.util.ResourceLoader
-
Utility method to return the name part of a resource-name (removed directory and 'extension').
- getName(URL) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
-
- getName(URL) - Method in class org.mmbase.util.ResourceLoader.ServletResourceURLStreamHandler
-
- getName() - Method in class org.mmbase.util.SerializableInputStream
-
- getName() - Static method in class org.mmbase.Version
-
Returns the 'name' part of the MMBase version.
- getNextToken() - Method in class org.mmbase.util.dateparser.DateParser
-
Get the next Token.
- getNextToken() - Method in class org.mmbase.util.dateparser.DateParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class org.mmbase.util.transformers.ListParser
-
Get the next Token.
- getNextToken() - Method in class org.mmbase.util.transformers.ListParserTokenManager
-
Get the next Token.
- getNodeTextValue(Node) - Static method in class org.mmbase.util.xml.DocumentReader
-
Return the text value of a node.
- getNodeTextValue(Node, boolean) - Static method in class org.mmbase.util.xml.DocumentReader
-
- getNumber() - Static method in class org.mmbase.Version
-
Returns the version number of this MMBase.
- getNumberOfPropagatedEvents() - Method in class org.mmbase.core.event.EventManager
-
- getOffset() - Method in class org.mmbase.util.magicfile.BasicDetector
-
- getOrderedElements() - Method in class org.mmbase.util.LRUHashtable
-
- getOrderedElements(int) - Method in class org.mmbase.util.LRUHashtable
-
- getOrderedEntries() - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Returns an ordered list of Map.Entry's.
- getOrderedEntries(int) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Returns an ordered list of Map.Entry's.
- getOutputFile() - Static method in class org.mmbase.util.MMBaseContext
-
- getOutputStream() - Method in class org.mmbase.util.GenericResponseWrapper
-
Return the OutputStream.
- getOutputStream() - Method in class org.mmbase.util.LocalServletResponse
-
- getParameter(String) - Method in class org.mmbase.util.LocalServletRequest
-
- getParameterMap() - Method in class org.mmbase.util.LocalServletRequest
-
- getParameterNames() - Method in class org.mmbase.util.LocalServletRequest
-
- getParameterValues(String) - Method in class org.mmbase.util.LocalServletRequest
-
- getParentResourceLoader() - Method in class org.mmbase.util.ResourceLoader
-
Returns the 'parent' ResourceLoader.
- getPassword() - Method in class org.mmbase.util.PasswordGenerator
-
Generate a password, based on the default template for this module.
- getPassword(String) - Method in class org.mmbase.util.PasswordGenerator
-
Generate a password, based on the given template.
- getPatchLevel() - Static method in class org.mmbase.Version
-
Returns the patch level number of this MMBase.
- getPath(String) - Method in class org.mmbase.util.xml.URIResolver.Entry
-
Uses this entry to resolve a href
- getPath() - Method in class org.mmbase.util.xml.URIResolver
-
Creates a 'path' string, which is a list of directories.
- getPathInfo() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getPaths(Set<String>, Pattern, boolean, boolean) - Method in class org.mmbase.util.ResourceLoader.AbstractFileURLStreamHandler
-
- getPaths(Set<String>, Pattern, boolean, boolean) - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
-
- getPaths(Set<String>, Pattern, boolean, boolean) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
-
- getPaths(Set<String>, Pattern, boolean, boolean) - Method in class org.mmbase.util.ResourceLoader.ServletResourceURLStreamHandler
-
- getPathTranslated() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getPatterns() - Method in class org.mmbase.util.transformers.Censor
-
- getPatterns() - Method in class org.mmbase.util.transformers.LinkFinder
-
- getPatterns() - Method in class org.mmbase.util.transformers.RegexpReplacer
-
This on default gives the regexps configured for the base-class (a static member).
- getPolicy(Object) - Static method in class org.mmbase.cache.CachePolicy
-
Obtains a cache policy given a policy key.
- getPrefix() - Method in class org.mmbase.core.event.SystemEvent.DataSourceAvailable
-
- getPrefix() - Method in class org.mmbase.util.logging.LoggerWriter
-
- getPrefix() - Method in class org.mmbase.util.SqlExecutor
-
- getPrefix() - Method in class org.mmbase.util.xml.URIResolver.Entry
-
- getPrefixLength() - Method in class org.mmbase.util.xml.URIResolver.Entry
-
- getPrefixPath() - Method in class org.mmbase.util.xml.URIResolver
-
Creates a List of strings, every entry is a directory prefixed with its 'prefix'.
- getProcess() - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
- getPropagationCost() - Method in class org.mmbase.core.event.EventManager
-
- getPropagationCostNs() - Method in class org.mmbase.core.event.EventManager
-
- getProperties(String) - Static method in class org.mmbase.util.ApplicationContextReader
-
- getProperties() - Method in class org.mmbase.util.xml.UtilReader
-
Get the properties of this utility.
- getProperty(String, E) - Method in class org.mmbase.util.xml.UtilReader.PropertiesMap
-
Returns the object mapped with 'key', or defaultValue if there is none.
- getPropertyValues(String, String) - Method in class org.mmbase.util.ExtendedProperties
-
Deprecated.
return a Vector of Strings which is parsed from a specified Property.
- getProps(String) - Method in class org.mmbase.util.ExtendedProperties
-
Deprecated.
Read to this Property, the Properties from a file.
- getProtocol() - Method in class org.mmbase.util.LocalServletRequest
-
- getPuts() - Method in class org.mmbase.cache.Cache
-
Returns the number of times an element was committed to the table.
- getPuts() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getPuts() - Method in interface org.mmbase.cache.CacheMBean
-
- getQueryString() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getRadix() - Method in class org.mmbase.util.transformers.RadixTransformer
-
- getRatio() - Method in class org.mmbase.cache.Cache
-
Returns the ratio of hits and misses.
- getRatio() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getRatio() - Method in interface org.mmbase.cache.CacheMBean
-
- getRawEnvVars() - Static method in class org.mmbase.util.externalprocess.EnvironmentReader
-
getRawEnvVars returns an array of lines read from the shell.
- getRawInput() - Method in class org.mmbase.util.magicfile.BasicDetector
-
- getReader() - Method in class org.mmbase.util.LocalServletRequest
-
- getReader(InputStream, String) - Method in class org.mmbase.util.ResourceLoader
-
- getReader(String) - Method in class org.mmbase.util.ResourceLoader
-
Returns a reader for a given resource.
- getReadonlyLocalizedString() - Method in class org.mmbase.util.LocalizedString
-
- getReadonlyLocalizedString() - Method in class org.mmbase.util.ReadonlyLocalizedString
-
- getReadonlyLocalizedString() - Method in class org.mmbase.util.WrappedLocalizedString
-
- getRealPath(String) - Method in class org.mmbase.util.LocalServletRequest
-
Deprecated.
- getRedirected() - Method in class org.mmbase.util.GenericResponseWrapper
-
- getReleaseStatus() - Static method in class org.mmbase.Version
-
A String describing the status of this release.
- getRemoteAddr() - Method in class org.mmbase.util.LocalServletRequest
-
- getRemoteHost() - Method in class org.mmbase.util.LocalServletRequest
-
- getRemotePort() - Method in class org.mmbase.util.LocalServletRequest
-
- getRemoteUser() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getReplacer() - Method in class org.mmbase.util.transformers.Asciifier
-
The replacer character in stead of a ?.
- getRequestDispatcher(String) - Method in class org.mmbase.util.LocalServletRequest
-
- getRequestedSessionId() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getRequestURI() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getRequestURL() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getResource(String, Locale, ClassLoader, Map<String, Object>, Class<?>, Comparator<? super Object>) - Static method in class org.mmbase.util.SortedBundle
-
- getResource() - Method in class org.mmbase.util.xml.EntityResolver.FileResource
-
- getResourceBuilder() - Static method in class org.mmbase.util.ResourceWatcher
-
- getResourceList(String) - Method in class org.mmbase.util.ResourceLoader
-
Returns a List, containing all URL's which may represent the
given resource.
- getResourceLoader() - Static method in class org.mmbase.util.logging.Logging
-
Logging is configured with a log file.
- getResourceLoader() - Method in class org.mmbase.util.ResourceWatcher
-
The associated ResourceLoader
- getResourceNode(String) - Method in class org.mmbase.util.ResourceLoader
-
- getResourceNode(String) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
-
- getResourcePaths(Pattern, boolean) - Method in class org.mmbase.util.ResourceLoader
-
Returns a set of 'sub resources' (read: 'files in the same directory'), which can succesfully be loaded by the ResourceLoader.
- getResourcePaths(Pattern, boolean, boolean) - Method in class org.mmbase.util.ResourceLoader
-
- getResources(String) - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
-
- getResources(String) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
-
Returns a List of URL's with the same name.
- getResources() - Method in class org.mmbase.util.ResourceWatcher
-
- getResourceWatchers() - Static method in class org.mmbase.util.ResourceWatcher
-
- getResult() - Method in class org.mmbase.util.ExprCalc
-
Returns the calculated value of the expression
- getResult(String[]) - Static method in class org.mmbase.util.XSLTransformer
-
- getRootElement() - Method in class org.mmbase.util.xml.DocumentReader
-
Determine the root element of the contained document
- getScheme() - Method in class org.mmbase.util.LocalServletRequest
-
- getSCMRevision() - Static method in class org.mmbase.Version
-
Returns the SubVersion version from which the current jar was built.
- getSeconds() - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- getSeconds(int) - Static method in class org.mmbase.util.RelativeTime
-
Retrieves the amount of seconds that are left in the timeValue variable (representing the time in milliseconds).
- getServerName() - Method in class org.mmbase.util.LocalServletRequest
-
- getServerPort() - Method in class org.mmbase.util.LocalServletRequest
-
- getServletContext() - Method in class org.mmbase.core.event.SystemEvent.ServletContext
-
- getServletContext() - Static method in class org.mmbase.util.MMBaseContext
-
Returns the ServletContext used to initialize MMBase.
- getServletContext() - Static method in class org.mmbase.util.ResourceLoader
-
- getServletPath() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getSession() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getSession(boolean) - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getSize() - Method in class org.mmbase.cache.Cache
-
- getSize() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getSize() - Method in interface org.mmbase.cache.CacheMBean
-
- getSize() - Method in class org.mmbase.util.SerializableInputStream
-
- getSortedResources(String) - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
-
- getStats() - Method in class org.mmbase.cache.Cache
-
Returns statistics on this table.
- getStats() - Method in class org.mmbase.cache.CacheManager.Bean
-
- getStream(Level) - Method in class org.mmbase.util.logging.SimpleTimeStampImpl
-
- getStream() - Method in class org.mmbase.util.xml.EntityResolver.FileResource
-
- getStream() - Method in class org.mmbase.util.xml.EntityResolver.Resource
-
- getStream() - Method in class org.mmbase.util.xml.EntityResolver.StringResource
-
- getStrength() - Method in class org.mmbase.util.LocaleCollator
-
- getString() - Method in class org.mmbase.util.Casting.StringWrapper
-
- getString(Future) - Static method in class org.mmbase.util.ThreadPools
-
returns a identifier string for the given task.
- getSubType() - Method in class org.mmbase.util.MimeType
-
- GetSuffix(int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Get the suffix.
- GetSuffix(int) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Get the suffix.
- getSystemId() - Method in class org.mmbase.util.xml.DocumentReader
-
Returns the systemID of the InputSource used to read the document.
- getSystemRoot() - Static method in class org.mmbase.util.ResourceLoader
-
Singleton that returns the ResourceLoader for loading from the file-system, relative from
current working directory and falling back to the file system roots.
- getTabSize(int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
- getTabSize(int) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
- getTag() - Static method in class org.mmbase.Version
-
Get Version Control tag
- getTagsToPass() - Method in class org.mmbase.util.transformers.SpaceReducer.SpaceReducerStatus
-
- getTemplates(Source) - Method in class org.mmbase.cache.xslt.TemplateCache
-
- getTemplates(Source, URIResolver) - Method in class org.mmbase.cache.xslt.TemplateCache
-
- getTest() - Method in class org.mmbase.util.magicfile.BasicDetector
-
- getTestBytes() - Static method in class org.mmbase.util.transformers.CP1252Surrogator
-
- getTestString() - Static method in class org.mmbase.util.transformers.CP1252Surrogator
-
- getThreadGroup() - Static method in class org.mmbase.util.MMBaseContext
-
Returns the MMBase thread group.
- getThreadPools() - Static method in class org.mmbase.util.ThreadPools
-
- getTime() - Method in class org.mmbase.util.DynamicDate
-
- getTimezoneOffset() - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- getToken(int) - Method in class org.mmbase.util.dateparser.DateParser
-
Get the specific Token.
- getToken(int) - Method in class org.mmbase.util.transformers.ListParser
-
Get the specific Token.
- getTotalByteSize() - Static method in class org.mmbase.cache.CacheManager
-
- getTransformer() - Method in class org.mmbase.util.Encode
-
- getType() - Method in class org.mmbase.core.event.Event
-
- getType() - Method in class org.mmbase.util.magicfile.BasicDetector
-
- getType() - Method in class org.mmbase.util.MimeType
-
- getType(Token, int) - Method in class org.mmbase.util.transformers.ListParser
-
- getURL() - Method in class org.mmbase.cache.xslt.TemplateCache.Key
-
Returns File object or null
- getUserPrincipal() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- getUUID() - Static method in class org.mmbase.core.event.EventManager
-
- getValue() - Method in class org.mmbase.util.dateparser.Token
-
An optional attribute value of the Token.
- getValue() - Method in class org.mmbase.util.Entry
-
- getValue() - Method in class org.mmbase.util.LRUHashtable.LRUEntry
-
Deprecated.
- getValue() - Method in class org.mmbase.util.StringObject
-
Deprecated.
- getValue() - Method in class org.mmbase.util.transformers.Token
-
An optional attribute value of the Token.
- getValues() - Method in class org.mmbase.util.CSVReader
-
- getValues(String, String, String) - Static method in class org.mmbase.util.CSVReader
-
Map to use in a taglib function.
- getValues() - Method in class org.mmbase.util.LocalizedString
-
- getValues() - Method in class org.mmbase.util.WrappedLocalizedString
-
- getVersion() - Method in class org.mmbase.util.magicfile.MagicXMLReader
-
- getWebDirectory(HttpServletRequest) - Static method in class org.mmbase.util.ResourceLoader
-
Returns the resource loader associated with the directory of the given request
- getWebRoot() - Static method in class org.mmbase.util.ResourceLoader
-
Singleton that returns the ResourceLoader for which the base path is the web root
- getWeight() - Method in class org.mmbase.cache.CacheManager
-
- getWeight() - Method in class org.mmbase.core.event.EventManager
-
- getWeight() - Method in class org.mmbase.core.event.SqlExecutorListener
-
- getWeight() - Method in interface org.mmbase.core.event.WeightEventListener
-
The weight of an event listener determines the order in which they are called.
- getWeight() - Method in class org.mmbase.util.LocalizedString.DefaultFromServletContext
-
- getWeight(URL) - Static method in class org.mmbase.util.ResourceLoader
-
- getWeight() - Method in class org.mmbase.util.ResourceLoader.ServletContextInit
-
- getWhitespaceReplacer() - Method in class org.mmbase.util.transformers.Identifier
-
- getWrappers() - Static method in class org.mmbase.util.logging.LoggerWrapper
-
- getWriter() - Method in class org.mmbase.util.GenericResponseWrapper
-
Return the PrintWriter
- getWriter() - Method in class org.mmbase.util.LocalServletResponse
-
- getWriter(String) - Method in class org.mmbase.util.ResourceLoader
-
Returns a writer for a given resource, so that you can overwrite or create it.
- getXMLEncoding(String) - Static method in class org.mmbase.util.GenericResponseWrapper
-
Takes a String, which is considered to be (the first) part of an XML, and returns the
encoding (the specified one, or the XML default)
- getXMLEncoding(byte[]) - Static method in class org.mmbase.util.GenericResponseWrapper
-
Takes a ByteArrayInputStream, which is considered to be (the first) part of an XML, and returns the encoding.
- getXmlLang(Locale) - Static method in class org.mmbase.util.LocalizedString
-
This utility determines the value of an xml:lang attribute.
- getYear() - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- Graphviz - Class in org.mmbase.util.transformers
-
Wraps the tools of
graphviz into an MMBase 'chartransformer'.
- Graphviz() - Constructor for class org.mmbase.util.transformers.Graphviz
-
- I - Static variable in class org.mmbase.util.transformers.RomanTransformer
-
Constants for roman numbers
- Identifier - Class in org.mmbase.util.transformers
-
Transforms strings to identifiers, replacing punctuation and whitespace with
underscores.
- Identifier() - Constructor for class org.mmbase.util.transformers.Identifier
-
- identify(Future, String) - Static method in class org.mmbase.util.ThreadPools
-
There is no way to identify the FutureTask objects returned in
the getQueue methods of the executors.
- IdEvent - Class in org.mmbase.core.event
-
Very generic event type, which only adds an 'id' property.
- IdEvent(String, int, String) - Constructor for class org.mmbase.core.event.IdEvent
-
- IdEventBroker - Class in org.mmbase.core.event
-
This class is the event broker implementation for the NodeEvent
- IdEventBroker() - Constructor for class org.mmbase.core.event.IdEventBroker
-
- IdEventListener - Interface in org.mmbase.core.event
-
This is the listener interface for id events
- IECompatibleJpegInputStream - Class in org.mmbase.util
-
IECompatibleJpegInputStream removes additional information left by PhotoShop 7 in jpegs
, this information may crash Internet Exploder.
- IECompatibleJpegInputStream(InputStream) - Constructor for class org.mmbase.util.IECompatibleJpegInputStream
-
create a new InputStream that parse the content of a jpeg file and removes application headers
if the content is not a jpeg the content remains unaffected
- iksoj(Reader, Writer) - Method in class org.mmbase.util.transformers.Latin3Surrogator
-
- image - Variable in class org.mmbase.util.dateparser.Token
-
The string image of the token.
- image - Variable in class org.mmbase.util.transformers.Token
-
The string image of the token.
- Impl - Class in org.mmbase.util.logging.java
-
Since java 1.4 there is a Logger implemented in java itself; this MMBase Logger implementation
delegates all logging to this java framework.
- Impl(String) - Constructor for class org.mmbase.util.logging.java.Impl
-
Constructor.
- Impl(Logger) - Constructor for class org.mmbase.util.logging.java.Impl
-
- inA - Variable in class org.mmbase.util.transformers.ChunkedTransformer.Status
-
- inBuf - Variable in class org.mmbase.util.dateparser.SimpleCharStream
-
- inBuf - Variable in class org.mmbase.util.transformers.SimpleCharStream
-
- inc_number() - Method in class org.mmbase.util.dateparser.DateParser
-
- inc_period() - Method in class org.mmbase.util.dateparser.DateParser
-
- includeComments() - Method in class org.mmbase.util.xml.DocumentWriter
-
Gets whether the document will include comments
- increment() - Method in class org.mmbase.util.dateparser.DateParser
-
- INDEX - Static variable in class org.mmbase.util.ResourceLoader
-
Used when using getResourcePaths for normal class-loaders.
- indexOf(String) - Method in class org.mmbase.util.StringObject
-
Deprecated.
- indexOf(String, int) - Method in class org.mmbase.util.StringObject
-
Deprecated.
- info(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- info(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- info(Object) - Method in class org.mmbase.util.logging.ChainedLogger
-
- info(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
-
- info(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- info(Object, Throwable) - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- info(Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- info(Object, Throwable) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- info(Object) - Method in class org.mmbase.util.logging.java.Impl
-
- info(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
-
- INFO - Static variable in class org.mmbase.util.logging.Level
-
A constant.
- info(Object) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- info(Object, Throwable) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- info(Object) - Method in interface org.mmbase.util.logging.Logger
-
Logs the message m with info priority.
- info(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
-
- info(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- info(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- info - Variable in class org.mmbase.util.transformers.Config
-
- INFO_INT - Static variable in class org.mmbase.util.logging.Level
-
- init(FilterConfig) - Method in class org.mmbase.servlet.CharacterEncodingFilter
-
- init(FilterConfig) - Method in class org.mmbase.servlet.CharsetRemoverFilter
-
Initializes the filter
- init(ServletContext) - Static method in class org.mmbase.util.MMBaseContext
-
Initialize MMBase using a ServletContext.
- init(String, boolean) - Static method in class org.mmbase.util.MMBaseContext
-
Initialize MMBase using a config path.
- init() - Static method in class org.mmbase.util.MMBaseContext
-
Initialize MMBase using system properties only.
- init(ServletContext) - Static method in class org.mmbase.util.ResourceLoader
-
Initializes the ResourceLoader using a servlet-context (makes resolving relatively to WEB-INF/config possible).
- initHtmlRoot() - Static method in class org.mmbase.util.MMBaseContext
-
Initialize mmbase.htmlroot parameter.
- INITLOG - Static variable in class org.mmbase.util.MMBaseContext
-
- initLogging() - Static method in class org.mmbase.util.ResourceLoader
-
- input - Variable in class org.mmbase.util.externalprocess.ProcessClosure
-
The stream where data is read from to pipe it to stdin
- input_stream - Variable in class org.mmbase.util.dateparser.DateParserTokenManager
-
- input_stream - Variable in class org.mmbase.util.transformers.ListParserTokenManager
-
- inputStream - Variable in class org.mmbase.util.dateparser.SimpleCharStream
-
- inputStream - Variable in class org.mmbase.util.transformers.SimpleCharStream
-
- inputStreamEquals(SerializableInputStream, SerializableInputStream) - Static method in class org.mmbase.util.SerializableInputStream
-
- InputStreamTransformer - Class in org.mmbase.util.transformers
-
- InputStreamTransformer() - Constructor for class org.mmbase.util.transformers.InputStreamTransformer
-
- inputWriter - Variable in class org.mmbase.util.externalprocess.ProcessClosure
-
Thread for copying bytes from input to stdin
- insert(int, Object) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Inserts an object into the String buffer.
- insert(int, String) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Inserts a String into the String buffer.
- insert(int, char[]) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Inserts an array of characters into the String buffer.
- insert(int, boolean) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Inserts a boolean into the String buffer.
- insert(int, char) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Inserts a character into the String buffer.
- insert(int, int) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Inserts an integer into the String buffer.
- insert(int, long) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Inserts a long into the String buffer.
- insert(int, float) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Inserts a float into the String buffer.
- insert(int, double) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Inserts a double into the String buffer.
- insertLinks(String, String, String, String, String) - Method in class org.mmbase.util.StringObject
-
Deprecated.
inserts links
- INSTANCE - Static variable in exception org.mmbase.util.Caster.NotRecognized
-
- INSTANCE - Static variable in class org.mmbase.util.transformers.CopyCharTransformer
-
- INSTANCE - Static variable in class org.mmbase.util.transformers.DiacriticsRemover
-
- INSTANCE - Static variable in class org.mmbase.util.transformers.LoggerCharTransformer
-
- INSTANCE - Static variable in class org.mmbase.util.transformers.UrlEscaper
-
- INSTANCE - Static variable in class org.mmbase.util.transformers.Xml
-
- instances - Static variable in class org.mmbase.util.logging.BufferedLogger
-
- Instantiator - Class in org.mmbase.util.xml
-
Utilities to use an XML to instantiate Java objects, using
reflection.
- Instantiator() - Constructor for class org.mmbase.util.xml.Instantiator
-
- integer() - Method in class org.mmbase.util.dateparser.DateParser
-
- INVALID_LEXICAL_STATE - Static variable in error org.mmbase.util.dateparser.TokenMgrError
-
Tried to change to an invalid lexical state.
- INVALID_LEXICAL_STATE - Static variable in error org.mmbase.util.transformers.TokenMgrError
-
Tried to change to an invalid lexical state.
- InverseCharTransformer - Class in org.mmbase.util.transformers
-
Turns a Transformer around.
- InverseCharTransformer(CharTransformer) - Constructor for class org.mmbase.util.transformers.InverseCharTransformer
-
The constructor
- inverseGet(V) - Method in class org.mmbase.util.BijectiveMap
-
Gets a key by value.
- IOUtil - Class in org.mmbase.util
-
Various utils to concisely and efficiently deal with streams
- IProgressMonitor - Interface in org.mmbase.util.externalprocess
-
The IProgressMonitor interface is implemented
by objects that monitor the progress of a external process;
the methods in this interface are invoked by code that performs the external
process handling.
- isActive() - Method in class org.mmbase.cache.Cache
-
Wether this cache is active or not.
- isActive() - Method in class org.mmbase.cache.CacheManager.Bean
-
- isActive() - Method in interface org.mmbase.cache.CacheMBean
-
- isAlive() - Method in class org.mmbase.util.externalprocess.ProcessClosure
-
Process closure is alive when the external process and writer/reader
threads are still busy
- isByteToCharEncoder() - Method in class org.mmbase.util.Encode
-
Checks if the transformations makes from byte[] String.
- isCanceled() - Method in class org.mmbase.util.externalprocess.AbstractMonitor
-
- isCanceled() - Method in interface org.mmbase.util.externalprocess.IProgressMonitor
-
Returns whether cancelation of current operation has been requested.
- isCharEncoder() - Method in class org.mmbase.util.Encode
-
Checks if the transformation is between two Strings.
- isCommitted() - Method in class org.mmbase.util.LocalServletResponse
-
- isContinueAfterChange() - Method in class org.mmbase.util.FileWatcher
-
- isDebugEnabled() - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- isDebugEnabled() - Method in class org.mmbase.util.logging.ChainedLogger
-
- isDebugEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- isDebugEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- isDebugEnabled() - Method in class org.mmbase.util.logging.java.Impl
-
- isDebugEnabled() - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- isDebugEnabled() - Method in interface org.mmbase.util.logging.Logger
-
Returns true if for this category (Logger), a call to debug (or
trace) would do something.
- isDebugEnabled() - Method in class org.mmbase.util.logging.LoggerWrapper
-
- isdebugenabled - Static variable in class org.mmbase.util.logging.Performance
-
- isEmpty() - Method in class org.mmbase.cache.Cache
-
- isEmpty() - Method in class org.mmbase.cache.CacheManager.Bean
-
- isEmpty() - Method in class org.mmbase.cache.implementation.LRUCache
-
- isEmpty() - Method in class org.mmbase.util.Casting.ListWrapper
-
- isEmpty() - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
- isEmpty() - Method in class org.mmbase.util.StringTagger
-
Checks whether the tagger is empty
- isEnabled(Level, Logger) - Static method in class org.mmbase.util.logging.Logging
-
Utility method for dynamically checking the 'enabled'ness of a logger on a given level.
- isEnabledFor(Level) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- isEnabledFor(Level) - Method in class org.mmbase.util.logging.ChainedLogger
-
- isEnabledFor(Level) - Method in class org.mmbase.util.logging.java.Impl
-
- isEnabledFor(Level) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
-
- isEnabledFor(Level) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- isEnabledFor(Level) - Method in interface org.mmbase.util.logging.Logger
-
- isEnabledFor(Level) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- isEncoding(String) - Static method in class org.mmbase.util.Encode
-
Checks if a certain string represents a known transformation.
- isErrorEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- isErrorEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- isFatalEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- isFatalEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- isHtmlRootInitialized() - Static method in class org.mmbase.util.MMBaseContext
-
- isInfoEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- isInfoEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- isInitialized() - Static method in class org.mmbase.util.MMBaseContext
-
Returns whether this class has been initialized.
- isInUse() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Method
-
- isLocal() - Method in class org.mmbase.core.event.Event
-
- Iso1 - Class in org.mmbase.util.transformers
-
Provides the (unmodifiable) map 'iso2htmlMappings'
- Iso1() - Constructor for class org.mmbase.util.transformers.Iso1
-
- iso2htmlMappings - Static variable in class org.mmbase.util.transformers.Iso1
-
- ISO_8601_DATE - Static variable in class org.mmbase.util.Casting
-
- ISO_8601_LOOSE - Static variable in class org.mmbase.util.Casting
-
A Date formatter that creates a date based on a ISO 8601 date and a ISO 8601 time.
- ISO_8601_TIME - Static variable in class org.mmbase.util.Casting
-
- ISO_8601_UTC - Static variable in class org.mmbase.util.Casting
-
A Date formatter that creates a ISO 8601 datetime according to UTC/GMT.
- isRelease() - Static method in class org.mmbase.Version
-
Returns if this is a release version of MMBase.
- isRequestedSessionIdFromCookie() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- isRequestedSessionIdFromUrl() - Method in class org.mmbase.util.LocalHttpServletRequest
-
Deprecated.
- isRequestedSessionIdFromURL() - Method in class org.mmbase.util.LocalHttpServletRequest
-
Deprecated.
- isRequestedSessionIdValid() - Method in class org.mmbase.util.LocalHttpServletRequest
-
- isRunning() - Method in class org.mmbase.util.FileWatcher
-
- isRunning() - Method in class org.mmbase.util.ResourceWatcher
-
- isSecure() - Method in class org.mmbase.util.LocalServletRequest
-
- isServiceEnabled() - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- isServiceEnabled() - Method in class org.mmbase.util.logging.ChainedLogger
-
- isServiceEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- isServiceEnabled() - Method in class org.mmbase.util.logging.java.Impl
-
- isServiceEnabled() - Method in class org.mmbase.util.logging.log4j.Log4jImpl
-
- isServiceEnabled() - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- isServiceEnabled() - Method in interface org.mmbase.util.logging.Logger
-
Returns true if for this category (Logger), a call to service
(or debug or trace) would do something.
- isServiceEnabled() - Method in class org.mmbase.util.logging.LoggerWrapper
-
- isShutdown() - Static method in class org.mmbase.util.MMBaseContext
-
- isStringRepresentable(Class<?>) - Method in class org.mmbase.util.BasicCaster
-
- isStringRepresentable(Class<?>) - Method in interface org.mmbase.util.Caster
-
- isStringRepresentable(Class<?>) - Static method in class org.mmbase.util.Casting
-
Whether or not Casting can more or less reliably cast a certain type to String and back.
- isTraceEnabled() - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- isTraceEnabled() - Method in class org.mmbase.util.logging.ChainedLogger
-
- isTraceEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- isTraceEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- isTraceEnabled() - Method in class org.mmbase.util.logging.java.Impl
-
- isTraceEnabled() - Method in class org.mmbase.util.logging.log4j.Log4jImpl
-
- isTraceEnabled() - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- isTraceEnabled() - Method in interface org.mmbase.util.logging.Logger
-
Returns true if for this category (Logger), a call to trace
would do something.
- isTraceEnabled() - Method in class org.mmbase.util.logging.LoggerWrapper
-
- isType(Class, Object) - Static method in class org.mmbase.util.Casting
-
Returns whether the passed object is of the given class.
- isUserInRole(String) - Method in class org.mmbase.util.LocalHttpServletRequest
-
- isWarnEnabled() - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- isWarnEnabled() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- it - Variable in class org.mmbase.util.LRUHashtable.LRUEntrySetIterator
-
Deprecated.
- iterator() - Method in class org.mmbase.util.Casting.ListWrapper
-
- iterator() - Method in class org.mmbase.util.LRUHashtable.LRUEntrySet
-
Deprecated.
- iterator() - Method in class org.mmbase.util.LRUHashtable.LRUValues
-
Deprecated.
- PAGE_CATEGORY - Static variable in class org.mmbase.util.logging.Logging
-
The category for logging info about pages (like stop / start).
- PARAM_ESCAPE - Static variable in class org.mmbase.util.transformers.Url
-
- parent - Variable in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
-
- parse(String, ParsePosition) - Method in class org.mmbase.util.DateFormats.DayOfWeekDateFormat
-
- parse(String) - Static method in class org.mmbase.util.functions.Utils
-
- ParseException - Exception in org.mmbase.util.dateparser
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.mmbase.util.dateparser.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception org.mmbase.util.dateparser.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception org.mmbase.util.dateparser.ParseException
-
Constructor with message.
- ParseException - Exception in org.mmbase.util.transformers
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.mmbase.util.transformers.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception org.mmbase.util.transformers.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception org.mmbase.util.transformers.ParseException
-
Constructor with message.
- PasswordGenerator - Class in org.mmbase.util
-
Module for the automatic generation of passwords.
- PasswordGenerator() - Constructor for class org.mmbase.util.PasswordGenerator
-
Creates the generator
- PathURLStreamHandler(ResourceLoader) - Constructor for class org.mmbase.util.ResourceLoader.PathURLStreamHandler
-
- patterns - Variable in class org.mmbase.util.transformers.RegexpReplacer.PatternWatcher
-
- PatternWatcher(Collection<Entry<Pattern, String>>) - Constructor for class org.mmbase.util.transformers.RegexpReplacer.PatternWatcher
-
- Performance - Class in org.mmbase.util.logging
-
This program is meant to show the performance of the
org.mmbase.util.logging classes.
- Performance() - Constructor for class org.mmbase.util.logging.Performance
-
- Perl - Class in org.mmbase.util.transformers
-
And yet another rather idiotic type of Transformer.
- Perl() - Constructor for class org.mmbase.util.transformers.Perl
-
- POORBODY - Static variable in class org.mmbase.util.transformers.XmlField
-
- poorToHTMLInline(String) - Static method in class org.mmbase.util.transformers.XmlField
-
So poor, that it actually generates pieces of XHTML 1.1 inlines (so, no use of section, br, p).
- poorToXML(String, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
-
As richToXML but a little less rich.
- poorToXML(String, boolean) - Static method in class org.mmbase.util.transformers.XmlField
-
- poorToXML(String) - Static method in class org.mmbase.util.transformers.XmlField
-
- POSITIVE - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
-
RegularExpression Id.
- possibleEncodings() - Static method in class org.mmbase.util.Encode
-
All the currently known encodings.
- prefix - Variable in class org.mmbase.util.logging.LoggerWriter
-
- prefix - Variable in class org.mmbase.util.SqlExecutor
-
- preHandleHeaders(StringBuilder) - Static method in class org.mmbase.util.transformers.XmlField
-
Makes sure that lines indicating headers (starting with $), are followed by at least 2
newlines, if followed by some list.
- prepareData(String) - Static method in class org.mmbase.util.transformers.XmlField
-
- prepareDataString(String) - Static method in class org.mmbase.util.transformers.XmlField
-
- prev - Variable in class org.mmbase.util.LRUHashtable.LRUEntry
-
Deprecated.
The previous, older, element
- prevCharIsCR - Variable in class org.mmbase.util.dateparser.SimpleCharStream
-
- prevCharIsCR - Variable in class org.mmbase.util.transformers.SimpleCharStream
-
- prevCharIsLF - Variable in class org.mmbase.util.dateparser.SimpleCharStream
-
- prevCharIsLF - Variable in class org.mmbase.util.transformers.SimpleCharStream
-
- previous() - Method in class org.mmbase.util.dateparser.DateParser
-
- PREVIOUS - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
-
RegularExpression Id.
- printCase(String) - Static method in class org.mmbase.util.logging.Performance
-
- printCommandLine(String[]) - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
print Command Line.
- process - Variable in class org.mmbase.util.externalprocess.CommandLauncher
-
The process object representing the external process
- process - Variable in class org.mmbase.util.externalprocess.ProcessClosure
-
the process object representing the external process
- process(byte[]) - Static method in class org.mmbase.util.IECompatibleJpegInputStream
-
Util method that uses the IECompatibleInputStream to convert a byte array
if the content is not a jpeg the content is not affected
- ProcessClosure - Class in org.mmbase.util.externalprocess
-
ProcessClosure handles the reading of the stdout and stderr of a external
process.
- ProcessClosure(String, Process, InputStream, OutputStream, OutputStream) - Constructor for class org.mmbase.util.externalprocess.ProcessClosure
-
Creates a process reader
.
- ProcessException - Exception in org.mmbase.util.externalprocess
-
This excpetion is thrown when an external process failed.
- ProcessException() - Constructor for exception org.mmbase.util.externalprocess.ProcessException
-
Constructor for ProcessException.
- ProcessException(String) - Constructor for exception org.mmbase.util.externalprocess.ProcessException
-
Constructor for ProcessException.
- ProcessException(Throwable) - Constructor for exception org.mmbase.util.externalprocess.ProcessException
-
Constructor for ProcessException.
- ProcessException(String, Throwable) - Constructor for exception org.mmbase.util.externalprocess.ProcessException
-
Constructor for ProcessException.
- ProcessFactory - Class in org.mmbase.util.externalprocess
-
Process Factory creates a external process.
- processStreams(ProcessClosure, OutputStream, PipedInputStream, OutputStream, PipedInputStream, IProgressMonitor) - Method in class org.mmbase.util.externalprocess.CommandLauncher
-
process the Streams.while the external process returns bytes.
- propagateEvent(Event) - Method in class org.mmbase.core.event.EventManager
-
This method will propagate the given event to all the aproprate listeners.
- propagateEvent(Event, boolean) - Method in class org.mmbase.core.event.EventManager
-
- properties - Static variable in class org.mmbase.util.ThreadPools
-
- PropertiesMap() - Constructor for class org.mmbase.util.xml.UtilReader.PropertiesMap
-
Creates an empty Map (not very useful since this Map is unmodifiable).
- PropertiesMap(Map<String, E>) - Constructor for class org.mmbase.util.xml.UtilReader.PropertiesMap
-
Wrapping the given map.
- PROTOCOL - Static variable in class org.mmbase.util.ResourceLoader
-
Protocol prefix used by URL objects in this class.
- PUBLIC_ID_ERROR - Static variable in class org.mmbase.util.xml.DocumentReader
-
Public ID of the most recent Error DTD
- PUBLIC_ID_ERROR_1_0 - Static variable in class org.mmbase.util.xml.DocumentReader
-
Public ID of the Error DTD version 1.0
- PUBLIC_ID_EVENTMANAGER - Static variable in class org.mmbase.core.event.EventManager
-
- PUBLIC_ID_UTIL - Static variable in class org.mmbase.util.xml.UtilReader
-
Public ID of the most recent Utilities config DTD
- PUBLIC_ID_UTIL_1_0 - Static variable in class org.mmbase.util.xml.UtilReader
-
Public ID of the Utilities config DTD version 1.0
- PublicCloneable<C> - Interface in org.mmbase.util
-
The java interface
Cloneable has no public methods.
- publicId - Variable in class org.mmbase.util.magicfile.XmlDetector
-
- publicId - Variable in class org.mmbase.util.xml.DocumentWriter
-
- put(String, Object) - Method in class org.mmbase.cache.BlobCache
-
- put(K, V) - Method in class org.mmbase.cache.Cache
-
Like 'put' of LRUHashtable but considers if the cache is active or not.
- put(K, V) - Method in class org.mmbase.cache.implementation.LRUCache
-
- put(Object, Templates) - Method in class org.mmbase.cache.xslt.ResultCache
-
You can only put Source/Templates values in the cache, so this throws an Exception.
- put(TemplateCache.Key, Templates) - Method in class org.mmbase.cache.xslt.TemplateCache
-
You can only put Source/Templates values in the cache, so this throws an Exception.
- put(Source, Templates) - Method in class org.mmbase.cache.xslt.TemplateCache
-
- put(Source, Templates, URIResolver) - Method in class org.mmbase.cache.xslt.TemplateCache
-
- put(K, V) - Method in class org.mmbase.util.BijectiveMap
-
- put(K, V) - Method in class org.mmbase.util.LinkMap
-
- put(String, Object) - Method in interface org.mmbase.util.logging.MDC
-
- put(K, V) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Store an element in the table.
- put(Object, Object) - Method in class org.mmbase.util.StringTagger
-
sets a value (for the Map interface).
- putAll(Map<? extends K, ? extends V>) - Method in class org.mmbase.cache.Cache
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.mmbase.cache.implementation.LRUCache
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
- putAll(Map) - Method in class org.mmbase.util.StringTagger
-
Manually sets a set of values (for the Map interface).
- putCache() - Method in class org.mmbase.cache.Cache
-
Puts this cache in the caches repository.
- putCache(Cache<K, V>) - Static method in class org.mmbase.cache.CacheManager
-
Puts a cache in the caches repository.
- putPolicy(Object, CachePolicy) - Static method in class org.mmbase.cache.CachePolicy
-
- radix - Variable in class org.mmbase.util.transformers.RadixTransformer
-
- RadixTransformer - Class in org.mmbase.util.transformers
-
- RadixTransformer() - Constructor for class org.mmbase.util.transformers.RadixTransformer
-
- RandomInputStream - Class in org.mmbase.util
-
An input stream only producing random bytes.
- RandomInputStream(int) - Constructor for class org.mmbase.util.RandomInputStream
-
This input stream produces a given number of random number.
- RandomInputStream() - Constructor for class org.mmbase.util.RandomInputStream
-
Produces an immense amount of randomness
- RandomPool - Class in org.mmbase.util
-
Class for holding a pool of random numbers.
- RandomPool() - Constructor for class org.mmbase.util.RandomPool
-
Create a pool.
- RandomPool(long) - Constructor for class org.mmbase.util.RandomPool
-
Create a pool.
- ranPool - Variable in class org.mmbase.util.PasswordGenerator
-
Pool of random numbers.
- read() - Method in class org.mmbase.util.IECompatibleJpegInputStream
-
- read(byte[], int, int) - Method in class org.mmbase.util.IECompatibleJpegInputStream
-
- read(byte[]) - Method in class org.mmbase.util.IECompatibleJpegInputStream
-
- read() - Method in class org.mmbase.util.MockInputStream
-
- read(byte[], int, int) - Method in class org.mmbase.util.MockInputStream
-
- read() - Method in class org.mmbase.util.ReaderInputStream
-
Reads from the Reader, returning the same value.
- read(byte[], int, int) - Method in class org.mmbase.util.ReaderInputStream
-
Reads from the Reader into a byte array
- read() - Method in class org.mmbase.util.SerializableInputStream
-
- read(byte[]) - Method in class org.mmbase.util.SerializableInputStream
-
- read(byte[], int, int) - Method in class org.mmbase.util.SerializableInputStream
-
- read() - Method in class org.mmbase.util.transformers.TransformingReader
-
- read(char[], int, int) - Method in class org.mmbase.util.transformers.TransformingReader
-
- readBlocking() - Method in class org.mmbase.util.externalprocess.ProcessClosure
-
read data from the external process and block the calling thread until
reading is finished
- readChar() - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Read a character.
- readChar() - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Read a character.
- readConfiguration() - Method in class org.mmbase.cache.CacheManager
-
- readConfiguration() - Method in interface org.mmbase.cache.CacheManagerMBean
-
- readCSV(String, String, String) - Static method in class org.mmbase.util.CSVReader
-
- readDefaultPatterns(Collection<Entry<Pattern, String>>) - Method in class org.mmbase.util.transformers.Censor
-
- readDefaultPatterns(Collection<Entry<Pattern, String>>) - Method in class org.mmbase.util.transformers.LinkFinder
-
- readDefaultPatterns(Collection<Entry<Pattern, String>>) - Method in class org.mmbase.util.transformers.RegexpReplacer
-
Reads defaults translation patterns into the given collection patterns.
- readdResources() - Method in class org.mmbase.util.ResourceWatcher
-
- ReaderInputStream - Class in org.mmbase.util
-
Oddly enough, Java does not provide this itself.
- ReaderInputStream(Reader) - Constructor for class org.mmbase.util.ReaderInputStream
-
Construct a ReaderInputStream
for the specified Reader.
- ReaderInputStream(Reader, String) - Constructor for class org.mmbase.util.ReaderInputStream
-
Construct a ReaderInputStream
for the specified Reader,
with the specified encoding.
- ReaderTransformer - Class in org.mmbase.util.transformers
-
You need only to implement transform(Reader, Writer) you have the simplest
kind of tranformer (which is 'streamable').
- ReaderTransformer() - Constructor for class org.mmbase.util.transformers.ReaderTransformer
-
- readExternal(ObjectInput) - Method in class org.mmbase.util.logging.ChainedLogger
-
- readNonBlocking() - Method in class org.mmbase.util.externalprocess.ProcessClosure
-
read data from the external process without blocking the calling thread
- ReadonlyLocalizedString - Class in org.mmbase.util
-
Extends and wraps LocalizedString, to make it readonly
- ReadonlyLocalizedString(LocalizedString) - Constructor for class org.mmbase.util.ReadonlyLocalizedString
-
- readPatterns(Collection<Entry<Pattern, String>>) - Method in class org.mmbase.util.transformers.RegexpReplacer
-
Reads patterns from config-file into given Collection
- readProperties(String) - Method in class org.mmbase.util.ExtendedProperties
-
Deprecated.
Read from Properties and return them.
- readProperties(String) - Method in class org.mmbase.util.xml.UtilReader
-
- Ready() - Constructor for class org.mmbase.core.event.EventManager.Ready
-
- ready() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Copier
-
- ready() - Method in class org.mmbase.util.transformers.ByteTransformerLink
-
- ready() - Method in class org.mmbase.util.transformers.CharTransformerLink
-
- redirected - Variable in class org.mmbase.util.GenericResponseWrapper
-
- RegexpReplacer - Class in org.mmbase.util.transformers
-
Finds regexps in the Character String, and replaces them.
- RegexpReplacer(int) - Constructor for class org.mmbase.util.transformers.RegexpReplacer
-
- RegexpReplacer() - Constructor for class org.mmbase.util.transformers.RegexpReplacer
-
- RegexpReplacer.PatternWatcher - Class in org.mmbase.util.transformers
-
- regexps - Static variable in class org.mmbase.util.transformers.RegexpReplacer
-
The regexps for the unextended RegexpReplacer
- register(String) - Static method in class org.mmbase.util.Encode
-
Add new transformation types.
- registerPublicID(String, String, Class<?>) - Static method in class org.mmbase.util.xml.EntityResolver
-
Register a given publicID, binding it to a resource determined by a given class and resource filename
- registerPublicIDs() - Static method in class org.mmbase.util.xml.DocumentReader
-
Register the Public Ids for DTDs used by XMLBasicReader
This method is called by EntityResolver.
- registerPublicIDs() - Static method in class org.mmbase.util.xml.UtilReader
-
Register the Public Ids for DTDs used by UtilReader
This method is called by EntityResolver.
- registerSystemID(String, String, Class<?>) - Static method in class org.mmbase.util.xml.EntityResolver
-
It seems that in XSD's you don't have public id's.
- ReInit(InputStream) - Method in class org.mmbase.util.dateparser.DateParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.mmbase.util.dateparser.DateParser
-
Reinitialise.
- ReInit(Reader) - Method in class org.mmbase.util.dateparser.DateParser
-
Reinitialise.
- ReInit(DateParserTokenManager) - Method in class org.mmbase.util.dateparser.DateParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class org.mmbase.util.dateparser.DateParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class org.mmbase.util.dateparser.DateParserTokenManager
-
Reinitialise parser.
- ReInit(Reader, int, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class org.mmbase.util.transformers.ListParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.mmbase.util.transformers.ListParser
-
Reinitialise.
- ReInit(Reader) - Method in class org.mmbase.util.transformers.ListParser
-
Reinitialise.
- ReInit(ListParserTokenManager) - Method in class org.mmbase.util.transformers.ListParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class org.mmbase.util.transformers.ListParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class org.mmbase.util.transformers.ListParserTokenManager
-
Reinitialise parser.
- ReInit(Reader, int, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
Reinitialise.
- reinitWatchers() - Static method in class org.mmbase.util.ResourceWatcher
-
- RelativeTime - Class in org.mmbase.util
-
This util class contains several methods and constants to manipulate relative time values.
- RelativeTime() - Constructor for class org.mmbase.util.RelativeTime
-
- release() - Method in class org.mmbase.util.DijkstraSemaphore
-
Releases a previously acquires semaphore and increments the count by one.
- release(int) - Method in class org.mmbase.util.DijkstraSemaphore
-
Same as release() except that the count is increased by pCount instead of 1.
- release() - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
-
Release any internal references to previously created Log
instances returned by this factory.
- releaseAll() - Method in class org.mmbase.util.DijkstraSemaphore
-
Releases all semaphores setting the count to max count.
- reLog(Logger, boolean, Date) - Method in class org.mmbase.util.logging.BufferedLogger
-
- remove(Object) - Method in class org.mmbase.cache.Cache
-
- remove(String, Object) - Static method in class org.mmbase.cache.CacheManager
-
Used in config/functions/caches.xml
- remove(Object) - Method in class org.mmbase.cache.implementation.LRUCache
-
- remove(Object) - Method in class org.mmbase.cache.xslt.TemplateCache
-
When removing an entry then also the FileWatcher must be removed.
- remove(int) - Method in class org.mmbase.util.Casting.ListWrapper
-
- remove() - Method in class org.mmbase.util.ChainedIterator
-
Not supported
- remove(FileWatcher) - Method in class org.mmbase.util.FileWatcher.FileWatcherRunner
-
- remove(File) - Method in class org.mmbase.util.FileWatcher
-
Remove file from the watch-list
- remove() - Method in class org.mmbase.util.LRUHashtable.LRUEntrySetIterator
-
Deprecated.
- remove(Object) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Remove an element from the table.
- remove(String) - Method in class org.mmbase.util.ResourceWatcher
-
- remove(Object) - Method in class org.mmbase.util.StringTagger
-
remove a value (for the Map interface).
- REMOVE_NEWLINES - Static variable in class org.mmbase.util.transformers.XmlField
-
- removeAttribute(String) - Method in class org.mmbase.util.LocalServletRequest
-
- removeAttribute(String) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
-
Remove any configuration attribute associated with the specified name.
- removeEventBroker(EventBroker) - Method in class org.mmbase.core.event.EventManager
-
remove a broker for a specific type of event
- removeEventListener(EventListener) - Method in class org.mmbase.core.event.EventManager
-
- removeListener(EventListener) - Method in class org.mmbase.core.event.AbstractEventBroker
-
- removeListener(EventListener) - Method in class org.mmbase.core.event.EventBroker
-
- removeListener(EventListener) - Method in class org.mmbase.core.event.WeakEventBroker
-
- removeLogger(Logger) - Method in class org.mmbase.util.logging.ChainedLogger
-
- removeLogger(Logger) - Method in interface org.mmbase.util.logging.LoggerAccepter
-
- repeats - Static variable in class org.mmbase.util.logging.Performance
-
- replace(String) - Method in class org.mmbase.util.ReplacingLocalizedString
-
- replace(int, int, String) - Method in class org.mmbase.util.StringObject
-
Deprecated.
replace
- replace(String, String) - Method in class org.mmbase.util.StringObject
-
Deprecated.
replace
- replace(String, String, String, String) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Does a replace/insert.
- replace(String, Writer, ChunkedTransformer<P>.Status) - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
Implement this.
- replace(ChunkedTransformer<P>.Status) - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
Whether still to do replacing, given status.
- replace(String, Writer, ChunkedTransformer<Pattern>.Status) - Method in class org.mmbase.util.transformers.RegexpReplacer
-
- replaceAll(String, String) - Method in class org.mmbase.util.ReplacingLocalizedString
-
- replaceAll(StringBuilder, String, String) - Static method in class org.mmbase.util.transformers.XmlField
-
- replaced - Variable in class org.mmbase.util.transformers.ChunkedTransformer.Status
-
- replaceFirst(String, String) - Method in class org.mmbase.util.StringObject
-
Deprecated.
replace
- replaceInA - Variable in class org.mmbase.util.transformers.RegexpReplacer
-
- replaceWord(StringBuilder, Writer, ChunkedTransformer<P>.Status) - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
- ReplacingLocalizedString - Class in org.mmbase.util
-
Extends and wraps LocalizedString.
- ReplacingLocalizedString(LocalizedString) - Constructor for class org.mmbase.util.ReplacingLocalizedString
-
- request - Variable in class org.mmbase.util.LocalServletRequest
-
- requestCount - Variable in class org.mmbase.util.LRUHashtable.LRUEntry
-
Deprecated.
the number of times this
entry has been requested
- Required - Annotation Type in org.mmbase.util.functions
-
This annotation can be used on methods, to make the parameter of
the corresponding
BeanFunction required.
- reset() - Method in class org.mmbase.cache.Cache
-
Reset 'puts', 'misses' and 'puts' to 0.
- reset() - Method in interface org.mmbase.cache.CacheMBean
-
- reset() - Method in class org.mmbase.util.LocalServletResponse
-
- reset() - Method in class org.mmbase.util.ReaderInputStream
-
Resets the StringReader.
- reset() - Method in class org.mmbase.util.SerializableInputStream
-
- resetBuffer() - Method in class org.mmbase.util.LocalServletResponse
-
- resolve(String, String) - Method in class org.mmbase.util.xml.URIResolver
-
Implementation of the resolve method of javax.xml.transform.URIResolver.
- resolveEntity(String, String) - Method in class org.mmbase.util.magicfile.XmlDetector.Handler
-
- resolveEntity(String, String) - Method in class org.mmbase.util.xml.EntityResolver
-
Takes the systemId and returns the local location of the dtd/xsd
- resolveToFile(String) - Method in class org.mmbase.util.xml.URIResolver
-
Deprecated.
- resolveToFile(String, String) - Method in class org.mmbase.util.xml.URIResolver
-
Deprecated.
- resolveToURL(String, String) - Method in class org.mmbase.util.xml.URIResolver
-
- Resource() - Constructor for class org.mmbase.util.xml.EntityResolver.Resource
-
- RESOURCE_ROOT - Static variable in class org.mmbase.util.ResourceLoader
-
Used for files, and servlet resources.
- resourceAvailable() - Method in class org.mmbase.util.xml.UtilReader
-
Reports whether the configured resource (in the constructor) is actually backed.
- resourceBuilder - Static variable in class org.mmbase.util.ResourceWatcher
-
- ResourceFileWatcher(String) - Constructor for class org.mmbase.util.ResourceWatcher.ResourceFileWatcher
-
- ResourceLoader - Class in org.mmbase.util
-
MMBase resource loader, for loading configuration files and those kind of things.
- ResourceLoader() - Constructor for class org.mmbase.util.ResourceLoader
-
This constructor instantiates a new root resource-loader.
- ResourceLoader(ResourceLoader, String) - Constructor for class org.mmbase.util.ResourceLoader
-
Instantiates a ResourceLoader for a 'sub directory' of given ResourceLoader.
- resourceLoader - Variable in class org.mmbase.util.ResourceWatcher
-
The resource-loader associated with this ResourceWatcher.
- ResourceLoader.AbstractFileURLStreamHandler - Class in org.mmbase.util
-
- ResourceLoader.ApplicationContextFileURLStreamHandler - Class in org.mmbase.util
-
- ResourceLoader.ApplicationContextFileURLStreamHandlerFactory - Class in org.mmbase.util
-
- ResourceLoader.ClassesFileURLStreamHandlerFactory - Class in org.mmbase.util
-
- ResourceLoader.ClassLoaderURLStreamHandler - Class in org.mmbase.util
-
- ResourceLoader.ConfigClassLoaderURLStreamHandlerFactory - Class in org.mmbase.util
-
- ResourceLoader.ConfigServletResourceURLStreamHandlerFactory - Class in org.mmbase.util
-
- ResourceLoader.FileURLStreamHandler - Class in org.mmbase.util
-
- ResourceLoader.FullyClassifiedClassLoaderURLStreamHandlerFactory - Class in org.mmbase.util
-
- ResourceLoader.MMBaseConfigSettingFileURLStreamHandlerFactory - Class in org.mmbase.util
-
- ResourceLoader.PathURLStreamHandler - Class in org.mmbase.util
-
Extension URLStreamHandler, used for the 'sub' Handlers, entries of 'roots' in ResourceLoader are of this type.
- ResourceLoader.ServletContextInit - Class in org.mmbase.util
-
- ResourceLoader.ServletResourceURLStreamHandler - Class in org.mmbase.util
-
URLStreamHandler based on the servletContext object of ResourceLoader
- ResourceLoader.Type - Enum in org.mmbase.util
-
The available ResourceLoaders wrapped into an enum, which makes them available dynamicly
(with ResourceLoader.Type.valueOf(string).get())
- ResourceLoader.URLStreamHandlerFactory - Class in org.mmbase.util
-
- ResourceLoaderChange() - Constructor for class org.mmbase.core.event.SystemEvent.ResourceLoaderChange
-
- resources - Variable in class org.mmbase.util.ResourceWatcher
-
All resources watched by this ResourceWatcher.
- ResourceWatcher - Class in org.mmbase.util
-
- ResourceWatcher(ResourceLoader) - Constructor for class org.mmbase.util.ResourceWatcher
-
Constructor.
- ResourceWatcher(ResourceLoader, boolean) - Constructor for class org.mmbase.util.ResourceWatcher
-
- ResourceWatcher() - Constructor for class org.mmbase.util.ResourceWatcher
-
- ResourceWatcher.ResourceFileWatcher - Class in org.mmbase.util
-
A FileWatcher associated with a certain resource of this ResourceWatcher.
- resourceWatchers - Static variable in class org.mmbase.util.ResourceWatcher
-
All instantiated ResourceWatchers.
- ResultCache - Class in org.mmbase.cache.xslt
-
Caches the results of XSL transformations.
- reverse() - Method in class org.mmbase.util.StringObject
-
Deprecated.
Reverse the order of the characters in the String buffer.
- ReverseComparator - Class in org.mmbase.util
-
The comparator which sorts Comparable on the inverse natural order.
- ReverseComparator() - Constructor for class org.mmbase.util.ReverseComparator
-
- RICHBODY - Static variable in class org.mmbase.util.transformers.XmlField
-
- richToHTMLBlock(String, boolean, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
-
So poor, that it actually generates pieces of XHTML 1.1 blocks (so, no use of sections).
- richToHTMLBlock(String) - Static method in class org.mmbase.util.transformers.XmlField
-
- richToHTMLBlock(String, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
-
- richToXML(String, boolean, boolean) - Static method in class org.mmbase.util.transformers.XmlField
-
Defines a kind of 'rich' text format.
- richToXML(String, boolean) - Static method in class org.mmbase.util.transformers.XmlField
-
- richToXML(String) - Static method in class org.mmbase.util.transformers.XmlField
-
- ROMAN - Static variable in class org.mmbase.util.transformers.RomanTransformer
-
- romanToDecimal(char) - Static method in class org.mmbase.util.transformers.RomanTransformer
-
Converts one of the letters from the roman number system to an int.
- romanToDecimal(String) - Static method in class org.mmbase.util.transformers.RomanTransformer
-
Converts roman number to int.
- RomanTransformer - Class in org.mmbase.util.transformers
-
Static utilities to deal with roman numbers, and non static functions to transform strings
representing decimal numbers to roman numbers and back.
- RomanTransformer() - Constructor for class org.mmbase.util.transformers.RomanTransformer
-
- roots - Variable in class org.mmbase.util.ResourceLoader
-
- Rot13 - Class in org.mmbase.util.transformers
-
Rot13 implementation.
- Rot13() - Constructor for class org.mmbase.util.transformers.Rot13
-
- rot13(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot13
-
- Rot5 - Class in org.mmbase.util.transformers
-
Rot5 implementation.
- Rot5() - Constructor for class org.mmbase.util.transformers.Rot5
-
- rot5(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot5
-
- rows - Variable in class org.mmbase.util.CSVReader
-
- run() - Method in class org.mmbase.util.ChainedRunnable
-
- run() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Copier
-
- run() - Method in class org.mmbase.util.externalprocess.StreamCopyThread
-
- run() - Method in class org.mmbase.util.FileWatcher.FileWatcherRunner
-
Main loop, will check every watched file every amount of time.
- run() - Method in class org.mmbase.util.IECompatibleJpegInputStream
-
- run() - Method in class org.mmbase.util.SqlExecutor
-
- run() - Method in class org.mmbase.util.transformers.ByteTransformerLink
-
- run() - Method in class org.mmbase.util.transformers.CharTransformerLink
-
- runtimeError(String, String, int, String, int) - Method in class org.mmbase.util.logging.JavaScriptErrorReporter
-
- save(String) - Method in class org.mmbase.util.ExtendedProperties
-
Deprecated.
This routine does not only saves your Properties but also
merges your comments if the file already exists
if the file doesn't exists the will call the "normal" write routine.
- save() - Method in class org.mmbase.util.ExtendedProperties
-
Deprecated.
- saveProperties(String, Hashtable<Object, Object>) - Method in class org.mmbase.util.ExtendedProperties
-
Deprecated.
save Properties to file.
- scheduleAtFixedRate(Runnable, int, int) - Static method in class org.mmbase.util.ThreadPools
-
- scheduleFileWatcherRunner() - Static method in class org.mmbase.util.FileWatcher
-
- scheduler - Static variable in class org.mmbase.util.ThreadPools
-
This executor is for repeating tasks.
- SECOND - Static variable in class org.mmbase.util.logging.Performance
-
- second_number() - Method in class org.mmbase.util.dateparser.DateParser
-
- seconds() - Method in class org.mmbase.util.dateparser.DateParser
-
- SECTIONS - Static variable in class org.mmbase.util.transformers.XmlField
-
- sendError(int, String) - Method in class org.mmbase.util.GenericResponseWrapper
-
- sendError(int) - Method in class org.mmbase.util.GenericResponseWrapper
-
- sendError(int) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- sendError(int, String) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- sendRedirect(String) - Method in class org.mmbase.util.GenericResponseWrapper
-
- sendRedirect(String) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- SEPARATOR - Static variable in class org.mmbase.util.UriParser
-
- SerializableInputStream - Class in org.mmbase.util
-
Sometimes you need an InputStream to be Serializable.
- SerializableInputStream(InputStream, long) - Constructor for class org.mmbase.util.SerializableInputStream
-
- SerializableInputStream(File, String) - Constructor for class org.mmbase.util.SerializableInputStream
-
- SerializableInputStream(File) - Constructor for class org.mmbase.util.SerializableInputStream
-
- SerializableInputStream(byte[]) - Constructor for class org.mmbase.util.SerializableInputStream
-
- SerializableInputStream(FileItem) - Constructor for class org.mmbase.util.SerializableInputStream
-
- SerializableInputStream(SerializableInputStream) - Constructor for class org.mmbase.util.SerializableInputStream
-
- service(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- service(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- service(Object) - Method in class org.mmbase.util.logging.ChainedLogger
-
- service(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
-
- service(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- service(Object) - Method in class org.mmbase.util.logging.java.Impl
-
- service(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
-
- SERVICE - Static variable in class org.mmbase.util.logging.Level
-
A constant.
- service(Object) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
-
A new logging method that takes the SERVICE priority.
- service(Object, Throwable) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
-
- SERVICE - Static variable in class org.mmbase.util.logging.log4j.Log4jLevel
-
- service(Object) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- service(Object, Throwable) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- service(Object) - Method in interface org.mmbase.util.logging.Logger
-
Logs the message m with service priority.
- service(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
-
- service(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- service(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- SERVICE_INT - Static variable in class org.mmbase.util.logging.Level
-
- SERVICE_INT - Static variable in class org.mmbase.util.logging.log4j.Log4jLevel
-
- ServletContext(ServletContext) - Constructor for class org.mmbase.core.event.SystemEvent.ServletContext
-
- ServletContextInit() - Constructor for class org.mmbase.util.ResourceLoader.ServletContextInit
-
- ServletResourceURLStreamHandler(ResourceLoader, String) - Constructor for class org.mmbase.util.ResourceLoader.ServletResourceURLStreamHandler
-
- sessionId - Variable in class org.mmbase.util.LocalHttpServletRequest
-
- set(int, Object) - Method in class org.mmbase.util.Casting.ListWrapper
-
- set(String, Locale) - Method in class org.mmbase.util.LocalizedString
-
Sets the value for a certain locale.
- set - Variable in class org.mmbase.util.LRUHashtable.LRUEntrySet
-
Deprecated.
- set(String, Locale) - Method in class org.mmbase.util.ReadonlyLocalizedString
-
- set(String, Locale) - Method in class org.mmbase.util.WrappedLocalizedString
-
- setActive(boolean) - Method in class org.mmbase.cache.Cache
-
Sets this cache to active or passive.
- setActive(boolean) - Method in interface org.mmbase.cache.CacheMBean
-
- setAttribute(String, Object) - Method in class org.mmbase.util.LocalServletRequest
-
- setAttribute(String, Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLoggingFactory
-
Set the configuration attribute with the specified name.
- setBufferSize(int) - Method in class org.mmbase.util.LocalServletResponse
-
- setBundle(String) - Method in class org.mmbase.util.LocalizedString
-
A resource-bundle with given name can be associated to this LocalizedString.
- setBundle(String) - Method in class org.mmbase.util.ReadonlyLocalizedString
-
- setBundle(String) - Method in class org.mmbase.util.WrappedLocalizedString
-
- setCachePolicy(CachePolicy) - Method in interface org.mmbase.cache.Cacheable
-
Sets the CachePolicy of the query.
- setCanceled(boolean) - Method in class org.mmbase.util.externalprocess.AbstractMonitor
-
- setCanceled(boolean) - Method in interface org.mmbase.util.externalprocess.IProgressMonitor
-
Sets the cancel state to the given value.
- setCharacterEncoding(String) - Method in class org.mmbase.util.LocalServletRequest
-
- setCharacterEncoding(String) - Method in class org.mmbase.util.LocalServletResponse
-
- setCharAt(int, char) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Changes the character at the specified index to be ch.
- setCollapseMultiple(boolean) - Method in class org.mmbase.util.transformers.Asciifier
-
- setCommand(String) - Method in class org.mmbase.util.transformers.Graphviz
-
- setComparator(char) - Method in class org.mmbase.util.magicfile.BasicDetector
-
- setContentLength(int) - Method in class org.mmbase.util.LocalServletResponse
-
- setContentType(String) - Method in class org.mmbase.util.GenericResponseWrapper
-
Sets the content type of the response being sent to the
client.
- setContentType(String) - Method in class org.mmbase.util.LocalServletResponse
-
- setContentType(MimeType) - Method in class org.mmbase.util.SerializableInputStream
-
- setCurrentlyOpen(SpaceReducer.Tag) - Method in class org.mmbase.util.transformers.SpaceReducer.SpaceReducerStatus
-
- setDataDir(String) - Static method in class org.mmbase.util.MMBaseContext
-
- setDataSource(DataSource) - Method in class org.mmbase.util.SqlExecutor
-
- setDate(int) - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- setDateHeader(String, long) - Method in class org.mmbase.util.GenericResponseWrapper
-
- setDateHeader(String, long) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- setDebugChars(boolean) - Method in class org.mmbase.util.transformers.LoggerCharTransformer
-
- setDebugStream(PrintStream) - Method in class org.mmbase.util.dateparser.DateParserTokenManager
-
Set debug output.
- setDebugStream(PrintStream) - Method in class org.mmbase.util.transformers.ListParserTokenManager
-
Set debug output.
- setDecomposition(int) - Method in class org.mmbase.util.LocaleCollator
-
- setDefault(TimeZone) - Static method in class org.mmbase.util.dateparser.DateParser
-
- setDefault(Locale) - Static method in class org.mmbase.util.LocalizedString
-
Sets a default locale for this JVM or web-app.
- setDelay(long) - Method in class org.mmbase.util.FileWatcher
-
Set the delay to observe between each check of the file changes.
- setDelay(long) - Method in class org.mmbase.util.ResourceWatcher
-
Set the delay to observe between each check of the file changes.
- setDesignation(String) - Method in class org.mmbase.util.magicfile.AbstractDetector
-
- setDisableOptimizations(boolean) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
-
- setEncoding(String) - Static method in class org.mmbase.util.MMBaseContext
-
- setEscapeLow(boolean) - Method in class org.mmbase.util.transformers.UnicodeEscaper
-
- setExtension(String) - Method in class org.mmbase.util.magicfile.AbstractDetector
-
Adds a possible extension.
- setExtension(String) - Method in interface org.mmbase.util.magicfile.Detector
-
- setHasDirectories(String) - Method in class org.mmbase.util.magicfile.ZipDetector
-
- setHasFiles(String) - Method in class org.mmbase.util.magicfile.ZipDetector
-
- setHeader(String, String) - Method in class org.mmbase.util.GenericResponseWrapper
-
- setHeader(String, String) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- setHelper(Caster) - Static method in class org.mmbase.util.Casting
-
- setHost(String) - Static method in class org.mmbase.util.MMBaseContext
-
- setHours(int) - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- setIgnoreException(String) - Method in class org.mmbase.util.SqlExecutor
-
- setImplementation(String, Map<String, String>) - Method in class org.mmbase.cache.Cache
-
- setIncludeComments(boolean) - Method in class org.mmbase.util.xml.DocumentWriter
-
Sets whether the document will include comments
- setInitialNewline(boolean) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
-
- setIntHeader(String, int) - Method in class org.mmbase.util.GenericResponseWrapper
-
- setIntHeader(String, int) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- setInUse(boolean) - Method in class org.mmbase.util.externalprocess.CommandExecutor.Method
-
- setKey(String) - Method in class org.mmbase.util.LocalizedString
-
Sets the key to use as a default and/or for obtaining a value from the bundle
- setKey(String) - Method in class org.mmbase.util.ReadonlyLocalizedString
-
- setKey(String) - Method in class org.mmbase.util.WrappedLocalizedString
-
- setLength(int) - Method in class org.mmbase.util.StringObject
-
Deprecated.
Sets the length of the String.
- setLevel(Level) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- setLevel(Level) - Method in class org.mmbase.util.logging.ChainedLogger
-
- setLevel(Level) - Method in class org.mmbase.util.logging.java.Impl
-
- setLevel(Level) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
-
- setLevel(Level) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- setLevel(Level) - Method in interface org.mmbase.util.logging.Logger
-
If you want to override the level in the configuration file
fixed for this category, you can do it with this method.
- setLevel(Level) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- setLine(String) - Method in class org.mmbase.util.transformers.SpaceReducer.Tag
-
- setLineBreakPosition(int) - Method in class org.mmbase.util.transformers.YUICSSCompressor
-
- setLineBreakPosition(int) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
-
- setLocale(Locale) - Method in class org.mmbase.util.GenericResponseWrapper
-
- setLocale(Locale) - Method in class org.mmbase.util.LocaleLocalizedString
-
- setLocale(Locale) - Method in class org.mmbase.util.LocalServletResponse
-
- setLogger(Logger) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- setMachineName(String) - Static method in class org.mmbase.util.MMBaseContext
-
- setMaxAge(long) - Method in class org.mmbase.util.logging.BufferedLogger
-
- setMaxEntrySize(int) - Method in class org.mmbase.cache.Cache
-
- setMaxEntrySize(int) - Method in interface org.mmbase.cache.CacheMBean
-
- setMaxSize(int) - Method in class org.mmbase.cache.Cache
-
- setMaxSize(int) - Method in interface org.mmbase.cache.CacheImplementationInterface
-
Sets the (maximal) size of the cache (if implementable).
- setMaxSize(int) - Method in interface org.mmbase.cache.CacheMBean
-
- setMaxSize(int) - Method in class org.mmbase.cache.implementation.LRUCache
-
Change the maximum size of the table.
- setMaxSize(int) - Method in class org.mmbase.util.logging.BufferedLogger
-
- setMaxSize(int) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Change the maximum size of the table.
- setMimeType(String) - Method in class org.mmbase.util.magicfile.AbstractDetector
-
- setMimeType(String) - Method in interface org.mmbase.util.magicfile.Detector
-
- setMinutes(int) - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- setMMEntities(String) - Static method in class org.mmbase.util.xml.EntityResolver
-
- setMonth(int) - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- setMoreDisallowed(String) - Method in class org.mmbase.util.transformers.Asciifier
-
- setMunge(boolean) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
-
- setNodeTextValue(Node, String) - Static method in class org.mmbase.util.xml.DocumentReader
-
- setOffset(String) - Method in class org.mmbase.util.magicfile.BasicDetector
-
- setOnlyIf(String) - Method in class org.mmbase.util.SqlExecutor
-
A query returning either true of false.
- setParameters(Element, Object) - Static method in class org.mmbase.util.xml.Instantiator
-
- setPrefix(String) - Method in class org.mmbase.util.SqlExecutor
-
- setPrefix(Document, String, String) - Static method in class org.mmbase.util.xml.DocumentReader
-
- setPreserveAllSemiColons(boolean) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
-
- setProperty(String, String) - Method in class org.mmbase.util.ExtendedProperties
-
Deprecated.
Set the Property.
- setProperty(ThreadPoolExecutor, String, String) - Static method in class org.mmbase.util.ThreadPools
-
- setProperty(String, Class, Object, String) - Static method in class org.mmbase.util.xml.Instantiator
-
Given the name of a property, a clazz, an object and a value, set the property on the
object.
- setPublicId(String) - Method in class org.mmbase.util.magicfile.XmlDetector
-
- setQuery(String) - Method in class org.mmbase.util.SqlExecutor
-
- setRadix(int) - Method in class org.mmbase.util.transformers.RadixTransformer
-
- setRemoveDiacritis(boolean) - Method in class org.mmbase.util.transformers.Asciifier
-
- setReplacer(String) - Method in class org.mmbase.util.transformers.Asciifier
-
Replacement character in stead of a question mark.
- setResourceBuilder(String) - Static method in class org.mmbase.util.ResourceWatcher
-
Sets the MMBase builder which must be used for resource.
- setSeconds(int) - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- setShared() - Method in class org.mmbase.util.StringObject
-
Deprecated.
- setStatus(int) - Method in class org.mmbase.util.GenericResponseWrapper
-
- setStatus(int) - Method in class org.mmbase.util.LocalHttpServletResponse
-
- setStatus(int, String) - Method in class org.mmbase.util.LocalHttpServletResponse
-
Deprecated.
- setStrength(int) - Method in class org.mmbase.util.LocaleCollator
-
- setSystemId(String) - Method in class org.mmbase.util.xml.DocumentReader
-
- setTabSize(int) - Method in class org.mmbase.util.dateparser.SimpleCharStream
-
- setTabSize(int) - Method in class org.mmbase.util.transformers.SimpleCharStream
-
- setTest(String) - Method in class org.mmbase.util.magicfile.BasicDetector
-
- setThrowErrors(boolean) - Method in class org.mmbase.util.transformers.AbstractCommandStringTransformer
-
- setTime(long) - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- setTimeZone(TimeZone) - Method in class org.mmbase.util.DateFormats.DayOfWeekDateFormat
-
- setType(String) - Method in class org.mmbase.util.magicfile.BasicDetector
-
- setType(String) - Method in class org.mmbase.util.transformers.Graphviz
-
- setUpdate(String) - Method in class org.mmbase.util.SqlExecutor
-
- setValid(boolean) - Method in class org.mmbase.util.magicfile.AbstractDetector
-
- setValid(boolean) - Method in interface org.mmbase.util.magicfile.Detector
-
- setValue(V) - Method in class org.mmbase.util.Entry
-
- setValue(V) - Method in class org.mmbase.util.LRUHashtable.LRUEntry
-
Deprecated.
- setValue(String, String) - Method in class org.mmbase.util.StringTagger
-
Manually sets a single value.
- setValues(String, Vector) - Method in class org.mmbase.util.StringTagger
-
Manually sets a multi-value value.
- setWeight(int) - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
-
- setWhitespaceReplacer(String) - Method in class org.mmbase.util.transformers.Identifier
-
- setXmlLang(Element, Locale) - Static method in class org.mmbase.util.LocalizedString
-
This utility takes care of setting the xml:lang attribute on an element.
- setXmlns(String) - Method in class org.mmbase.util.magicfile.XmlDetector
-
- setYear(int) - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- shadowed(File, String) - Method in class org.mmbase.util.ResourceLoader
-
Determine wether File f is shadowed.
- showContents() - Method in class org.mmbase.util.ExtendedProperties
-
Deprecated.
Dump the contents of this Property to your screen (for debugging)
- shutdown() - Static method in class org.mmbase.cache.CacheManager
-
Clears and dereferences all caches.
- shutdown() - Method in class org.mmbase.core.event.EventManager
-
- Shutdown() - Constructor for class org.mmbase.core.event.SystemEvent.Shutdown
-
- shutdown() - Static method in class org.mmbase.util.FileWatcher
-
- shutdown() - Static method in class org.mmbase.util.logging.log4j.Log4jImpl
-
- shutdown() - Static method in class org.mmbase.util.logging.Logging
-
If the configured Logger implements a shutdown static method,
it will be called.
- shutdown() - Static method in class org.mmbase.util.MMBaseContext
-
- shutdown() - Static method in class org.mmbase.util.ThreadPools
-
- SimpleCharStream - Class in org.mmbase.util.dateparser
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.mmbase.util.dateparser.SimpleCharStream
-
Constructor.
- SimpleCharStream - Class in org.mmbase.util.transformers
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.mmbase.util.transformers.SimpleCharStream
-
Constructor.
- SimpleImpl - Class in org.mmbase.util.logging
-
A very simple implementation of Logger.
- SimpleTimeStampImpl - Class in org.mmbase.util.logging
-
Like SimpleImpl, but also adds timestamps.
- singlequote(String) - Static method in class org.mmbase.util.Escape
-
Deprecated.
Escapes single quotes in a string.
- singleQuote(String, int) - Static method in class org.mmbase.util.Strip
-
Strip single quotes from beginning, end or both, only once.
- singleQuote(Reader, Writer) - Static method in class org.mmbase.util.transformers.Sql
-
Escapes single quotes in a string.
- singleQuoteBack(Reader, Writer) - Static method in class org.mmbase.util.transformers.Sql
-
Unescapes single quotes in a string.
- Sitestat - Class in org.mmbase.util.transformers
-
Transforms the input to the characters which are allowed in Sitestat keys for
page statistics, being: "A-Z, a-z, 0-9, - .
- Sitestat() - Constructor for class org.mmbase.util.transformers.Sitestat
-
- size() - Method in class org.mmbase.cache.Cache
-
- size() - Method in class org.mmbase.cache.implementation.LRUCache
-
- size() - Method in class org.mmbase.util.Casting.ListWrapper
-
- size() - Method in class org.mmbase.util.ChainedList
-
- size() - Method in class org.mmbase.util.CSVReader
-
Returns the number of rows in the CVS file.
- size() - Method in class org.mmbase.util.FileWatcher.FileWatcherRunner
-
- size() - Method in class org.mmbase.util.LinkMap
-
- size() - Method in class org.mmbase.util.LRUHashtable.LRUEntrySet
-
Deprecated.
- size() - Method in class org.mmbase.util.LRUHashtable.LRUValues
-
Deprecated.
- size() - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Return the current size of the table
- size() - Method in class org.mmbase.util.StringTagger
-
sets a value (for the Map interface).
- SizeMeasurable - Interface in org.mmbase.util
-
The
SizeOf class tries to determine the size of memory structures.
- SizeOf - Class in org.mmbase.util
-
Implementation of 'sizeof'.
- SizeOf() - Constructor for class org.mmbase.util.SizeOf
-
- sizeof(boolean) - Static method in class org.mmbase.util.SizeOf
-
- sizeof(byte) - Static method in class org.mmbase.util.SizeOf
-
- sizeof(char) - Static method in class org.mmbase.util.SizeOf
-
- sizeof(short) - Static method in class org.mmbase.util.SizeOf
-
- sizeof(int) - Static method in class org.mmbase.util.SizeOf
-
- sizeof(long) - Static method in class org.mmbase.util.SizeOf
-
- sizeof(float) - Static method in class org.mmbase.util.SizeOf
-
- sizeof(double) - Static method in class org.mmbase.util.SizeOf
-
- sizeof(Object) - Method in class org.mmbase.util.SizeOf
-
- skip(long) - Method in class org.mmbase.util.IECompatibleJpegInputStream
-
- skip(long) - Method in class org.mmbase.util.MockInputStream
-
- skip(long) - Method in class org.mmbase.util.SerializableInputStream
-
- SortedBundle - Class in org.mmbase.util
-
A bit like
ResourceBundle (on which it is based), but it creates
SortedMap's.
- SortedBundle.ValueWrapper - Class in org.mmbase.util
-
You can specify ValueWrapper.class as a value for the wrapper argument.
- SpaceReducer - Class in org.mmbase.util.transformers
-
Replace 1 or more spaces by 1 space, and 1 or more newlines by 1
newline.
- SpaceReducer() - Constructor for class org.mmbase.util.transformers.SpaceReducer
-
- SpaceReducer.SpaceReducerStatus - Class in org.mmbase.util.transformers
-
- SpaceReducer.Tag - Class in org.mmbase.util.transformers
-
this is a helper class that can check if a tag was opened or closed in a line of text
It first removes all bodyless versions of the tag from the line, and then counts all opening and
closing occurrences of the tag.
- SpaceReducerStatus() - Constructor for class org.mmbase.util.transformers.SpaceReducer.SpaceReducerStatus
-
- SpaceRemover - Class in org.mmbase.util.transformers
-
Replace 1 or white space by 1 space, and all spaces on the begin and end.
- SpaceRemover() - Constructor for class org.mmbase.util.transformers.SpaceRemover
-
- SpaceSwallower - Class in org.mmbase.util.transformers
-
Swallows all spaces.
- SpaceSwallower() - Constructor for class org.mmbase.util.transformers.SpaceSwallower
-
- SPartFileFilter - Class in org.mmbase.util
-
Support utility for MMObjectBuilder.getSMartPath
This filter filters files with the specified
number in its name.
- SPartFileFilter(String) - Constructor for class org.mmbase.util.SPartFileFilter
-
Creates the file filter.
- specialToken - Variable in class org.mmbase.util.dateparser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- specialToken - Variable in class org.mmbase.util.transformers.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- split(String, String) - Static method in class org.mmbase.util.StringSplitter
-
Simple util method to split delimited values to a list.
- split(String) - Static method in class org.mmbase.util.StringSplitter
-
Simple util method to split comma separated values.
- splitFunctions(CharSequence) - Static method in class org.mmbase.util.StringSplitter
-
Splits up a String, (using comma delimiter), but takes into account brackets.
- splitTag(String) - Method in class org.mmbase.util.StringTagger
-
Handles and splits a tag in its component parts, and store the elemements in
the tokens and multitokens fields.
- Sql - Class in org.mmbase.util.transformers
-
Encodings related to Sql.
- Sql() - Constructor for class org.mmbase.util.transformers.Sql
-
- Sql(int) - Constructor for class org.mmbase.util.transformers.Sql
-
- SqlExecutor - Class in org.mmbase.util
-
Generic tool to execute some SQL
- SqlExecutor() - Constructor for class org.mmbase.util.SqlExecutor
-
- SqlExecutorListener - Class in org.mmbase.core.event
-
- SqlExecutorListener() - Constructor for class org.mmbase.core.event.SqlExecutorListener
-
- stack - Variable in class org.mmbase.util.transformers.ListParser
-
- stackTrace() - Static method in class org.mmbase.util.logging.Logging
-
Returns the stacktrace of the current call.
- stackTrace(int) - Static method in class org.mmbase.util.logging.Logging
-
- stackTrace(Throwable) - Static method in class org.mmbase.util.logging.Logging
-
Returns the stacktrace of an exception as a string, which can
be logged handy.
- stackTrace(Throwable, int) - Static method in class org.mmbase.util.logging.Logging
-
Also returns a stringified stack trace to log, but no deeper than given max.
- StacktraceLoggingPatternLayout - Class in org.mmbase.util.logging.log4j
-
This layout can be used in logging in order to print out a stacktrace
for a given logging event.
- StacktraceLoggingPatternLayout() - Constructor for class org.mmbase.util.logging.log4j.StacktraceLoggingPatternLayout
-
- STAR - Static variable in class org.mmbase.util.MimeType
-
- start() - Method in class org.mmbase.util.dateparser.DateParser
-
- start() - Method in class org.mmbase.util.FileWatcher
-
- start() - Method in class org.mmbase.util.ResourceWatcher
-
If a node (of the type 'resourceBuilder') changes, checks if it is a node belonging to one of the resource of this resource-watcher.
- start(StringBuilder) - Method in class org.mmbase.util.transformers.ListParser
-
- startPrefixMapping(String, String) - Method in class org.mmbase.util.magicfile.XmlDetector.Handler
-
- startThread(Runnable, String) - Static method in class org.mmbase.util.MMBaseContext
-
Starts a daemon thread using the MMBase thread group.
- startTime - Static variable in class org.mmbase.util.MMBaseContext
-
- startWatcher(ResourceWatcher) - Method in class org.mmbase.util.xml.UtilReader
-
- starvationCheck() - Method in class org.mmbase.util.DijkstraSemaphore
-
This method blocks the calling thread until the count drops to zero.
- STATIC_LEXER_ERROR - Static variable in error org.mmbase.util.dateparser.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- STATIC_LEXER_ERROR - Static variable in error org.mmbase.util.transformers.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- staticFlag - Static variable in class org.mmbase.util.dateparser.SimpleCharStream
-
Whether parser is static.
- staticFlag - Static variable in class org.mmbase.util.transformers.SimpleCharStream
-
Whether parser is static.
- Status() - Constructor for class org.mmbase.util.transformers.BufferedReaderTransformer.Status
-
- Status() - Constructor for class org.mmbase.util.transformers.ChunkedTransformer.Status
-
- stir(long) - Method in class org.mmbase.util.RandomPool
-
Maintain a pool of randomness using a modified 64-bit
congruential generator with multipliers dynamically
selected from a set of pseudo-random values.
- storeDocument(String, Document) - Method in class org.mmbase.util.ResourceLoader
-
Creates a resource for a given Document.
- storeSource(String, Source, DocumentType) - Method in class org.mmbase.util.ResourceLoader
-
Creates a resource with given name for given Source.
- StreamCopyThread - Class in org.mmbase.util.externalprocess
-
Thread which continuously reads from a input stream and pushes the read data
to an output stream which is immediately flushed afterwards.
- StreamCopyThread(String, InputStream, OutputStream, boolean) - Constructor for class org.mmbase.util.externalprocess.StreamCopyThread
-
Create a thread to copy bytes fro one strea to the other
- StreamCopyThread(ThreadGroup, String, InputStream, OutputStream, boolean) - Constructor for class org.mmbase.util.externalprocess.StreamCopyThread
-
Create a thread to copy bytes fro one stream to the other
- StringBufferWriter - Class in org.mmbase.util
-
Oddly enough, Java does not provide this itself.
- StringBufferWriter(StringBuffer) - Constructor for class org.mmbase.util.StringBufferWriter
-
Create a new StringBufferWriter
- StringBuilderWriter - Class in org.mmbase.util
-
Oddly enough, Java does not provide this itself.
- StringBuilderWriter(StringBuilder) - Constructor for class org.mmbase.util.StringBuilderWriter
-
Create a new StringBufferWriter
- StringObject - Class in org.mmbase.util
-
- StringObject() - Constructor for class org.mmbase.util.StringObject
-
Deprecated.
Constructs an empty String buffer.
- StringObject(int) - Constructor for class org.mmbase.util.StringObject
-
Deprecated.
Constructs an empty String buffer with the specified initial length.
- StringObject(String) - Constructor for class org.mmbase.util.StringObject
-
Deprecated.
Constructs a String buffer with the specified initial value.
- StringResource(String) - Constructor for class org.mmbase.util.xml.EntityResolver.StringResource
-
- StringSerializableInputStream(SerializableInputStream, CharTransformer) - Constructor for class org.mmbase.util.Casting.StringSerializableInputStream
-
- StringSplitter - Class in org.mmbase.util
-
Utility class for splitting delimited values.
- StringTagger - Class in org.mmbase.util
-
StringTagger, Creates a object with tags and fields from a String.
- StringTagger(String, char, char, char, char, char, char) - Constructor for class org.mmbase.util.StringTagger
-
Creates a StringTag for the given line.
- StringTagger(String, char, char, char, char) - Constructor for class org.mmbase.util.StringTagger
-
Creates a StringTag for the given line.
- StringTagger(String) - Constructor for class org.mmbase.util.StringTagger
-
Creates a StringTag for the given line.
- StringTransformer - Class in org.mmbase.util.transformers
-
You need only to implement transform(String) you have the simplest
kind of tranformer (which is not 'streamable').
- StringTransformer() - Constructor for class org.mmbase.util.transformers.StringTransformer
-
- StringWrapper(CharSequence, CharTransformer) - Constructor for class org.mmbase.util.Casting.StringWrapper
-
- Strip - Class in org.mmbase.util
-
Class to strip characters from the beginning and end of strings.
- subSequence(int, int) - Method in class org.mmbase.util.Casting.StringWrapper
-
- SURROUNDING_P - Static variable in class org.mmbase.util.transformers.XmlField
-
- Swallower - Class in org.mmbase.util.transformers
-
This tranformer is the equivalent of piping to /dev/null
- Swallower() - Constructor for class org.mmbase.util.transformers.Swallower
-
- SwitchTo(int) - Method in class org.mmbase.util.dateparser.DateParserTokenManager
-
Switch to specified lex state.
- SwitchTo(int) - Method in class org.mmbase.util.transformers.ListParserTokenManager
-
Switch to specified lex state.
- sx - Variable in class org.mmbase.util.LocalServletRequest
-
- SystemEvent - Class in org.mmbase.core.event
-
- SystemEvent() - Constructor for class org.mmbase.core.event.SystemEvent
-
- SystemEvent.Collectable - Class in org.mmbase.core.event
-
A SystemEvent that is also Collectable will be collected by the EventManger and also issued to EventListeners which are added after the event
happened.
- SystemEvent.DataSourceAvailable - Class in org.mmbase.core.event
-
Notifies that the database is now usable
- SystemEvent.MachineName - Class in org.mmbase.core.event
-
Notifies the first determination or change in the 'machinename'
- SystemEvent.ResourceLoaderChange - Class in org.mmbase.core.event
-
- SystemEvent.ServletContext - Class in org.mmbase.core.event
-
- SystemEvent.Shutdown - Class in org.mmbase.core.event
-
Notifies that the local MMBase is going to be shut down
- SystemEvent.Up - Class in org.mmbase.core.event
-
Notifies that the local MMBase is now fully up and running
- SystemEventBroker - Class in org.mmbase.core.event
-
- SystemEventBroker() - Constructor for class org.mmbase.core.event.SystemEventBroker
-
- SystemEventListener - Interface in org.mmbase.core.event
-
- systemId - Variable in class org.mmbase.util.xml.DocumentWriter
-
- SZ_REF - Static variable in class org.mmbase.util.SizeOf
-
- tabSize - Variable in class org.mmbase.util.dateparser.SimpleCharStream
-
- tabSize - Variable in class org.mmbase.util.transformers.SimpleCharStream
-
- TabToSpacesTransformer - Class in org.mmbase.util.transformers
-
Replace every tab by n spaces.
- TabToSpacesTransformer() - Constructor for class org.mmbase.util.transformers.TabToSpacesTransformer
-
- TabToSpacesTransformer(int) - Constructor for class org.mmbase.util.transformers.TabToSpacesTransformer
-
- Tag(String) - Constructor for class org.mmbase.util.transformers.SpaceReducer.Tag
-
- TemplateCache - Class in org.mmbase.cache.xslt
-
A cache for XSL transformation templates.
- TemplateCache.Key - Class in org.mmbase.cache.xslt
-
Object to use as a key in the Caches.
- terminate() - Method in class org.mmbase.util.externalprocess.ProcessClosure
-
Forces the termination of the launched process
- Test - Class in org.mmbase.cache.implementation
-
Some results (at 2 x (dual core) Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz)
- Test() - Constructor for class org.mmbase.cache.implementation.Test
-
- test(byte[], InputStream) - Method in class org.mmbase.util.magicfile.BasicDetector
-
- test(byte[], InputStream) - Method in interface org.mmbase.util.magicfile.Detector
-
- test(String) - Method in class org.mmbase.util.magicfile.MagicFile
-
- test(byte[], InputStream) - Method in class org.mmbase.util.magicfile.XmlDetector
-
- test(InputStream) - Method in class org.mmbase.util.magicfile.XmlDetector
-
- test(byte[], InputStream) - Method in class org.mmbase.util.magicfile.ZipDetector
-
- test(InputStream) - Method in class org.mmbase.util.magicfile.ZipDetector
-
- testByte(byte[]) - Method in class org.mmbase.util.magicfile.BasicDetector
-
Test whether a byte matches
- TestConfig - Class in org.mmbase.util.logging
-
Class TestConfig
- TestConfig() - Constructor for class org.mmbase.util.logging.TestConfig
-
- testLong(byte[], int) - Method in class org.mmbase.util.magicfile.BasicDetector
-
Test whether a long matches
- testShort(byte[], int) - Method in class org.mmbase.util.magicfile.BasicDetector
-
Test whether a short matches
- testString(byte[]) - Method in class org.mmbase.util.magicfile.BasicDetector
-
Test whether a string matches
- TEXT_XML_DEFAULT_CHARSET - Static variable in class org.mmbase.util.GenericResponseWrapper
-
- THIS - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
-
RegularExpression Id.
- this_period() - Method in class org.mmbase.util.dateparser.DateParser
-
- THOUSANDS - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
-
RegularExpression Id.
- THREAD_DELAY - Static variable in class org.mmbase.util.FileWatcher
-
The one thread doing al the work also needs a delay.
- threadGroup - Static variable in class org.mmbase.util.ThreadPools
-
- ThreadPools - Class in org.mmbase.util
-
Generic MMBase Thread Pools
- time() - Method in class org.mmbase.util.dateparser.DateParser
-
- time_zone() - Method in class org.mmbase.util.dateparser.DateParser
-
- timeStamp - Variable in class org.mmbase.util.logging.BufferedLogger.LogEntry
-
- TIMEZONE - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
-
RegularExpression Id.
- TO - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
-
RegularExpression Id.
- to - Variable in class org.mmbase.util.transformers.Base64
-
- to - Variable in class org.mmbase.util.transformers.ConfigurableReaderTransformer
-
- to - Variable in class org.mmbase.util.transformers.ConfigurableStringTransformer
-
- to - Variable in class org.mmbase.util.transformers.Hex
-
- to_period() - Method in class org.mmbase.util.dateparser.DateParser
-
- toArray() - Method in class org.mmbase.util.Casting.ListWrapper
-
- toArray(Object[]) - Method in class org.mmbase.util.Casting.ListWrapper
-
- toBoolean(Object) - Method in class org.mmbase.util.BasicCaster
-
- toBoolean(Object) - Method in interface org.mmbase.util.Caster
-
- toBoolean(Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to a boolean.
- toByte(Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to a byte array.
- toByteArray(InputStream) - Static method in class org.mmbase.util.SerializableInputStream
-
- toCollection(Object, String) - Static method in class org.mmbase.util.Casting
-
Transforms an object to a collection.
- toCollection(Object) - Static method in class org.mmbase.util.Casting
-
- toDate(Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to a Date.
- toDate() - Method in class org.mmbase.util.dateparser.DateParser
-
- toDecimal(Object) - Static method in class org.mmbase.util.Casting
-
- toDocument(Element) - Static method in class org.mmbase.util.xml.DocumentReader
-
Utility method to make a document of an element.
- toDouble(Object) - Method in class org.mmbase.util.BasicCaster
-
- toDouble(Object) - Method in interface org.mmbase.util.Caster
-
- toDouble(Object, double) - Static method in class org.mmbase.util.Casting
-
Convert an object to an double.
- toDouble(Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to an double.
- toFloat(Object) - Method in class org.mmbase.util.BasicCaster
-
- toFloat(Object) - Method in interface org.mmbase.util.Caster
-
- toFloat(Object, float) - Static method in class org.mmbase.util.Casting
-
Convert an object to an float.
- toFloat(Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to an float.
- toGMTString() - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- toInputStream(Object) - Static method in class org.mmbase.util.Casting
-
- toInt(Object) - Method in class org.mmbase.util.BasicCaster
-
- toInt(Object) - Method in interface org.mmbase.util.Caster
-
- toInt(Object, int) - Static method in class org.mmbase.util.Casting
-
Convert an object to an int.
- toInt(Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to an int.
- toInt() - Method in class org.mmbase.util.logging.Level
-
Makes an integer from this object.
- toInteger(Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to an Integer.
- toInternalForm(String) - Method in class org.mmbase.util.ResourceLoader
-
Returns an abstract URL for a resource with given name, findResource(name).toString() would give an 'external' form.
- toInternalForm(URL) - Static method in class org.mmbase.util.ResourceLoader
-
- token - Variable in class org.mmbase.util.dateparser.DateParser
-
Current token.
- Token - Class in org.mmbase.util.dateparser
-
Describes the input token stream.
- Token() - Constructor for class org.mmbase.util.dateparser.Token
-
No-argument constructor
- Token(int) - Constructor for class org.mmbase.util.dateparser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.mmbase.util.dateparser.Token
-
Constructs a new token for the specified Image and Kind.
- token - Variable in class org.mmbase.util.transformers.ListParser
-
Current token.
- Token - Class in org.mmbase.util.transformers
-
Describes the input token stream.
- Token() - Constructor for class org.mmbase.util.transformers.Token
-
No-argument constructor
- Token(int) - Constructor for class org.mmbase.util.transformers.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.mmbase.util.transformers.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class org.mmbase.util.dateparser.DateParser
-
Generated Token Manager.
- token_source - Variable in class org.mmbase.util.transformers.ListParser
-
Generated Token Manager.
- tokenBegin - Variable in class org.mmbase.util.dateparser.SimpleCharStream
-
- tokenBegin - Variable in class org.mmbase.util.transformers.SimpleCharStream
-
- tokenImage - Static variable in interface org.mmbase.util.dateparser.DateParserConstants
-
Literal token values.
- tokenImage - Variable in exception org.mmbase.util.dateparser.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Static variable in interface org.mmbase.util.transformers.ListParserConstants
-
Literal token values.
- tokenImage - Variable in exception org.mmbase.util.transformers.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- TokenMgrError - Error in org.mmbase.util.dateparser
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.mmbase.util.dateparser.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error org.mmbase.util.dateparser.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.mmbase.util.dateparser.TokenMgrError
-
Full Constructor.
- TokenMgrError - Error in org.mmbase.util.transformers
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.mmbase.util.transformers.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error org.mmbase.util.transformers.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.mmbase.util.transformers.TokenMgrError
-
Full Constructor.
- toLevel(String) - Static method in class org.mmbase.util.logging.Level
-
- toLevel(String) - Static method in class org.mmbase.util.logging.log4j.Log4jLevel
-
- toLevel(int) - Static method in class org.mmbase.util.logging.log4j.Log4jLevel
-
- toList(Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to a List.
- toList(Object, String) - Static method in class org.mmbase.util.Casting
-
- toLocaleString() - Method in class org.mmbase.util.DynamicDate
-
Deprecated.
- toLog4jLevel(String) - Static method in class org.mmbase.util.logging.log4j.Log4jLevel
-
- toLong(Object) - Method in class org.mmbase.util.BasicCaster
-
- toLong(Object) - Method in interface org.mmbase.util.Caster
-
- toLong(Object, long) - Static method in class org.mmbase.util.Casting
-
Convert an object to a long.
- toLong(Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to a long.
- toMap(Object) - Method in class org.mmbase.util.BasicCaster
-
- toMap(Object) - Method in interface org.mmbase.util.Caster
-
- toMap(Object) - Static method in class org.mmbase.util.Casting
-
- toSerializableInputStream(Object) - Static method in class org.mmbase.util.Casting
-
- toString() - Method in class org.mmbase.cache.Cache
-
- toString() - Method in class org.mmbase.cache.CacheManager.Bean
-
- toString() - Method in class org.mmbase.cache.implementation.LRUCache
-
Returns size, maxSize.
- toString() - Method in class org.mmbase.cache.xslt.TemplateCache.Key
-
- toString() - Method in class org.mmbase.core.event.AllEventBroker
-
- toString() - Method in class org.mmbase.core.event.EventBroker
-
- toString() - Method in class org.mmbase.core.event.IdEvent
-
- toString() - Method in class org.mmbase.core.event.IdEventBroker
-
- toString() - Method in class org.mmbase.core.event.SqlExecutorListener
-
- toString() - Method in class org.mmbase.core.event.SystemEvent.DataSourceAvailable
-
- toString() - Method in class org.mmbase.core.event.SystemEventBroker
-
- toString() - Method in class org.mmbase.core.event.WeakEventBroker
-
- toString(Object) - Method in class org.mmbase.util.BasicCaster
-
- toString(Object) - Method in interface org.mmbase.util.Caster
-
- toString() - Method in class org.mmbase.util.Casting.ListWrapper
-
- toString() - Method in class org.mmbase.util.Casting.StringSerializableInputStream
-
- toString() - Method in class org.mmbase.util.Casting.StringWrapper
-
- toString(Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to a String.
- toString() - Method in class org.mmbase.util.ChainedOutputStream
-
- toString() - Method in class org.mmbase.util.dateparser.Token
-
Returns the image.
- toString() - Method in class org.mmbase.util.DynamicDate
-
- toString() - Method in class org.mmbase.util.Entry
-
A sensible toString, for debugging purposes ('<key>=<value>').
- toString() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Copier
-
- toString() - Method in class org.mmbase.util.externalprocess.CommandExecutor.Method
-
- toString() - Method in class org.mmbase.util.FileWatcher
-
Shows the 'contents' of the filewatcher.
- toString() - Method in class org.mmbase.util.GenericResponseWrapper
-
Return all data that has been written to the PrintWriter.
- toString() - Method in class org.mmbase.util.LocaleCollator
-
- toString() - Method in class org.mmbase.util.LocalizedString
-
- toString() - Method in class org.mmbase.util.logging.ChainedLogger
-
- toString() - Method in class org.mmbase.util.logging.Level
-
- toString() - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- toString() - Method in class org.mmbase.util.logging.LoggerWrapper
-
- toString() - Method in class org.mmbase.util.logging.SimpleTimeStampImpl
-
- toString() - Method in class org.mmbase.util.LRUHashtable.LRUEntry
-
Deprecated.
- toString() - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Returns a description of the table.
- toString(boolean) - Method in class org.mmbase.util.LRUHashtable
-
Deprecated.
Returns a description of the table.
- toString() - Method in class org.mmbase.util.magicfile.AbstractDetector
-
- toString() - Method in class org.mmbase.util.magicfile.BasicDetector
-
- toString() - Method in class org.mmbase.util.magicfile.XmlDetector
-
- toString() - Method in class org.mmbase.util.magicfile.ZipDetector
-
- toString() - Method in class org.mmbase.util.MimeType
-
- toString() - Method in class org.mmbase.util.ResourceLoader.ApplicationContextFileURLStreamHandler
-
- toString() - Method in class org.mmbase.util.ResourceLoader.ClassLoaderURLStreamHandler
-
- toString() - Method in class org.mmbase.util.ResourceLoader.FileURLStreamHandler
-
- toString() - Method in class org.mmbase.util.ResourceLoader.PathURLStreamHandler
-
- toString() - Method in class org.mmbase.util.ResourceLoader.ServletResourceURLStreamHandler
-
- toString() - Method in class org.mmbase.util.ResourceLoader
-
- toString() - Method in class org.mmbase.util.ResourceWatcher
-
Shows the 'contents' of the filewatcher.
- toString() - Method in class org.mmbase.util.SerializableInputStream
-
- toString() - Method in class org.mmbase.util.SortedBundle.ValueWrapper
-
- toString() - Method in class org.mmbase.util.SqlExecutor
-
- toString() - Method in class org.mmbase.util.StringBufferWriter
-
Return the buffer's current value as a string.
- toString() - Method in class org.mmbase.util.StringBuilderWriter
-
Return the buffer's current value as a string.
- toString() - Method in class org.mmbase.util.StringObject
-
Deprecated.
Converts to a String representing the data in the buffer.
- toString() - Method in class org.mmbase.util.StringTagger
-
toString
- toString() - Method in class org.mmbase.util.transformers.AbstractCommandStringTransformer
-
- toString() - Method in class org.mmbase.util.transformers.Asciifier
-
- toString() - Method in class org.mmbase.util.transformers.ByteCharTransformer
-
- toString() - Method in class org.mmbase.util.transformers.Censor
-
- toString() - Method in class org.mmbase.util.transformers.ChainedCharTransformer
-
- toString() - Method in class org.mmbase.util.transformers.Config
-
- toString() - Method in class org.mmbase.util.transformers.ConfigurableReaderTransformer
-
- toString() - Method in class org.mmbase.util.transformers.ConfigurableStringTransformer
-
- toString() - Method in class org.mmbase.util.transformers.CopyCharTransformer
-
- toString() - Method in class org.mmbase.util.transformers.Identifier
-
- toString() - Method in class org.mmbase.util.transformers.InverseCharTransformer
-
- toString() - Method in class org.mmbase.util.transformers.LinkFinder
-
- toString() - Method in class org.mmbase.util.transformers.LowerCaser
-
- toString() - Method in class org.mmbase.util.transformers.MD5
-
- toString() - Method in class org.mmbase.util.transformers.RadixTransformer
-
- toString() - Method in class org.mmbase.util.transformers.RegexpReplacer
-
- toString() - Method in class org.mmbase.util.transformers.RomanTransformer
-
- toString() - Method in class org.mmbase.util.transformers.Rot13
-
- toString() - Method in class org.mmbase.util.transformers.Rot5
-
- toString() - Method in class org.mmbase.util.transformers.Sitestat
-
- toString() - Method in class org.mmbase.util.transformers.SpaceReducer.Tag
-
- toString() - Method in class org.mmbase.util.transformers.SpaceReducer
-
- toString() - Method in class org.mmbase.util.transformers.SpaceRemover
-
- toString() - Method in class org.mmbase.util.transformers.SpaceSwallower
-
- toString() - Method in class org.mmbase.util.transformers.Swallower
-
- toString() - Method in class org.mmbase.util.transformers.TabToSpacesTransformer
-
- toString() - Method in class org.mmbase.util.transformers.Token
-
Returns the image.
- toString() - Method in interface org.mmbase.util.transformers.Transformer
-
- toString() - Method in class org.mmbase.util.transformers.Trimmer
-
- toString() - Method in class org.mmbase.util.transformers.UnicodeEscaper
-
- toString() - Method in class org.mmbase.util.transformers.UpperCaser
-
- toString() - Method in class org.mmbase.util.transformers.XmlEntities
-
- toString() - Method in class org.mmbase.util.xml.DocumentSerializable
-
- toString() - Method in class org.mmbase.util.xml.EntityResolver.FileResource
-
- toString() - Method in class org.mmbase.util.xml.URIResolver.Entry
-
- toString() - Method in class org.mmbase.util.xml.URIResolver
-
- toString() - Method in class org.mmbase.util.xml.UtilReader
-
- toStringBuffer(StringBuffer, Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to a string, using a StringBuffer.
- toStringBuilder(StringBuilder, Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to a string, using a StringBuilder
- toStrings(Collection<LocalizedString>, Locale) - Static method in class org.mmbase.util.LocalizedString
-
Converts a collection of localized strings to a collection of normal strings.
- toType(Class<C>, Object, Object) - Method in class org.mmbase.util.BasicCaster
-
- toType(Class<C>, Object, Object) - Method in interface org.mmbase.util.Caster
-
- toType(Class<C>, Object) - Static method in class org.mmbase.util.Casting
-
Tries to 'cast' an object for use with the provided class.
- toType(Class<C>, Object, Object) - Static method in class org.mmbase.util.Casting
-
Tries to 'cast' an object for use with the provided class.
- toWriter(Writer, Object) - Static method in class org.mmbase.util.Casting
-
Convert an object to a string, using a Writer.
- toXML(Object) - Static method in class org.mmbase.util.Casting
-
Convert the value to a Document object.
- toXml(String, String, Element, String) - Method in class org.mmbase.util.LocalizedString
-
Writes this LocalizedString object back to an XML, i.e.
- toXML(FileWriter) - Method in class org.mmbase.util.magicfile.BasicDetector
-
XML notatie:
foo/bar
bar
blablabla
test string
etc
- toXML(FileWriter, int) - Method in class org.mmbase.util.magicfile.BasicDetector
-
- toXML(String) - Method in class org.mmbase.util.magicfile.MagicParser
-
- toXML(File) - Method in class org.mmbase.util.magicfile.MagicParser
-
Write the current data structure to an XML file
- trace(Object) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- trace(Object, Throwable) - Method in class org.mmbase.util.logging.AbstractSimpleImpl
-
- trace(Object) - Method in class org.mmbase.util.logging.ChainedLogger
-
- trace(Object, Throwable) - Method in class org.mmbase.util.logging.ChainedLogger
-
- trace(Object) - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- trace(Object, Throwable) - Method in class org.mmbase.util.logging.commons.CommonsLog
-
- trace(Object) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- trace(Object, Throwable) - Method in class org.mmbase.util.logging.commons.impl.MMBaseLogger
-
- trace(Object) - Method in class org.mmbase.util.logging.java.Impl
-
- trace(Object, Throwable) - Method in class org.mmbase.util.logging.java.Impl
-
- TRACE - Static variable in class org.mmbase.util.logging.Level
-
A constant.
- trace(Object) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
-
A new logging method that takes the TRACE priority.
- trace(Object, Throwable) - Method in class org.mmbase.util.logging.log4j.Log4jImpl
-
- trace(Object) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- trace(Object, Throwable) - Method in class org.mmbase.util.logging.log4j.Log4jWrapper
-
- trace(Object) - Method in interface org.mmbase.util.logging.Logger
-
Logs the message m with trace priority.
- trace(Object, Throwable) - Method in interface org.mmbase.util.logging.Logger
-
- trace(Object) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- trace(Object, Throwable) - Method in class org.mmbase.util.logging.LoggerWrapper
-
- TRACE_INT - Static variable in class org.mmbase.util.logging.Level
-
- TRAILING - Static variable in class org.mmbase.util.Strip
-
Strip trailing, only characters at end of string are checked
- transform(String) - Method in class org.mmbase.util.transformers.AbstractCommandStringTransformer
-
- transform(String) - Method in class org.mmbase.util.transformers.Asciifier
-
- transform(byte[]) - Method in class org.mmbase.util.transformers.Base64
-
- transform(InputStream, Writer) - Method in class org.mmbase.util.transformers.Base64
-
- transform(InputStream) - Method in class org.mmbase.util.transformers.Base64
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.BufferedReaderTransformer
-
- transform(PrintWriter, String, BufferedReaderTransformer.Status) - Method in class org.mmbase.util.transformers.BufferedReaderTransformer
-
- transform(byte[]) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
-
- transform(InputStream) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
-
- transform(InputStream, Writer) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
-
An implementation for transform(Reader, Writer) based on transform(String).
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.ByteCharTransformer
-
- transform(InputStream) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
-
- transform(InputStream, Writer) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
-
- transform(byte[]) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
-
- transform(InputStream, OutputStream) - Method in interface org.mmbase.util.transformers.ByteTransformer
-
- transform(byte[]) - Method in interface org.mmbase.util.transformers.ByteTransformer
-
- transform(String) - Method in class org.mmbase.util.transformers.ChainedCharTransformer
-
Implementation without Threads.
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.ChainedCharTransformer
-
- transform(Reader, Writer) - Method in interface org.mmbase.util.transformers.CharTransformer
-
- transform(Reader) - Method in interface org.mmbase.util.transformers.CharTransformer
-
- transform(String) - Method in interface org.mmbase.util.transformers.CharTransformer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.CopyCharTransformer
-
- transform(String) - Method in class org.mmbase.util.transformers.CopyCharTransformer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.CP1252Surrogator
-
- transform(String) - Method in class org.mmbase.util.transformers.DiacriticsRemover
-
- transform(byte[]) - Method in class org.mmbase.util.transformers.Hex
-
Transform a bytearray to a string of hexadecimal digits.
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Identifier
-
- transform(InputStream, OutputStream) - Method in class org.mmbase.util.transformers.InputStreamTransformer
-
- transform(byte[]) - Method in class org.mmbase.util.transformers.InputStreamTransformer
-
- transform(String) - Method in class org.mmbase.util.transformers.InverseCharTransformer
-
- transform(Reader) - Method in class org.mmbase.util.transformers.InverseCharTransformer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.InverseCharTransformer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Javascript
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Latin3Surrogator
-
- transform(String) - Static method in class org.mmbase.util.transformers.ListParser
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.LoggerCharTransformer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.LowerCaser
-
- transform(String) - Method in class org.mmbase.util.transformers.MD5
-
- transform(String) - Method in class org.mmbase.util.transformers.RadixTransformer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.ReaderTransformer
-
- transform(Reader) - Method in class org.mmbase.util.transformers.ReaderTransformer
-
- transform(String) - Method in class org.mmbase.util.transformers.ReaderTransformer
-
- transform(String) - Method in class org.mmbase.util.transformers.RomanTransformer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot13
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot5
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Sitestat
-
- transform(PrintWriter, String, BufferedReaderTransformer.Status) - Method in class org.mmbase.util.transformers.SpaceReducer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.SpaceRemover
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.SpaceSwallower
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Sql
-
- transform(String) - Method in class org.mmbase.util.transformers.StringTransformer
-
- transform(Reader) - Method in class org.mmbase.util.transformers.StringTransformer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.StringTransformer
-
An implemention for tranform(Reader, Writer) based on transform(String).
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Swallower
-
- transform(String) - Method in class org.mmbase.util.transformers.Swallower
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.TabToSpacesTransformer
-
- transform(String) - Method in class org.mmbase.util.transformers.Trimmer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.Trimmer
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.UnicodeEscaper
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.UpperCaser
-
- transform(String) - Method in class org.mmbase.util.transformers.Url
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.UrlEscaper
-
Escape a url.
- transform(String) - Method in class org.mmbase.util.transformers.Xml
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.XmlEntities
-
- transform(String) - Method in class org.mmbase.util.transformers.XmlField
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.YUICSSCompressor
-
- transform(Reader, Writer) - Method in class org.mmbase.util.transformers.YUIJavaScriptCompressor
-
- transform(String, String) - Static method in class org.mmbase.util.XSLTransformer
-
Transform an XML document using a certain XSL document.
- transform(String, String, boolean) - Static method in class org.mmbase.util.XSLTransformer
-
Transform an XML document using a certain XSL document, on
MMBase specic way (error handling, entitity resolving, uri
resolving, logging), and write it to string, which optionally can be
'cut'.
- transform(Source, File, Result, Map<String, Object>) - Static method in class org.mmbase.util.XSLTransformer
-
This is the base function which calls the actual XSL
transformations.
- transform(Source, File, Result, Map<String, Object>, boolean) - Static method in class org.mmbase.util.XSLTransformer
-
This is the base function which calls the actual XSL
transformations.
- transform(Source, URL, Result, Map<String, Object>) - Static method in class org.mmbase.util.XSLTransformer
-
- transform(Source, URL, Result, Map<String, Object>, boolean) - Static method in class org.mmbase.util.XSLTransformer
-
- transform(File, File, Result, Map<String, Object>, boolean) - Static method in class org.mmbase.util.XSLTransformer
-
Perfoms XSL Transformation on XML-file which is parsed MMBase
specificly (useing MMBasse EntityResolver and Errorhandler).
- transform(File, File, File, boolean, Map<String, Object>, boolean) - Static method in class org.mmbase.util.XSLTransformer
-
Can be used to transform a directory of XML-files.
- transform2(Reader, Writer) - Method in class org.mmbase.util.transformers.SpaceReducer
-
This was the original, now unused implementation (not efficient enough)
- transform2(String) - Method in class org.mmbase.util.transformers.SpaceReducer
-
- transformBack(String) - Method in class org.mmbase.util.transformers.Base64
-
- transformBack(Reader, OutputStream) - Method in class org.mmbase.util.transformers.Base64
-
- transformBack(Reader) - Method in class org.mmbase.util.transformers.Base64
-
- transformBack(Reader) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
-
- transformBack(String) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
-
- transformBack(Reader, OutputStream) - Method in class org.mmbase.util.transformers.ByteArrayToCharTransformer
-
- transformBack(Reader) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
-
- transformBack(Reader, OutputStream) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
-
- transformBack(String) - Method in interface org.mmbase.util.transformers.ByteToCharTransformer
-
- transformBack(InputStream, OutputStream) - Method in interface org.mmbase.util.transformers.ByteTransformer
-
- transformBack(byte[]) - Method in interface org.mmbase.util.transformers.ByteTransformer
-
- transformBack(Reader, Writer) - Method in interface org.mmbase.util.transformers.CharTransformer
-
- transformBack(Reader) - Method in interface org.mmbase.util.transformers.CharTransformer
-
- transformBack(String) - Method in interface org.mmbase.util.transformers.CharTransformer
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.CopyCharTransformer
-
- transformBack(String) - Method in class org.mmbase.util.transformers.CopyCharTransformer
-
- transformBack(String) - Method in class org.mmbase.util.transformers.Hex
-
Transform a string of hexadecimal digits to a bytearray.
- transformBack(InputStream, OutputStream) - Method in class org.mmbase.util.transformers.InputStreamTransformer
-
- transformBack(byte[]) - Method in class org.mmbase.util.transformers.InputStreamTransformer
-
- transformBack(String) - Method in class org.mmbase.util.transformers.InverseCharTransformer
-
- transformBack(Reader) - Method in class org.mmbase.util.transformers.InverseCharTransformer
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.InverseCharTransformer
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.Javascript
-
- transformBack(String) - Method in class org.mmbase.util.transformers.MD5
-
- transformBack(String) - Method in class org.mmbase.util.transformers.RadixTransformer
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.ReaderTransformer
-
- transformBack(Reader) - Method in class org.mmbase.util.transformers.ReaderTransformer
-
- transformBack(String) - Method in class org.mmbase.util.transformers.ReaderTransformer
-
- transformBack(String) - Method in class org.mmbase.util.transformers.RomanTransformer
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot13
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.Rot5
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.Sql
-
- transformBack(Reader) - Method in class org.mmbase.util.transformers.StringTransformer
-
- transformBack(String) - Method in class org.mmbase.util.transformers.StringTransformer
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.StringTransformer
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.Swallower
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.TabToSpacesTransformer
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.UnicodeEscaper
-
- transformBack(String) - Method in class org.mmbase.util.transformers.Url
-
- transformBack(Reader, Writer) - Method in class org.mmbase.util.transformers.UrlEscaper
-
Unescape a url.
- transformBack(String) - Method in class org.mmbase.util.transformers.Xml
-
- transformBack(String) - Method in class org.mmbase.util.transformers.XmlField
-
- transformEntire(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
- Transformer - Interface in org.mmbase.util.transformers
-
Interface for transformations.
- transformers() - Method in class org.mmbase.util.transformers.Base64
-
Used when registering this class as a possible Transformer
- transformers() - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
- transformers() - Method in class org.mmbase.util.transformers.ConfigurableReaderTransformer
-
- transformers() - Method in class org.mmbase.util.transformers.ConfigurableStringTransformer
-
- transformers() - Method in interface org.mmbase.util.transformers.ConfigurableTransformer
-
Returns which transformations can be done by an object of this class.
- transformers() - Method in class org.mmbase.util.transformers.CP1252Surrogator
-
- transformers() - Method in class org.mmbase.util.transformers.Hex
-
Used when registering this class as a possible Transformer
- transformers() - Method in class org.mmbase.util.transformers.Javascript
-
Used when registering this class as a possible Transformer
- transformers() - Method in class org.mmbase.util.transformers.Latin3Surrogator
-
- transformers() - Method in class org.mmbase.util.transformers.Sql
-
Used when registering this class as a possible Transformer
- transformers() - Method in class org.mmbase.util.transformers.Url
-
Used when registering this class as a possible Transformer
- transformers() - Method in class org.mmbase.util.transformers.Xml
-
Used when registering this class as a possible Transformer
- transformers() - Method in class org.mmbase.util.transformers.XmlField
-
- TransformingOutputStream - Class in org.mmbase.util.transformers
-
A Filtering OutputStream based on ByteTransformers.
- TransformingOutputStream(OutputStream, ByteTransformer) - Constructor for class org.mmbase.util.transformers.TransformingOutputStream
-
- TransformingReader - Class in org.mmbase.util.transformers
-
A Filtering Reader based on CharTransformers.
- TransformingReader(Reader, CharTransformer) - Constructor for class org.mmbase.util.transformers.TransformingReader
-
- TransformingWriter - Class in org.mmbase.util.transformers
-
A Filtering Writer based on CharTransformers.
- TransformingWriter(Writer, CharTransformer) - Constructor for class org.mmbase.util.transformers.TransformingWriter
-
- transformLines(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
- transformWords(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
- transformXmlText(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
- transformXmlTextWords(Reader, Writer) - Method in class org.mmbase.util.transformers.ChunkedTransformer
-
- Trimmer - Class in org.mmbase.util.transformers
-
Trims leading and trailing white space.
- Trimmer() - Constructor for class org.mmbase.util.transformers.Trimmer
-
- tryAcquire() - Method in class org.mmbase.util.DijkstraSemaphore
-
Non-blocking version of acquire().
- Type - Annotation Type in org.mmbase.util.functions
-
This annotation can be used on methods, to attribute a
DataType, e.g.
- TYPE_CHANGE - Static variable in class org.mmbase.core.event.Event
-
- TYPE_DELETE - Static variable in class org.mmbase.core.event.Event
-
- TYPE_NEW - Static variable in class org.mmbase.core.event.Event
-
- TYPE_UNSPECIFIED - Static variable in class org.mmbase.core.event.Event
-