* @see org.apache.wicket.security.WaspWebApplication#setupActionFactory()
*/
protected void setupActionFactory()
{
if (actionFactory == null)
actionFactory = new SwarmActionFactory(getHiveKey());
else
throw new IllegalStateException("Can not initialize ActionFactory more then once");
}