65666768697071
* @see org.wicketstuff.security.WaspWebApplication#setupStrategyFactory() */ @Override protected void setupStrategyFactory() { setStrategyFactory(new SwarmStrategyFactory(getHiveKey())); }
129130131132133134135136137
} protected void setupStrategyFactory() { if (strategyFactory == null) strategyFactory = new SwarmStrategyFactory(getHiveKey()); else throw new IllegalStateException("Can not initialize StrategyFactory more then once"); }