Skip navigation links


com.bea.netuix.util
Interface PortletParameters.ParameterFilter

Enclosing class:
PortletParameters

public static interface PortletParameters.ParameterFilter

Implementations of this interface are used to filter out or rename parameters when initially constructing a PortletParameters object.


Method Summary
 String getTranslatedParameterName(String paramName)
          Returns the translated name for the given parameter name, or null if the parameter is not to be included.

 

Method Detail

getTranslatedParameterName

String getTranslatedParameterName(String paramName)
Returns the translated name for the given parameter name, or null if the parameter is not to be included.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.