Package org.apache.wink.example.locking.legacy

Examples of org.apache.wink.example.locking.legacy.DefectsBean


        // the collection was modified, retrieve it from the store
        Collection<DefectBean> defects = store.getDefects();

        // return the collection and add its last modified date on the response
        return Response.ok(new DefectsBean(defects)).lastModified(lastModifiedIgnoreMillis).build();
    }
View Full Code Here

TOP

Related Classes of org.apache.wink.example.locking.legacy.DefectsBean

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.