ECEProfileFilter

The ECEProfileFilter filter ensures that profiling output is grouped by template. Note, however, that it only works when jsp:include is used to transfer control between templates. For general information about Escenic profiling, see JSP Profiling.

The ECEProfileFilter is configured in WEB.XML as follows:

<filter>
  <filter-name>ECEProfileFilter</filter-name>
  <filter-class>com.escenic.servlet.ECEProfileFilter</filter-class>
</filter>

<filter-mapping>
  <filter-name>ECEProfileFilter</filter-name>
  <url-pattern>/*</url-pattern>
  <dispatcher>INCLUDE</dispatcher>
</filter-mapping>

Note that the filter element must be followed by a filter-mapping element defining how the filter is to be applied.

Configuration Parameters

This filter has no configuration parameters.

Request Scope Attributes

This filter sets no request scope attributes.