| 
 | ||||||||||
| 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 Processorinterface | 
| 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 | ConnectionResetExceptionThis Exception is thrown every time a component detects an exception due to a connection reset by peer. | 
|  class | ProcessingExceptionThis Exception is thrown every time there is a problem in processing a request. | 
|  class | ResourceNotFoundExceptionThis 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 | InvalidContinuationExceptionThis 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 | NamedProcessingNodeA ProcessingNodethat has a name. | 
|  interface | ParameterizableProcessingNodeA ProcessingNodethat has parameters. | 
|  interface | ProcessingNode | 
| Classes in org.apache.cocoon.components.treeprocessor that implement Locatable | |
|---|---|
|  class | AbstractParentProcessingNode | 
|  class | AbstractProcessingNode | 
|  class | CategoryNodeA generic container node that just invokes its children. | 
|  class | ContainerNodeA generic container node that just invokes its children. | 
|  class | NamedContainerNodeA named container node that just invokes its children. | 
|  class | NullNodeA 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 | ActSetNodeHandles <map:act type="..." | 
|  class | ActTypeNodeHandles <map:act type="..." | 
|  class | AggregateNodeAggregate sitemap node. | 
|  class | CallFunctionNodeNode handler for calling functions and resuming continuations in the control flow layer. | 
|  class | CallNode | 
|  class | FlowNodeHandler for <map:flow> element in the sitemap. | 
|  class | GenerateNode | 
|  class | HandleErrorsNodeHandles <map:handle-errors> | 
|  class | MatchNode | 
|  class | MountNode | 
|  class | PipelineNodeHandles <map:pipeline> | 
|  class | PipelinesNodeHandles <map:pipelines> | 
|  class | PreparableMatchNode | 
|  class | ReadNode | 
|  class | RedirectToURINode | 
|  class | ScriptNodeHandler 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 | FormsExceptionAn exception raised when an error occurs during form handling. | 
|  class | FormsRuntimeExceptionAn 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 | BindingExceptionThis 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 | LibraryExceptionThis 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 | JavaScriptSelectionListA FilterableSelectionListbased on a JavaScript snippet. | 
| Uses of Locatable in org.apache.cocoon.forms.formmodel | 
|---|
| Subinterfaces of Locatable in org.apache.cocoon.forms.formmodel | |
|---|---|
|  interface | ContainerDefinitionInterface to be implemented by WidgetDefinitions for Widgets which contain other widgets. | 
|  interface | ContainerWidgetInterface to be implemented by Widgets which contain other widgets. | 
|  interface | DataWidget | 
|  interface | SelectableWidgetA Widgetthat can have a selection list. | 
|  interface | WidgetInterface to be implemented by Widgets. | 
|  interface | WidgetDefinitionA WidgetDefinition holds all the static information about a Widget. | 
| Classes in org.apache.cocoon.forms.formmodel that implement Locatable | |
|---|---|
|  class | AbstractContainerDefinitionThe AbstractContainerDefinitioncorresponding to anAbstractContainerWidget. | 
|  class | AbstractContainerWidgetA general-purpose abstract Widget which can hold zero or more widgets. | 
|  class | AbstractDatatypeWidgetDefinitionBase class for WidgetDefinitions that use a Datatype and SelectionList. | 
|  class | AbstractWidgetAbstract base class for Widget implementations. | 
|  class | AbstractWidgetDefinitionProvides functionality that is common across many WidgetDefinition implementations. | 
|  class | ActionAn Action widget. | 
|  class | ActionDefinitionThe WidgetDefinitionpart of a Action widget, seeActionfor more information. | 
|  class | AggregateFieldAn aggregated field allows to represent one value as multiple input fields, or several values as one field. | 
|  class | AggregateFieldDefinitionThe WidgetDefinitionpart of a AggregateField widget, seeAggregateFieldfor more information. | 
|  class | BooleanFieldA widget to select a boolean value. | 
|  class | BooleanFieldDefinitionThe WidgetDefinitionpart of a BooleanField widget, seeBooleanFieldfor more information. | 
|  class | CalculatedFieldA field which calculates its value. | 
|  class | CalculatedFieldDefinitionDefinition of a CalculatedField. | 
|  class | CaptchaFieldA Fieldfor CAPTCHA validation. | 
|  class | CaptchaFieldDefinitionA FieldDefinitionforCaptchaFields. | 
|  class | ClassDefinitionA WidgetDefinitionwhich holds a collection ofWidgets
 and which can be instantiated with aNewDefinition. | 
|  class | DuplicateIdExceptionThis exception is thrown by WidgetDefinitions that contain other WidgetDefinitions, such as the FormDefinitionor theRepeaterDefinition, in case
 one tries to add a WidgetDefinition that has the same id as another,
 previously added, WidgetDefinition. | 
|  class | EnhancedRepeater | 
|  class | FieldA general-purpose Widget that can hold one value. | 
|  class | FieldDefinitionThe WidgetDefinitionpart of a Field widget, seeFieldfor more information. | 
|  class | FormA widget that serves as a container for other widgets, the top-level widget in a form description file. | 
|  class | FormDefinitionThe WidgetDefinitionpart of a Form widget, seeFormfor more information. | 
|  class | GoogleMap | 
|  class | GoogleMapDefinitionThe WidgetDefinitionpart of a GoogleMap widget, seeGoogleMapfor more information. | 
|  class | GroupA container Widgetwhich can hold zero or more child widgets. | 
|  class | GroupDefinitionThe WidgetDefinitioncorresponding to aGroupwidget. | 
|  class | ImageMapA server-side map widget. | 
|  class | ImageMapDefinitionThe WidgetDefinitionpart of an ImageMap widget, seeImageMapfor more information. | 
|  class | IncompletenessException | 
|  class | MessagesA widget to output one or messages. | 
|  class | MessagesDefinitionThe WidgetDefinitionpart of a Messages widget, seeMessagesfor more information. | 
|  class | MultiValueFieldA MultiValueField is mostly the same as a normal Field, but can
 hold multiple values. | 
|  class | MultiValueFieldDefinitionThe WidgetDefinitionpart of a MultiValueField widget, seeMultiValueFieldfor more information. | 
|  class | NewDefinitionThis is the " WidgetDefinition" which is used to instantiate aClassDefinition. | 
|  class | OutputAn Output widget can be used to show a non-editable value to the user. | 
|  class | OutputDefinitionThe WidgetDefinitionpart of aOutputwidget. | 
|  class | RepeaterA repeater is a widget that repeats a number of other widgets. | 
|  class | Repeater.RepeaterRow | 
|  class | RepeaterActionAn action that acts on a repeater. | 
|  class | RepeaterActionDefinitionAbstract repeater action. | 
| static class | RepeaterActionDefinition.AddRowActionDefinitionThe definition of a repeater action that adds a row to a sibling repeater. | 
| static class | RepeaterActionDefinition.ChangePageActionDefinition | 
| static class | RepeaterActionDefinition.DeleteRowsActionDefinitionThe definition of a repeater action that deletes the selected rows of a sibling repeater. | 
| static class | RepeaterActionDefinition.InsertRowsActionDefinitionThe 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 | RepeaterDefinitionThe WidgetDefinitionpart of a Repeater widget, seeRepeaterfor more information. | 
|  class | RepeaterFilterField | 
|  class | RepeaterFilterFieldDefinition | 
|  class | RowAction | 
| static class | RowAction.MoveDownAction | 
| static class | RowAction.MoveUpAction | 
|  class | RowActionDefinition | 
| static class | RowActionDefinition.AddAfterDefinitionAdds a row after the one containing this action. | 
| static class | RowActionDefinition.DeleteRowDefinitionDeletes the row containing this action. | 
| static class | RowActionDefinition.MoveDownDefinitionMoves up the row containing this action. | 
| static class | RowActionDefinition.MoveUpDefinitionMoves up the row containing this action. | 
|  class | StructDeprecated. replaced by Group | 
|  class | StructDefinitionDeprecated. replaced by GroupDefinition | 
|  class | SubmitA submit is an action that exits of the current form. | 
|  class | SubmitDefinitionDefinition for a Submit. | 
|  class | UnionA discriminated union that references a discriminant value in another widget and contains one of several cases (widgets). | 
|  class | UnionDefinitionThe WidgetDefinitioncorresponding to aUnionwidget. | 
|  class | UploadA file-uploading Widget. | 
|  class | UploadDefinitionThe 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 | TreeA tree widget, heavily inspired by Swing's JTree. | 
|  class | TreeDefinitionDefinition of a Treewidget. | 
| Uses of Locatable in org.apache.cocoon.sitemap | 
|---|
| Classes in org.apache.cocoon.sitemap that implement Locatable | |
|---|---|
|  class | SitemapParametersExtension to the Avalon Parameters to give location information | 
| static class | SitemapParameters.LocatedHashMapFor internal use only. | 
| Uses of Locatable in org.apache.cocoon.util.location | 
|---|
| Subinterfaces of Locatable in org.apache.cocoon.util.location | |
|---|---|
|  interface | LocatableExceptionExtension of Locatablefor exceptions. | 
|  interface | MultiLocatableAn extension of Locationfor classes that can hold a list of locations. | 
| Classes in org.apache.cocoon.util.location that implement Locatable | |
|---|---|
|  class | LocatedExceptionA cascading and located Exception. | 
|  class | LocatedRuntimeExceptionA cascading and located RuntimeException. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||