Package org.araneaframework.framework.filter

Aranea standard implementation of some filter Services and Widgets.

See:
          Description

Class Summary
StandardClassReloadingFilterWidget  
StandardContextMapFilterWidget Filter widget that enriches children's environment with specified context entries.
StandardContinuationFilterService  
StandardCriticalExceptionHandlingFilterService A custom exception handling filter.
StandardFilterChainService  
StandardFilterChainWidget  
StandardLocalizationFilterService Enriches the environment with an implementation of the LocalizationContext.
StandardMessagingFilterWidget Adds a MessageContext implementation to the environment that can be used to add messages for later output.
StandardMountPointFilterService This service serves as the entry point for mounted URLs.
StandardRenderStatusResettingFilterWidget This filter resets all RenderStateAware components render state to unrendered prior to calling render on its children.
StandardSerializingAuditFilterService Serializes the the session during the request routing.
StandardStatisticFilterService A filter that logs the time it takes for the child service to complete its action method (serving the request).
StandardSystemFormFilterService Stores system form fields that will be written out in <ui:systemForm> tag.
StandardTransactionFilterWidget Filters update(InputData), event(Path, InputData) and render(OutputData) based on the transaction ID.
 

Package org.araneaframework.framework.filter Description

Aranea standard implementation of some filter Services and Widgets.