11121314151617
*/ public class SignUpForAccountHandlerImpl implements SignUpForAccountHandler { @Override public void handleSignUpForAccount() { WebProtegeDialog.showDialog(new WebProtegeSignupDialogController()); }