private ILifeCycleAdapter getLifeCycleAdapter(final WebForm form) {
   return (ILifeCycleAdapter) form.getAdapter(ILifeCycleAdapter.class);
 }