ApplicationComponent |
The component responsible for generating the static part of the application js file.
|
ApplicationComponent.ModuleVersionParameter |
|
ApplicationDynamicComponent |
The component responsible for generating some dynamic elements of the application js file which
are related to the user of the current context.
|
BaseActionHandler |
Implements the ActionHandler and provides utility methods to sub classes.
|
BaseComponent |
The BaseComponent is the main implementation of the Component concept which can be
sub-classed to provide custom or specialized behavior.
|
BaseComponentProvider |
Base implementation, can be extended.
|
BaseComponentProvider.ComponentResource |
|
BaseKernelServlet |
A servlet base class which handles redirects and other base tasks.
|
BaseKernelServlet.KernelHttpServletResponse |
|
BaseTemplateComponent |
This component implementation uses a template to generate its client representation
(java-script).
|
BaseTemplateProcessor<T> |
|
ComponentGenerator |
Uses a component to generate the component output and then postprocesses this output.
|
ComponentProvider.Selector |
A class used to select the correct component provider.
|
CSSMinifier |
Tests CSS minification
|
GetLabelActionHandler |
Retrieves a label from the server.
|
I18NComponent |
Generates the client side javascript holding the labels defined in modules and the labels defined
in core which are configured to be forcibly available in the client.
|
I18NComponent.Label |
|
JSCompressor |
Compresses a JavaScript source using JSMin
http://code.google.com/p/jsmin-ant-task/
|
KernelApplicationInitializer |
An ApplicationInitializer in charge of doing some initialization tasks like checking if
both Tomcat and DB are configured to use the same time and registering some standard jmx beans.
|
KernelComponentProvider |
Provides Kernel Components.
|
KernelConstants |
Defines constants for this module.
|
KernelContextListener |
Initializes the kernel layer in a servlet environment.
|
KernelFilter |
Sets the request/response object in the request context.
|
KernelInitializer |
Class responsible for initializing the kernel layer.
|
KernelServlet |
The main servlet responsible for handling all the requests for components from the system.
|
KernelSQLFunctionRegister |
A class in charge of registering core SQL functions in Hibernate.
|
KernelUtils |
Contains several utility methods used in the kernel.
|
PgFullTextSearchFunction |
HQL functions to support Full Text Search in PostgreSQL.
|
PgFullTextSearchFunction.Filter |
It allows to add a where clause to filter by those values that fit the search.
|
PgFullTextSearchFunction.Rank |
It allows to add an order by clause regarding how fitting a text is according to the values in
the tsvector column.
|
ReferencedMask |
Entity class for entity OBCLKER_REF_MASK (stored in table OBCLKER_REF_MASK).
|
RequestContext |
The request context serves multiple purposes:
Provides the request and response object through a ThreadLocal.
|
RequestContext.HttpServletRequestWrapper |
|
RequestContext.HttpSessionWrapper |
|
SessionDynamicResourceComponent |
This class generates other components called session dynamic resources.
|
SessionDynamicTemplateComponent |
Classes extending this one will be used by SessionDynamicResourceComponent to generate
the components that should be created before the loading of the javascript content of the
application.
|
StaticResourceComponent |
The component in charge of generating the static Javascript resources.
|
StaticResourceProvider |
This class is used as a cache for the static resources (js and css) used in the application.
|
StyleSheetResourceComponent |
Component which reads all stylesheets.
|
Template |
Entity class for entity OBCLKER_Template (stored in table OBCLKER_Template).
|
TemplateDependency |
Entity class for entity OBCLKER_Template_Dependency (stored in table OBCLKER_TEMPLATE_DEPENDENCY).
|
TemplateProcessor.Registry |
|
TemplateProcessor.Selector |
A class used to select the correct implementation.
|
TemplateResolver |
Resolves templates, meaning that it reads all dependencies of a template (and the dependencies of
the dependencies etc.) and also takes care of using overriding templates.
|
TestActionHandler |
A test implementation for the action handler.
|
UserInterfaceDefinition |
Entity class for entity OBCLKER_UIDefinition (stored in table OBCLKER_UIDefinition).
|