org.kohsuke.stapler.jsp
Class JSPFacet
java.lang.Object
org.kohsuke.stapler.Facet
org.kohsuke.stapler.jsp.JSPFacet
@MetaInfServices
public class JSPFacet
- extends Facet
Facet
that adds JSP file support.
- Author:
- Kohsuke Kawaguchi
Fields inherited from class org.kohsuke.stapler.Facet |
LOGGER |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSPFacet
public JSPFacet()
buildViewDispatchers
public void buildViewDispatchers(MetaClass owner,
List<Dispatcher> dispatchers)
- Specified by:
buildViewDispatchers
in class Facet
createRequestDispatcher
public javax.servlet.RequestDispatcher createRequestDispatcher(RequestImpl request,
Klass type,
Object it,
String viewName)
throws IOException
- Overrides:
createRequestDispatcher
in class Facet
- Throws:
IOException
handleIndexRequest
public boolean handleIndexRequest(RequestImpl req,
ResponseImpl rsp,
Object node,
MetaClass nodeMetaClass)
throws IOException,
javax.servlet.ServletException
- Specified by:
handleIndexRequest
in class Facet
- Throws:
IOException
javax.servlet.ServletException
Copyright © 2012. All Rights Reserved.