public class JSPFactory
extends java.lang.Object
The JSPFactory can be used in conjunction with org.eclipse.equinox.http.registry and the Servlets extension point to allow the use of JSPs declaratively with the extension registry.
JSPFactory will accept a "path" parameter corresponding to the base path in the bundle to look up JSP resources. This parameter can be set using the ":" separator approach or by xml parameter.
e.g. class="org.eclipse.equinox.jsp.jasper.registry.JSPFactory:/A/PATH" or <parameter name="path" value="/A/PATH"/>| Constructor and Description |
|---|
JSPFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
create() |
void |
setInitializationData(IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data) |