|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Locatable | |
---|---|
org.apache.cocoon | |
org.apache.cocoon.components.flow | |
org.apache.cocoon.components.treeprocessor | Evaluation tree based implementation of the Processor interface
|
org.apache.cocoon.components.treeprocessor.sitemap | Implemention of the Sitemap language |
org.apache.cocoon.forms | |
org.apache.cocoon.forms.binding | |
org.apache.cocoon.forms.binding.library | |
org.apache.cocoon.forms.datatype | |
org.apache.cocoon.forms.formmodel | |
org.apache.cocoon.forms.formmodel.tree | |
org.apache.cocoon.sitemap | |
org.apache.cocoon.util.location | Classes and utilities used to track location information. |
Uses of Locatable in org.apache.cocoon |
---|
Classes in org.apache.cocoon that implement Locatable | |
---|---|
class |
ConnectionResetException
This Exception is thrown every time a component detects an exception due to a connection reset by peer. |
class |
ProcessingException
This Exception is thrown every time there is a problem in processing a request. |
class |
ResourceNotFoundException
This Exception is thrown every time there is a problem in finding a resource. |
Uses of Locatable in org.apache.cocoon.components.flow |
---|
Classes in org.apache.cocoon.components.flow that implement Locatable | |
---|---|
class |
InvalidContinuationException
This Exception is thrown whenever an invalid continuation is given. |
Uses of Locatable in org.apache.cocoon.components.treeprocessor |
---|
Subinterfaces of Locatable in org.apache.cocoon.components.treeprocessor | |
---|---|
interface |
NamedProcessingNode
A ProcessingNode that has a name. |
interface |
ParameterizableProcessingNode
A ProcessingNode that has parameters. |
interface |
ProcessingNode
|
Classes in org.apache.cocoon.components.treeprocessor that implement Locatable | |
---|---|
class |
AbstractParentProcessingNode
|
class |
AbstractProcessingNode
|
class |
CategoryNode
A generic container node that just invokes its children. |
class |
ContainerNode
A generic container node that just invokes its children. |
class |
NamedContainerNode
A named container node that just invokes its children. |
class |
NullNode
A no-op node to stub not yet implemented features. |
class |
PipelineEventComponentProcessingNode
|
class |
SimpleParentProcessingNode
|
class |
SimpleSelectorProcessingNode
|
Uses of Locatable in org.apache.cocoon.components.treeprocessor.sitemap |
---|
Classes in org.apache.cocoon.components.treeprocessor.sitemap that implement Locatable | |
---|---|
class |
ActionSetNode
|
class |
ActSetNode
Handles <map:act type="..." |
class |
ActTypeNode
Handles <map:act type="..." |
class |
AggregateNode
Aggregate sitemap node. |
class |
CallFunctionNode
Node handler for calling functions and resuming continuations in the control flow layer. |
class |
CallNode
|
class |
FlowNode
Handler for <map:flow> element in the sitemap. |
class |
GenerateNode
|
class |
HandleErrorsNode
Handles <map:handle-errors> |
class |
MatchNode
|
class |
MountNode
|
class |
PipelineNode
Handles <map:pipeline> |
class |
PipelinesNode
Handles <map:pipelines> |
class |
PreparableMatchNode
|
class |
ReadNode
|
class |
RedirectToURINode
|
class |
ScriptNode
Handler for <map:script> elements in the sitemap. |
class |
SelectNode
|
class |
SerializeNode
|
class |
SwitchSelectNode
|
class |
TransformNode
|
Uses of Locatable in org.apache.cocoon.forms |
---|
Classes in org.apache.cocoon.forms that implement Locatable | |
---|---|
class |
FormsException
An exception raised when an error occurs during form handling. |
class |
FormsRuntimeException
An exception raised when some runtime error occurs in form handling. |
Uses of Locatable in org.apache.cocoon.forms.binding |
---|
Classes in org.apache.cocoon.forms.binding that implement Locatable | |
---|---|
class |
BindingException
This exception is thrown when something goes wrong with the binding. |
Uses of Locatable in org.apache.cocoon.forms.binding.library |
---|
Classes in org.apache.cocoon.forms.binding.library that implement Locatable | |
---|---|
class |
LibraryException
This exception is thrown when something specific to the library system goes wrong. |
Uses of Locatable in org.apache.cocoon.forms.datatype |
---|
Classes in org.apache.cocoon.forms.datatype that implement Locatable | |
---|---|
class |
JavaScriptSelectionList
A FilterableSelectionList based on a JavaScript snippet. |
Uses of Locatable in org.apache.cocoon.forms.formmodel |
---|
Subinterfaces of Locatable in org.apache.cocoon.forms.formmodel | |
---|---|
interface |
ContainerDefinition
Interface to be implemented by WidgetDefinitions for Widgets which contain other widgets. |
interface |
ContainerWidget
Interface to be implemented by Widgets which contain other widgets. |
interface |
DataWidget
|
interface |
SelectableWidget
A Widget that can have a selection list. |
interface |
Widget
Interface to be implemented by Widgets. |
interface |
WidgetDefinition
A WidgetDefinition holds all the static information about a Widget. |
Classes in org.apache.cocoon.forms.formmodel that implement Locatable | |
---|---|
class |
AbstractContainerDefinition
The AbstractContainerDefinition corresponding to an AbstractContainerWidget . |
class |
AbstractContainerWidget
A general-purpose abstract Widget which can hold zero or more widgets. |
class |
AbstractDatatypeWidgetDefinition
Base class for WidgetDefinitions that use a Datatype and SelectionList. |
class |
AbstractWidget
Abstract base class for Widget implementations. |
class |
AbstractWidgetDefinition
Provides functionality that is common across many WidgetDefinition implementations. |
class |
Action
An Action widget. |
class |
ActionDefinition
The WidgetDefinition part of a Action widget, see Action for more information. |
class |
AggregateField
An aggregated field allows to represent one value as multiple input fields, or several values as one field. |
class |
AggregateFieldDefinition
The WidgetDefinition part of a AggregateField widget, see AggregateField
for more information. |
class |
BooleanField
A widget to select a boolean value. |
class |
BooleanFieldDefinition
The WidgetDefinition part of a BooleanField widget, see BooleanField for more information. |
class |
CalculatedField
A field which calculates its value. |
class |
CalculatedFieldDefinition
Definition of a CalculatedField . |
class |
CaptchaField
A Field for CAPTCHA validation. |
class |
CaptchaFieldDefinition
A FieldDefinition for CaptchaField s. |
class |
ClassDefinition
A WidgetDefinition which holds a collection of Widget s
and which can be instantiated with a NewDefinition . |
class |
DuplicateIdException
This exception is thrown by WidgetDefinitions that contain other WidgetDefinitions, such as the FormDefinition or the RepeaterDefinition , in case
one tries to add a WidgetDefinition that has the same id as another,
previously added, WidgetDefinition. |
class |
EnhancedRepeater
|
class |
Field
A general-purpose Widget that can hold one value. |
class |
FieldDefinition
The WidgetDefinition part of a Field widget, see Field for more information. |
class |
Form
A widget that serves as a container for other widgets, the top-level widget in a form description file. |
class |
FormDefinition
The WidgetDefinition part of a Form widget, see Form for more information. |
class |
GoogleMap
|
class |
GoogleMapDefinition
The WidgetDefinition part of a GoogleMap widget, see GoogleMap for more information. |
class |
Group
A container Widget which can hold zero or more child widgets. |
class |
GroupDefinition
The WidgetDefinition corresponding to a Group widget. |
class |
ImageMap
A server-side map widget. |
class |
ImageMapDefinition
The WidgetDefinition part of an ImageMap widget, see ImageMap
for more information. |
class |
IncompletenessException
|
class |
Messages
A widget to output one or messages. |
class |
MessagesDefinition
The WidgetDefinition part of a Messages widget, see Messages for more information. |
class |
MultiValueField
A MultiValueField is mostly the same as a normal Field , but can
hold multiple values. |
class |
MultiValueFieldDefinition
The WidgetDefinition part of a MultiValueField widget, see MultiValueField for more information. |
class |
NewDefinition
This is the " WidgetDefinition " which is used to instantiate a
ClassDefinition . |
class |
Output
An Output widget can be used to show a non-editable value to the user. |
class |
OutputDefinition
The WidgetDefinition part of a Output widget. |
class |
Repeater
A repeater is a widget that repeats a number of other widgets. |
class |
Repeater.RepeaterRow
|
class |
RepeaterAction
An action that acts on a repeater. |
class |
RepeaterActionDefinition
Abstract repeater action. |
static class |
RepeaterActionDefinition.AddRowActionDefinition
The definition of a repeater action that adds a row to a sibling repeater. |
static class |
RepeaterActionDefinition.ChangePageActionDefinition
|
static class |
RepeaterActionDefinition.DeleteRowsActionDefinition
The definition of a repeater action that deletes the selected rows of a sibling repeater. |
static class |
RepeaterActionDefinition.InsertRowsActionDefinition
The definition of a repeater action that insert rows before the selected rows in a sibling repeater, or at the end of the repeater if no row is selected. |
static class |
RepeaterActionDefinition.SortActionDefinition
|
class |
RepeaterDefinition
The WidgetDefinition part of a Repeater widget, see Repeater for more information. |
class |
RepeaterFilterField
|
class |
RepeaterFilterFieldDefinition
|
class |
RowAction
|
static class |
RowAction.MoveDownAction
|
static class |
RowAction.MoveUpAction
|
class |
RowActionDefinition
|
static class |
RowActionDefinition.AddAfterDefinition
Adds a row after the one containing this action. |
static class |
RowActionDefinition.DeleteRowDefinition
Deletes the row containing this action. |
static class |
RowActionDefinition.MoveDownDefinition
Moves up the row containing this action. |
static class |
RowActionDefinition.MoveUpDefinition
Moves up the row containing this action. |
class |
Struct
Deprecated. replaced by Group |
class |
StructDefinition
Deprecated. replaced by GroupDefinition |
class |
Submit
A submit is an action that exits of the current form. |
class |
SubmitDefinition
Definition for a Submit . |
class |
Union
A discriminated union that references a discriminant value in another widget and contains one of several cases (widgets). |
class |
UnionDefinition
The WidgetDefinition corresponding to a Union widget. |
class |
Upload
A file-uploading Widget. |
class |
UploadDefinition
The definition of an upload widget. |
Uses of Locatable in org.apache.cocoon.forms.formmodel.tree |
---|
Classes in org.apache.cocoon.forms.formmodel.tree that implement Locatable | |
---|---|
class |
Tree
A tree widget, heavily inspired by Swing's JTree . |
class |
TreeDefinition
Definition of a Tree widget. |
Uses of Locatable in org.apache.cocoon.sitemap |
---|
Classes in org.apache.cocoon.sitemap that implement Locatable | |
---|---|
class |
SitemapParameters
Extension to the Avalon Parameters to give location information |
static class |
SitemapParameters.LocatedHashMap
For internal use only. |
Uses of Locatable in org.apache.cocoon.util.location |
---|
Subinterfaces of Locatable in org.apache.cocoon.util.location | |
---|---|
interface |
LocatableException
Extension of Locatable for exceptions. |
interface |
MultiLocatable
An extension of Location for classes that can hold a list of locations. |
Classes in org.apache.cocoon.util.location that implement Locatable | |
---|---|
class |
LocatedException
A cascading and located Exception . |
class |
LocatedRuntimeException
A cascading and located RuntimeException . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |