* @param methodName the method to invoke
* @throws NoSuchMethodException Couldn't set the handler
*/
public void addHandler( Object page, String handlerType, String methodName ) throws NoSuchMethodException
{
invoker = new XHandlerInvoker( page, this, methodName );
}