Package org.araneaframework.framework.core

Base implementations of Widget and Service interfaces in org.araneaframework.framework package.

See:
          Description

Interface Summary
RenderStateAware Interface to be implemented by the components that wish to be aware of their render state (whether they were actually rendered to the response or not).
 

Class Summary
BaseFilterService A filter service is a Service which filters requests to its child service.
BaseFilterWidget A filter widget is a Widget which filters requests to its child widget.
NopFilterService The No-Operation Service that can be used in the configuration (aranea-conf.xml) to disable a Aranea service that is enabled by default.
NopFilterWidget The No-Operation Widget that can be used in the configuration (aranea-conf.xml) to disable a Aranea widget that is enabled by default.
 

Package org.araneaframework.framework.core Description

Base implementations of Widget and Service interfaces in org.araneaframework.framework package.