Package Name | Comment |
example | |
org.araneaframework |
Aranea base abstractions—components, services, widgets, environment and more.
|
org.araneaframework.backend |
Contains classes that are not directly related to UI, but provide some necessary logics.
|
org.araneaframework.backend.list | |
org.araneaframework.backend.list.helper | |
org.araneaframework.backend.list.helper.builder | |
org.araneaframework.backend.list.helper.builder.compexpr | |
org.araneaframework.backend.list.helper.builder.expression | |
org.araneaframework.backend.list.helper.fields | |
org.araneaframework.backend.list.helper.naming | |
org.araneaframework.backend.list.helper.reader | |
org.araneaframework.backend.list.memorybased | |
org.araneaframework.backend.list.memorybased.compexpr | |
org.araneaframework.backend.list.memorybased.expression | |
org.araneaframework.backend.list.memorybased.expression.compare | |
org.araneaframework.backend.list.memorybased.expression.constant | |
org.araneaframework.backend.list.memorybased.expression.logical | |
org.araneaframework.backend.list.memorybased.expression.procedure | |
org.araneaframework.backend.list.memorybased.expression.string | |
org.araneaframework.backend.list.memorybased.expression.variable | |
org.araneaframework.backend.list.model | |
org.araneaframework.backend.list.sqlexpr | |
org.araneaframework.backend.list.sqlexpr.compare | |
org.araneaframework.backend.list.sqlexpr.constant | |
org.araneaframework.backend.list.sqlexpr.logical | |
org.araneaframework.backend.list.sqlexpr.order | |
org.araneaframework.backend.list.sqlexpr.procedure | |
org.araneaframework.backend.list.sqlexpr.string | |
org.araneaframework.backend.util | |
org.araneaframework.buildutil | |
org.araneaframework.core |
Contains Aranea core interfaces and their base/standard implementation. Should be as minimal as possible and shouldn't depend on anything unless absolutely necessary.
|
org.araneaframework.core.util | |
org.araneaframework.example.blank | |
org.araneaframework.example.common.framework | |
org.araneaframework.example.common.framework.container | |
org.araneaframework.example.common.framework.context | |
org.araneaframework.example.common.framework.error | |
org.araneaframework.example.common.framework.resource | |
org.araneaframework.example.common.tags.example.component | |
org.araneaframework.example.common.tags.presentation | |
org.araneaframework.example.common.tags.wizard | |
org.araneaframework.example.main | |
org.araneaframework.example.main.business.data | |
org.araneaframework.example.main.business.model | |
org.araneaframework.example.main.business.util | |
org.araneaframework.example.main.message | |
org.araneaframework.example.main.release | |
org.araneaframework.example.main.release.demos | |
org.araneaframework.example.main.release.features | |
org.araneaframework.example.main.web | |
org.araneaframework.example.main.web.company | |
org.araneaframework.example.main.web.contract | |
org.araneaframework.example.main.web.demo | |
org.araneaframework.example.main.web.list | |
org.araneaframework.example.main.web.menu | |
org.araneaframework.example.main.web.misc | |
org.araneaframework.example.main.web.person | |
org.araneaframework.example.main.web.popups | |
org.araneaframework.example.main.web.sample | |
org.araneaframework.example.main.web.testing | |
org.araneaframework.example.main.web.tree | |
org.araneaframework.framework |
Contains interfaces and implementations that make up the executable
Aranea framework (filters, routers, etc) that do not depend on web.
|
org.araneaframework.framework.container |
Standard implementations of Widget and Service containers.
|
org.araneaframework.framework.core |
Base implementations of Widget and Service interfaces in org.araneaframework.framework package.
|
org.araneaframework.framework.filter |
Aranea standard implementation of some filter Services and Widgets.
|
org.araneaframework.framework.message |
Standard messages that can be sent to framework interfaces.
|
org.araneaframework.framework.router |
Base and standard implementations of framework routers.
|
org.araneaframework.framework.util | |
org.araneaframework.http |
Contains interfaces and implementations that make up the executable
Aranea framework (filters, routers, etc) that
depend on web (specially servlet, ...) interfaces.
|
org.araneaframework.http.container |
Implementations of Widget and Service containers specific to web.
|
org.araneaframework.http.core |
Web core components, request and response abstraction implementations, dispatchers.
|
org.araneaframework.http.extension |
Classes dealing with Aranea web extensions.
|
org.araneaframework.http.filter |
Web and HTTP protocol specific filters—AJAX, multi-part requests, redirection.
|
org.araneaframework.http.router |
Web specific routers (session, emulated URLs).
|
org.araneaframework.http.service |
Services that mostly have single purpose and are used through web.
|
org.araneaframework.http.support |
Contains everything that is not an utility but belongs in http package
|
org.araneaframework.http.util | |
org.araneaframework.http.widget | |
org.araneaframework.integration.spring |
Classes that integrate Spring with Aranea, including Aranea dispatcher servlet.
|
org.araneaframework.integration.spring.support | |
org.araneaframework.jsp |
Contains Aranea JSP tags and supporting classes.
|
org.araneaframework.jsp.exception |
Exceptions thrown by Aranea JSP tags.
|
org.araneaframework.jsp.support | |
org.araneaframework.jsp.tag |
Contains all Aranea JSP tags.
|
org.araneaframework.jsp.tag.basic | |
org.araneaframework.jsp.tag.context |
Tags whose only purpose is to provide some information to their inner tags,
and are not tied to any specific Uilib widget.
|
org.araneaframework.jsp.tag.entity |
Tags that output HTML entities.
|
org.araneaframework.jsp.tag.fileimport |
Tags for importing Aranea and Aranea extensions resources (scripts, images).
|
org.araneaframework.jsp.tag.form |
Aranea JSP tags that deal with construction of HTML forms.
|
org.araneaframework.jsp.tag.include | |
org.araneaframework.jsp.tag.layout |
Contains the basic layout tags that provide a way to consistently lay out
the content. Layouts have notion of rows and columns and usually are implemented
using tables.
|
org.araneaframework.jsp.tag.layout.support | |
org.araneaframework.jsp.tag.presentation |
Presentation tags that are independent of Uilib widgets, only widget specific
functionality they may contain is event sending.
|
org.araneaframework.jsp.tag.support | |
org.araneaframework.jsp.tag.uilib |
Tags for registering and rendering Uilib widgets.
|
org.araneaframework.jsp.tag.uilib.form |
Aranea JSP tags that deal with construction of Uilib forms.
|
org.araneaframework.jsp.tag.uilib.form.element |
Aranea JSP tags that render some type of Uilib FormElement's.
|
org.araneaframework.jsp.tag.uilib.form.element.date |
Aranea JSP tags that render FormElements containing Date or
Time Controls.
|
org.araneaframework.jsp.tag.uilib.form.element.display |
Aranea JSP tags that render Uilib FormElements displayable only, without
option for user changing their values.
|
org.araneaframework.jsp.tag.uilib.form.element.select |
Aranea JSP tags that render Uilib FormElements in a way that one or many of
these can be selected at a time.
|
org.araneaframework.jsp.tag.uilib.form.element.text |
Aranea JSP tags that render Uilib FormElements that are basically just HTML
text input fields (text, numbers, passwords, …).
|
org.araneaframework.jsp.tag.uilib.head |
Tags that register or render Uilib widgets and for some reason must be rendered in
HTML document HEAD.
|
org.araneaframework.jsp.tag.uilib.list |
Tags that concern Uilib list and formlist widgets.
|
org.araneaframework.jsp.tag.uilib.list.filterform | |
org.araneaframework.jsp.tag.uilib.list.formlist | |
org.araneaframework.jsp.tag.uilib.tab | |
org.araneaframework.jsp.tag.uilib.tree | |
org.araneaframework.jsp.tag.updateregion |
Updateregion tags for partial page updates with AjaxAnywhere.
|
org.araneaframework.jsp.util | |
org.araneaframework.mock | |
org.araneaframework.mock.core | |
org.araneaframework.mock.servlet | |
org.araneaframework.mock.servlet.filter | |
org.araneaframework.perftests | |
org.araneaframework.tests | |
org.araneaframework.tests.constraints | |
org.araneaframework.tests.constraints.helper | |
org.araneaframework.tests.framework.bean | |
org.araneaframework.tests.framework.component | |
org.araneaframework.tests.framework.container | |
org.araneaframework.tests.framework.filter | |
org.araneaframework.tests.framework.router | |
org.araneaframework.tests.integration | |
org.araneaframework.tests.jsp |
Contains Aranea JSP tag and tag utility tests.
|
org.araneaframework.tests.mock | |
org.araneaframework.tests.servlet.extension.resources | |
org.araneaframework.tests.servlet.filter | |
org.araneaframework.tests.servlet.router | |
org.araneaframework.tests.servlet.util | |
org.araneaframework.tests.uilib.form | |
org.araneaframework.tests.util | |
org.araneaframework.uilib |
Reusable user interface widgets.
|
org.araneaframework.uilib.core | |
org.araneaframework.uilib.event |
Contains the event listeners and event helper classes used by UiLib widgets.
|
org.araneaframework.uilib.flowcontext.transitionhandler | |
org.araneaframework.uilib.form |
Contains the base forms classes, including the form element classes
which play the role of "Controller/Mediator"s in forms.
|
org.araneaframework.uilib.form.constraint |
Contains the constraint classes, which may be used to impose
arbitary constraints on the form data.
|
org.araneaframework.uilib.form.control |
Contains the controls classes, which somewhat reflect the HTML
form controls and manage the direct interaction with the request
and renderer.
|
org.araneaframework.uilib.form.control.inputfilter | |
org.araneaframework.uilib.form.converter |
Contains the converter classes, which manage the task of converting
the form data from one type to another.
|
org.araneaframework.uilib.form.data |
Contains the data item classes, which hold the data in forms and provide
the type information used to find appropriate convertors.
|
org.araneaframework.uilib.form.formlist |
Uilib formlists implementations. Formlists are lists that consists of forms (their may be editable).
|
org.araneaframework.uilib.form.formlist.adapter | |
org.araneaframework.uilib.form.formlist.model | |
org.araneaframework.uilib.form.reader |
Contains the reader/writer classes, which allow to read/write different
data structures (like Beans("Value objects") and Map s) from/to forms.
|
org.araneaframework.uilib.form.visitor |
Visitor pattern implementation for forms.
|
org.araneaframework.uilib.list |
Contains Uilib list widget implementations, list data providers, list structure classes,
list filtering and ordering classes and assorted utilities.
|
org.araneaframework.uilib.list.dataprovider |
Data providers for Uilib Lists, both memory and backend (database) based.
|
org.araneaframework.uilib.list.structure | |
org.araneaframework.uilib.list.structure.filter | |
org.araneaframework.uilib.list.structure.filter.advanced | |
org.araneaframework.uilib.list.structure.filter.atomic | |
org.araneaframework.uilib.list.structure.filter.composite | |
org.araneaframework.uilib.list.structure.filter.field | |
org.araneaframework.uilib.list.structure.order | |
org.araneaframework.uilib.list.util | |
org.araneaframework.uilib.list.util.comparator | |
org.araneaframework.uilib.list.util.converter | |
org.araneaframework.uilib.list.util.like | |
org.araneaframework.uilib.menu | |
org.araneaframework.uilib.support |
Contains the classes, that represent data without any behaviour used in UiLib.
|
org.araneaframework.uilib.tab | |
org.araneaframework.uilib.tree | |
org.araneaframework.uilib.util |
Contains miscellaneous utility classes used by UiLib classes.
|
org.araneaframework.uilib.widgets.lists.tests.mock | |
org.araneaframework.uilib.widgets.lists.tests.tests | |
org.araneaframework.uilib.widgets.lists.tests.tests.expression | |
org.araneaframework.uilib.widgets.lists.tests.tests.sqlexpr | |