Package | Description |
---|---|
com.github.bordertech.wcomponents |
Contains the core components of the WComponent framework.
|
com.github.bordertech.wcomponents.autocomplete |
Contains the autocomplete helpers for the WComponent framework.
|
com.github.bordertech.wcomponents.autocomplete.segment |
Contains text-segment enums for the autocomplete helpers for the WComponent framework.
|
com.github.bordertech.wcomponents.autocomplete.type |
Contains typed enums for the autocomplete helpers for the WComponent framework.
|
com.github.bordertech.wcomponents.container |
Contains the interceptors used by the web containers.
|
com.github.bordertech.wcomponents.file |
Contains the classes used by file upload.
|
com.github.bordertech.wcomponents.layout |
Provides classes which are used to visually arrange components in a UI.
|
com.github.bordertech.wcomponents.monitor |
Contains the classes used for providing statics about the user context.
|
com.github.bordertech.wcomponents.portlet.context |
Contains the classes used by a portlet context.
|
com.github.bordertech.wcomponents.registry |
Provides classes to register a component tree.
|
com.github.bordertech.wcomponents.render.nil |
Provides a null render output format for use in testing.
|
com.github.bordertech.wcomponents.render.webxml |
Provides a rendering format used to output a WComponent UI for use within a web-browser.
|
com.github.bordertech.wcomponents.servlet |
Provides support for running a WComponent application in a Servlet container.
|
com.github.bordertech.wcomponents.subordinate |
Provides functionality for shifting some basic UI operations to the client.
|
com.github.bordertech.wcomponents.subordinate.builder |
Provides an alternative syntax for creating and configuring
subordinate controls . |
com.github.bordertech.wcomponents.template |
Template renderers.
|
com.github.bordertech.wcomponents.util |
Contains general WComponent utility classes.
|
com.github.bordertech.wcomponents.util.error |
Contains classes for mapping from system level exceptions to user friendly message.
|
com.github.bordertech.wcomponents.util.error.impl |
Contains classes for the default mapping from system level exceptions to user
friendly message.
|
com.github.bordertech.wcomponents.util.mock |
Contains mock classes for unit testing.
|
com.github.bordertech.wcomponents.util.mock.servlet |
Provides mock Servlet API classes suitable for unit testing.
|
com.github.bordertech.wcomponents.util.thumbnail |
Contains classes for providing thumbnail images.
|
com.github.bordertech.wcomponents.util.visitor |
Contains visitor classes that can be used by TreeUtil to search for components in the component tree.
|
com.github.bordertech.wcomponents.validation |
Provides classes which can be used for validating user input entered into a WComponent UI.
|
com.github.bordertech.wcomponents.validator |
Contains the default validator implementations for validating user input.
|
com.github.bordertech.wcomponents.velocity |
Provides the ability to render sections of WComponent UIs using the Apache Velocity
templating language.
|