Package com.ettrema.http.caldav

Examples of com.ettrema.http.caldav.PrincipalSearchPropertySetReport


        propertyMap.add( new PrincipalUrl() );
        propertyMap.add( new PrincipalCollectionSetProperty() );
        log.debug( "registering the ACLProtocol as a property source");
        webDavProtocol.addPropertySource( this );
        //Adding supported reports
        webDavProtocol.addReport(new PrincipalSearchPropertySetReport());
    }
View Full Code Here

TOP

Related Classes of com.ettrema.http.caldav.PrincipalSearchPropertySetReport

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.