Filter Class Name: atg.portal.servlet.DisplayFilter

The display filter is used to set the request’s DISPLAYMODE attribute. The Display Filter determines the display mode of the request by examining the displayMode query parameter. If the displayMode query parameter does not exist, the display mode is set to the default display mode. The display mode may be either full or shared. See Display Modes in the Designing a Gear chapter.

The following attribute is set when the filter is invoked:

Attribute

Description

DISPLAYMODE

A reference to the DisplayMode object.

Display Filter Parameters

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

Parameter

Description

defaultDisplayModeName

The name of the default display mode for the portal. Defaults to shared.

displayModeParameterName

The name of the display mode query parameter. Defaults to paf_dm.

initD5StyleAttributes

Sets request attributes compatible with the Dynamo 5 portal product.

 
loading table of contents...