99100101102103104105106107108
return this.folderCreator; } private ActionCreator getActionCreator() { if (this.actionCreator == null) { this.actionCreator = new ActionCreator(); this.actionCreator.setResultProcessor(getDefaultResultProcessor()); } return this.actionCreator; }