|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JspPropertyGroup | |
---|---|
com.caucho.jsp | |
com.caucho.jsp.cfg | |
com.caucho.server.resin | |
com.caucho.server.webapp |
Uses of JspPropertyGroup in com.caucho.jsp |
---|
Methods in com.caucho.jsp that return JspPropertyGroup | |
---|---|
JspPropertyGroup |
JspCompiler.createJsp()
Sets the JspPropertyGroup |
JspPropertyGroup |
JspBuilder.getJspPropertyGroup()
Gets the jsp-property-group |
JspPropertyGroup |
JspCompiler.getJspPropertyGroup()
Sets the JspPropertyGroup |
JspPropertyGroup |
JspCompilerInstance.getJspPropertyGroup()
Returns the jsp configuration. |
JspPropertyGroup |
ParseState.getJspPropertyGroup()
Gets the JSP property group. |
Methods in com.caucho.jsp with parameters of type JspPropertyGroup | |
---|---|
void |
JspBuilder.setJspPropertyGroup(JspPropertyGroup jsp)
Sets the jsp-property-group |
void |
ParseState.setJspPropertyGroup(JspPropertyGroup group)
Sets the JSP property group. |
Uses of JspPropertyGroup in com.caucho.jsp.cfg |
---|
Methods in com.caucho.jsp.cfg that return JspPropertyGroup | |
---|---|
JspPropertyGroup |
JspConfig.createJspPropertyGroup()
|
JspPropertyGroup |
JspConfig.findJspPropertyGroup(java.lang.String url)
Returns the first matching property group. |
Methods in com.caucho.jsp.cfg that return types with arguments of type JspPropertyGroup | |
---|---|
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. |
Methods in com.caucho.jsp.cfg with parameters of type JspPropertyGroup | |
---|---|
void |
JspConfig.addJspPropertyGroup(JspPropertyGroup propertyGroup)
Adds a new JspPropertyGroup to the configuration. |
Uses of JspPropertyGroup in com.caucho.server.resin |
---|
Methods in com.caucho.server.resin that return JspPropertyGroup | |
---|---|
JspPropertyGroup |
ResinConfig.createJsp()
Configures JSP (backwards compatibility). |
Uses of JspPropertyGroup in com.caucho.server.webapp |
---|
Methods in com.caucho.server.webapp that return JspPropertyGroup | |
---|---|
JspPropertyGroup |
WebApp.createJsp()
jsp configuration |
JspPropertyGroup |
WebApp.getJsp()
Returns the JSP configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |