Package org.apache.sirona.reporting.web

Examples of org.apache.sirona.reporting.web.SironaController


        }
        if (mapping.endsWith("/")) {
            mapping = mapping.substring(0, mapping.length() - 1);
        }

        final SironaController controller = new SironaController();
        controller.setMapping(mapping);
        ctx.addFilter("sirona-reporting", controller).addMappingForUrlPatterns(EnumSet.allOf(DispatcherType.class), true, mapping + "/*");
    }
View Full Code Here

TOP

Related Classes of org.apache.sirona.reporting.web.SironaController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.