Package com.bradmcevoy.http

Examples of com.bradmcevoy.http.HrefStatus


        wrapped.respondServerError( request, response, reason );
    }

    public void respondDeleteFailed( Request request, Response response, Resource resource, Status status ) {
        List<HrefStatus> statii = new ArrayList<HrefStatus>();
        statii.add( new HrefStatus( request.getAbsoluteUrl(), status ) );
        responseMultiStatus( resource, response, request, statii );

    }
View Full Code Here

TOP

Related Classes of com.bradmcevoy.http.HrefStatus

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.