use of org.olat.core.commons.fullWebApp.BaseFullWebappController in project openolat by klemens.
the class OAuthRegistrationCreator method createController.
@Override
public Controller createController(UserRequest ureq, WindowControl wControl) {
DmzBFWCParts parts = new DmzBFWCParts();
parts.setContentControllerCreator(new InternalCreator());
return new BaseFullWebappController(ureq, parts);
}
Aggregations