121122123124125126127128
String path = servletContext.getRealPath("/"); PathKit.setWebRootPath(path); } private void initRender() { RenderFactory renderFactory = RenderFactory.me(); renderFactory.init(constants, servletContext); }
115116117118119120121122
118119120121122123124125
String path = servletContext.getRealPath("/"); PathUtil.setWebRootPath(path); } private void initRender() { RenderFactory renderFactory = RenderFactory.me(); renderFactory.init(constants, servletContext); }
6566676869707172737475
* <!-- end-user-doc --> * @generated */ public static RenderFactory init() { try { RenderFactory theRenderFactory = (RenderFactory) EPackage.Registry.INSTANCE .getEFactory("http:///net/refractions/udig/project/internal/render.ecore"); //$NON-NLS-1$ if (theRenderFactory != null) { return theRenderFactory; } } catch (Exception exception) {