Package br.com.caelum.vraptor.events

Examples of br.com.caelum.vraptor.events.VRaptorInitialized


  @Before
  public void setup() {
    contexts.startApplicationScope();
    contexts.startSessionScope();
    initEvent.fire(new VRaptorInitialized(null));
  }
View Full Code Here


    validateJavaEE7Environment();
    validateIfCdiIsFound();
    warnIfBeansXmlIsNotFound();

    initializedEvent.fire(new VRaptorInitialized(servletContext));

    logger.info("VRaptor {} successfuly initialized", VERSION);
  }
View Full Code Here

    validateJavaEE7Environment();
    validateIfCdiIsFound();
    warnIfBeansXmlIsNotFound();

    initializedEvent.fire(new VRaptorInitialized(servletContext));
   
    logger.info("VRaptor {} successfuly initialized", VERSION);
  }
View Full Code Here

TOP

Related Classes of br.com.caelum.vraptor.events.VRaptorInitialized

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.