|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.jspengine.compiler.JspConfig
public class JspConfig
Handles the jsp-config element in WEB_INF/web.xml. This is used for specifying the JSP configuration information on a JSP page
| 构造方法摘要 | |
|---|---|
JspConfig(javax.servlet.ServletContext ctxt,
Options options)
|
|
| 方法摘要 | |
|---|---|
JspProperty |
findJspProperty(String uri)
Find a property that best matches the supplied resource. |
boolean |
isJspPage(String uri)
To find out if an uri matches an url pattern in jsp config. |
static void |
makeJspPropertyGroups(Vector jspProperties,
Vector urlPatterns,
String isXml,
String elIgnored,
String scriptingInvalid,
String trimSpaces,
String poundAllowed,
String pageEncoding,
Vector includePrelude,
Vector includeCoda)
Creates a JspPropertyGroup for each url pattern in the given urlPatterns, and adds it to the given
jspProperties. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public JspConfig(javax.servlet.ServletContext ctxt,
Options options)
throws JasperException
JasperException| 方法详细信息 |
|---|
public static void makeJspPropertyGroups(Vector jspProperties,
Vector urlPatterns,
String isXml,
String elIgnored,
String scriptingInvalid,
String trimSpaces,
String poundAllowed,
String pageEncoding,
Vector includePrelude,
Vector includeCoda)
urlPatterns, and adds it to the given
jspProperties.
This simplifies the matching logic.
public JspProperty findJspProperty(String uri)
throws JasperException
uri - the resource supplied.
JasperException
public boolean isJspPage(String uri)
throws JasperException
JasperException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||