Uses of Interface
org.apache.wicket.util.watch.IModifiable
Packages that use IModifiable
Package
Description
File utilities.
Base support for resources.
This package provides modification watchers.
-
Uses of IModifiable in org.apache.wicket.util.file
Classes in org.apache.wicket.util.file that implement IModifiable -
Uses of IModifiable in org.apache.wicket.util.resource
Subinterfaces of IModifiable in org.apache.wicket.util.resourceModifier and TypeInterfaceDescriptioninterfaceInterface to a streamed resource.interfaceSpecial IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return theIResourceStream.getInputStream().interfaceA resource that can be converted to a String representation, possibly using an explicit Charset.Classes in org.apache.wicket.util.resource that implement IModifiableModifier and TypeClassDescriptionclassclassBase implementation of an IResourceStreamWriter so that you only have to override theIResourceStreamWriter.write(java.io.OutputStream).classBase class for string resources.classA FileResourceStream is an IResource implementation for files.classA FileSystemResourceStream is an IResourceStream implementation for Java NIO paths.classA IResourceStream that wraps another resource streamclassA string resource that can be appended to.final classA StringResourceStream is an IResource implementation for strings.classIResourceStreamthat applies XSLT on an inputIResourceStream.classAn IResourceStream that ZIPs a directory's contents on the fly -
Uses of IModifiable in org.apache.wicket.util.watch
Fields in org.apache.wicket.util.watch declared as IModifiableFields in org.apache.wicket.util.watch with type parameters of type IModifiableModifier and TypeFieldDescriptionfinal ChangeListenerSet<IModifiable>ModificationWatcher.Entry.listenersMethods in org.apache.wicket.util.watch that return IModifiableModifier and TypeMethodDescriptionIModificationWatcher.remove(IModifiable modifiable) Removes all entries associated with anIModifiableobject.ModificationWatcher.remove(IModifiable modifiable) Methods in org.apache.wicket.util.watch that return types with arguments of type IModifiableModifier and TypeMethodDescriptionIModificationWatcher.getEntries()Retrieves a key set of allIModifiableobjects currently being monitored.final Set<IModifiable>ModificationWatcher.getEntries()Methods in org.apache.wicket.util.watch with parameters of type IModifiableModifier and TypeMethodDescriptionbooleanIModificationWatcher.add(IModifiable modifiable, IChangeListener<IModifiable> listener) Adds anIModifiableobject and anIChangeListenerobject to call when the modifiable object is modified.final booleanModificationWatcher.add(IModifiable modifiable, IChangeListener<IModifiable> listener) IModificationWatcher.remove(IModifiable modifiable) Removes all entries associated with anIModifiableobject.ModificationWatcher.remove(IModifiable modifiable) Method parameters in org.apache.wicket.util.watch with type arguments of type IModifiableModifier and TypeMethodDescriptionbooleanIModificationWatcher.add(IModifiable modifiable, IChangeListener<IModifiable> listener) Adds anIModifiableobject and anIChangeListenerobject to call when the modifiable object is modified.final booleanModificationWatcher.add(IModifiable modifiable, IChangeListener<IModifiable> listener)