|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IModifiable | |
---|---|
org.apache.wicket.markup | Base package for markup. |
org.apache.wicket.util.file | File utilities. |
org.apache.wicket.util.resource | Base support for resources. |
org.apache.wicket.util.template | Resource extensions that make working with header contributions easier and more maintainable. |
org.apache.wicket.util.watch | This package provides modification watchers. |
Uses of IModifiable in org.apache.wicket.markup |
---|
Classes in org.apache.wicket.markup that implement IModifiable | |
---|---|
class |
MarkupResourceStream
An IResourceStream implementation with specific extensions for markup resource streams. |
Uses of IModifiable in org.apache.wicket.util.file |
---|
Classes in org.apache.wicket.util.file that implement IModifiable | |
---|---|
class |
File
Simple extension of File that adds an implementation of IModifiable for files. |
class |
Folder
This folder subclass provides some type safety and extensibility for "files" that hold other files. |
Uses of IModifiable in org.apache.wicket.util.resource |
---|
Subinterfaces of IModifiable in org.apache.wicket.util.resource | |
---|---|
interface |
IResourceStream
Interface to a streamed resource. |
interface |
IResourceStreamWriter
Special IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return the IResourceStream.getInputStream() . |
interface |
IStringResourceStream
A resource that can be converted to a String representation, possibly using an explicit Charset. |
Classes in org.apache.wicket.util.resource that implement IModifiable | |
---|---|
class |
AbstractResourceStream
|
class |
AbstractResourceStreamWriter
Base implementation of an IResourceStreamWriter so that you only have to override the IResourceStreamWriter#write(java.io.OutputStream) Don't forget to overwrite the
IResourceStream.length() method if you do know the total length that will be generated. |
class |
AbstractStringResourceStream
Base class for string resources. |
class |
FileResourceStream
A FileResourceStream is an IResource implementation for files. |
class |
PackageResourceStream
An IResourceStream that reads data from a resource in the classpath. |
class |
StringBufferResourceStream
A string resource that can be appended to. |
class |
StringResourceStream
A StringResourceStream is an IResource implementation for strings. |
class |
UrlResourceStream
UrlResourceStream implements IResource for URLs. |
class |
WebExternalResourceStream
An IResourceStream that reads data from a file in the web application |
class |
XSLTResourceStream
IResourceStream that applies XSLT on an input IResourceStream . |
class |
ZipResourceStream
An IResourceStream that ZIPs a directory's contents on the fly |
Uses of IModifiable in org.apache.wicket.util.template |
---|
Classes in org.apache.wicket.util.template that implement IModifiable | |
---|---|
class |
CssTemplate
Decorates a TextTemplate with CSS tags. |
class |
JavaScriptTemplate
Decorates a TextTemplate with JavaScript tags. |
class |
PackageTextTemplate
A String resource that can be appended to. |
class |
TextTemplate
Represents a text template that can do variable interpolation. |
class |
TextTemplateDecorator
Provides the ability to 'decorate' the actual template contents before it is contributed to the header. |
Uses of IModifiable in org.apache.wicket.util.watch |
---|
Methods in org.apache.wicket.util.watch that return IModifiable | |
---|---|
IModifiable |
ModificationWatcher.remove(IModifiable modifiable)
|
IModifiable |
IModificationWatcher.remove(IModifiable modifiable)
Removes all entries associated with an IModifiable object. |
Methods in org.apache.wicket.util.watch that return types with arguments of type IModifiable | |
---|---|
Set<IModifiable> |
ModificationWatcher.getEntries()
|
Set<IModifiable> |
IModificationWatcher.getEntries()
Retrieves a key set of all IModifiable objects currently being monitored. |
Methods in org.apache.wicket.util.watch with parameters of type IModifiable | |
---|---|
boolean |
ModificationWatcher.add(IModifiable modifiable,
IChangeListener listener)
|
boolean |
IModificationWatcher.add(IModifiable modifiable,
IChangeListener listener)
Adds an IModifiable object and an IChangeListener object to call
when the modifiable object is modified. |
IModifiable |
ModificationWatcher.remove(IModifiable modifiable)
|
IModifiable |
IModificationWatcher.remove(IModifiable modifiable)
Removes all entries associated with an IModifiable object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |