Package | Description |
---|---|
com.caucho.jsp | |
com.caucho.jsp.cfg | |
com.caucho.server.resin | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
JspPropertyGroup |
JspCompiler.createJsp()
Sets the JspPropertyGroup
|
JspPropertyGroup |
ParseState.getJspPropertyGroup()
Gets the JSP property group.
|
JspPropertyGroup |
JspCompilerInstance.getJspPropertyGroup()
Returns the jsp configuration.
|
JspPropertyGroup |
JspBuilder.getJspPropertyGroup()
Gets the jsp-property-group
|
JspPropertyGroup |
JspCompiler.getJspPropertyGroup()
Sets the JspPropertyGroup
|
Modifier and Type | Method and Description |
---|---|
void |
ParseState.setJspPropertyGroup(JspPropertyGroup group)
Sets the JSP property group.
|
void |
JspBuilder.setJspPropertyGroup(JspPropertyGroup jsp)
Sets the jsp-property-group
|
Modifier and Type | Method and Description |
---|---|
JspPropertyGroup |
JspConfig.createJspPropertyGroup() |
JspPropertyGroup |
JspConfig.findJspPropertyGroup(java.lang.String url)
Returns the first matching property group.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<JspPropertyGroup> |
JspConfig.findJspPropertyGroupList(java.lang.String url)
Returns the first matching property group.
|
java.util.ArrayList<JspPropertyGroup> |
JspConfig.getJspPropertyGroupList()
Returns the JspPropertyGroup list from the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
JspConfig.addJspPropertyGroup(JspPropertyGroup propertyGroup)
Adds a new JspPropertyGroup to the configuration.
|
Modifier and Type | Method and Description |
---|---|
JspPropertyGroup |
ResinConfig.createJsp()
Configures JSP (backwards compatibility).
|
Modifier and Type | Method and Description |
---|---|
JspPropertyGroup |
WebApp.createJsp()
jsp configuration
|
JspPropertyGroup |
WebApp.getJsp()
Returns the JSP configuration.
|