java.lang.Object
cloud.piranha.pages.wasp.WaspExtension
- All Implemented Interfaces:
WebApplicationExtension
The extension that will enable WaSP integration (aka. JSP).
- Author:
- Manfred Riem (mriem@manorrock.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(WebApplication webApplication)Configure the web application.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cloud.piranha.webapp.api.WebApplicationExtension
extend
-
Constructor Details
-
WaspExtension
public WaspExtension()
-
-
Method Details
-
configure
Configure the web application.- Specified by:
configurein interfaceWebApplicationExtension- Parameters:
webApplication- the web application.
-