Package org.gatein.common

Examples of org.gatein.common.NotYetImplemented


    public String getServletContextName() {
        return name;
    }

    public ServletContext getContext(String uripath) {
        throw new NotYetImplemented();
    }
View Full Code Here


    public ServletContext getContext(String uripath) {
        throw new NotYetImplemented();
    }

    public int getMajorVersion() {
        throw new NotYetImplemented();
    }
View Full Code Here

    public int getMajorVersion() {
        throw new NotYetImplemented();
    }

    public int getMinorVersion() {
        throw new NotYetImplemented();
    }
View Full Code Here

    public int getMinorVersion() {
        throw new NotYetImplemented();
    }

    public String getMimeType(String file) {
        throw new NotYetImplemented();
    }
View Full Code Here

    public String getMimeType(String file) {
        throw new NotYetImplemented();
    }

    public Set getResourcePaths(String path) {
        throw new NotYetImplemented();
    }
View Full Code Here

    public Set getResourcePaths(String path) {
        throw new NotYetImplemented();
    }

    public RequestDispatcher getRequestDispatcher(String path) {
        throw new NotYetImplemented();
    }
View Full Code Here

    public RequestDispatcher getRequestDispatcher(String path) {
        throw new NotYetImplemented();
    }

    public RequestDispatcher getNamedDispatcher(String name) {
        throw new NotYetImplemented();
    }
View Full Code Here

    public RequestDispatcher getNamedDispatcher(String name) {
        throw new NotYetImplemented();
    }

    public Servlet getServlet(String name) throws ServletException {
        throw new NotYetImplemented();
    }
View Full Code Here

    public Servlet getServlet(String name) throws ServletException {
        throw new NotYetImplemented();
    }

    public Enumeration getServlets() {
        throw new NotYetImplemented();
    }
View Full Code Here

    public Enumeration getServlets() {
        throw new NotYetImplemented();
    }

    public Enumeration getServletNames() {
        throw new NotYetImplemented();
    }
View Full Code Here

TOP

Related Classes of org.gatein.common.NotYetImplemented

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.