if (entryPointClassName == null || entryPointClassName.isEmpty()) throw new ServletException("The entry point must be defined in your web.xml.");
}
@Override
protected AbstractApplicationManager createApplicationManager() {
return new AbstractApplicationManager(options) {
@Override
protected EntryPoint initializePonySession(final UIContext ponySession) throws ServletException {
EntryPoint entryPoint = null;
try {