Package com.bradmcevoy.http.values

Examples of com.bradmcevoy.http.values.CData


        public CData getValue( PropFindableResource res ) {
            log.trace( "getValue: " + res.getClass());
            if( res instanceof ICalResource) {
                ICalResource ical = (ICalResource) res;
                return new CData( ical.getICalData() );
            } else {
                return null;
            }
        }
View Full Code Here

TOP

Related Classes of com.bradmcevoy.http.values.CData

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.