public class JspConfigurationModel extends Object implements javax.servlet.descriptor.JspConfigDescriptor
Set of parameters to configure JSP parameters, referenced from OsgiContextModel. Eventually
these parameters are used to configure server context's JSP servlet.
This model reflects <jsp-config> element from web.xml.
Differently than other models in this package, this class isn't an ElementModel - for now
it can't be registered via whiteboard and is used only internally by OsgiContextModel.
The JSP configuration that can be found in web.xml is just tiny fraction of entire configuration that
can be passed ton Jasper engine and servlet. The remaining JSP configuration can be specified globally via
Configuration.jsp().
| Constructor and Description |
|---|
JspConfigurationModel() |
| Modifier and Type | Method and Description |
|---|---|
Collection<javax.servlet.descriptor.JspPropertyGroupDescriptor> |
getJspPropertyGroups() |
Collection<javax.servlet.descriptor.TaglibDescriptor> |
getTaglibs() |
public Collection<javax.servlet.descriptor.TaglibDescriptor> getTaglibs()
getTaglibs in interface javax.servlet.descriptor.JspConfigDescriptorpublic Collection<javax.servlet.descriptor.JspPropertyGroupDescriptor> getJspPropertyGroups()
getJspPropertyGroups in interface javax.servlet.descriptor.JspConfigDescriptorCopyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.