Package com.ettrema.http

Examples of com.ettrema.http.CalendarCollection


            return "getctag";
        }

        public String getValue( PropFindableResource res ) {
            if( res instanceof CalendarCollection) {
                CalendarCollection ccol = (CalendarCollection) res;
                return ccol.getCTag();
            } else {
                return null;
            }
        }
View Full Code Here

TOP

Related Classes of com.ettrema.http.CalendarCollection

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.