Package org.eclipse.jetty.plus.webapp

Examples of org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor


  @Override
  public void configure(WebAppContext context) throws Exception
  {
    super.configure(context);
    ((SipAppContext) context).getSipMetaData().addDescriptorProcessor(new PlusDescriptorProcessor());
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor

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.