org.zkoss.zest
Interface ParameterIgnored


public interface ParameterIgnored

A decorator interface that might be implemented by an action to indicate the request's paramters shall not be converted to the action.

If this interface is not implemented by an action (default), ZEST will look for the setter method for each parameter, and then invoke the method to store the parameter's value. It is so-called the parameter conversion.

Author:
tomyeh



Copyright © 2005-2010 Potix Corporation. All Rights Reserved.