Package org.w3c.tools.resources

Examples of org.w3c.tools.resources.RequestInterface


      // We are not a container resource, and we don't have children:
      lr.setTarget(null);
      return false;
  } else {
      //we are done! try to find the negotiated one...
      RequestInterface reqi = ls.getRequest();
      ResourceReference selected;
      Request request = (Request) reqi;
      // Run content negotiation now:
      // The PUT is special, we negotiate with ETag (if present) or
      // using the metainformation about the PUT entity.
View Full Code Here

TOP

Related Classes of org.w3c.tools.resources.RequestInterface

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.