com.ibm.portal.portlet.service.siteanalyzer
Interface ParameterNamesProcessor


public interface ParameterNamesProcessor

The interface of callback implementations for request parameter name processing. Implementations of this interface are called by the site analytics infrastructure prior to assembling the query string section of the request URI that is written to the site analytics log.

Since:
6.1.0.1

Method Summary
 java.lang.String processParameterName(java.lang.String paramName)
          Returns the replacement name for the given parameter name.
 

Method Detail

processParameterName

java.lang.String processParameterName(java.lang.String paramName)
Returns the replacement name for the given parameter name. The returned name rather than the actual request parameter name as received by this method will be written to the site analytics log.

Parameters:
paramName - the actual request parameter name.
Returns:
the replacement name as it should appear in the site analytics log. If null, the corresponding parameter will not be written to the site analytics log.