Package org.apache.wink.server.internal.providers.entity.html

Examples of org.apache.wink.server.internal.providers.entity.html.HtmlDescriptor


        return defect;
    }

    @Produces( {MediaType.APPLICATION_XML})
    public HtmlDescriptor getHtml() {
        return new HtmlDescriptor(defect, CUSTOMIZED_JSP_PATH, CUSTOMIZED_JSP_ATTR);
    }
View Full Code Here


        return defect;
    }

    @Produces( {MediaType.APPLICATION_XML})
    public HtmlDescriptor getHtml() {
        return new HtmlDescriptor(defect, CUSTOMIZED_JSP_PATH, CUSTOMIZED_JSP_ATTR);
    }
View Full Code Here

TOP

Related Classes of org.apache.wink.server.internal.providers.entity.html.HtmlDescriptor

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.