throw new IllegalStateException("The NetUI runtime could not find the default config file. The webapp may not function properly.");
}
}
protected static void internalInit(XmlInputStreamResolver xmlInputStreamResolver) {
NetUIConfigParser configParser = new NetUIConfigParser();
CONFIG_BEAN = configParser.parse(xmlInputStreamResolver);
}