java.lang.Object
cloud.piranha.pages.wasp.WaspJspManager
- All Implemented Interfaces:
JspManager
The WaSP manager delivered by the Jasper integration.
- Author:
- Manfred Riem (mriem@manorrock.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddJspFile(WebApplication webApplication, String servletName, String jspFile)Add the JSP file.Get the JSP config descriptor.
-
Field Details
-
jspConfigDescriptor
Stores the JSP config descriptor.
-
-
Constructor Details
-
WaspJspManager
public WaspJspManager()
-
-
Method Details
-
addJspFile
public ServletRegistration.Dynamic addJspFile(WebApplication webApplication, String servletName, String jspFile)Add the JSP file.- Specified by:
addJspFilein interfaceJspManager- Parameters:
webApplication- the web application.servletName- the servlet name,jspFile- the JSP file.- Returns:
- null.
-
getJspConfigDescriptor
Get the JSP config descriptor.- Specified by:
getJspConfigDescriptorin interfaceJspManager- Returns:
- the JSP config descriptor.
-