The Offline Filter checks whether the community is currently offline. If the community is offline the request is directed to the offline page. If the community is not offline the request is passed down the filter chain.

Filter Class Name: atg.portal.servlet.OfflineFilter

Offline Filter Parameters

The following init parameters can be used to control the behavior of the Offline Filter:

Parameter

Description

methodName

The method used to dispatch requests. Defaults to forward.

defaultOfflineTemplateContextURI

The context URI to use for the offline template.

defaultOfflineTemplatePathURI

The path URI to use for the offline template.

offline

If true, turns all communities offline. Defaults to false.

d5StyleOffline

A boolean used to configure the offline filter to use ATG Dynamo 5 style offline handling.

The Portal request passes down the Portal Filter Chain and is transformed along the way. At the end of the Portal Filter Chain, the Portal request is dispatched to its target, typically a JSP or Servlet.

 
loading table of contents...