3940414243444546
* @see org.wicketstuff.security.WaspWebApplication#setupActionFactory() */ @Override protected void setupActionFactory() { setActionFactory(new SwarmActionFactory(getClass().getName() + ":" + getHiveKey())); }
120121122123124125126127128129
} protected void setupActionFactory() { if (actionFactory == null) actionFactory = new SwarmActionFactory(getHiveKey()); else throw new IllegalStateException("Can not initialize ActionFactory more then once"); }