Package org.apache.slide.taglib.bean

Examples of org.apache.slide.taglib.bean.PropertyBean


     *        use the default namespace ("DAV:")
     **/
    protected PropertyBean getProperty(RevisionBean revision, String name,
                                       String namespace) {
       
        PropertyBean bean = null;
        if (revision != null) {
            bean = revision.getProperty(name, namespace);
        }
       
        return bean;
View Full Code Here

TOP

Related Classes of org.apache.slide.taglib.bean.PropertyBean

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.