org.apache.jasper.compiler
类 JspPropertyGroup

java.lang.Object
  继承者 org.apache.jasper.compiler.JspPropertyGroup

public class JspPropertyGroup
extends Object


构造方法摘要
JspPropertyGroup(String path, String extension, JspProperty jspProperty)
           
 
方法摘要
 String getExtension()
           
 JspProperty getJspProperty()
           
 String getPath()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JspPropertyGroup

public JspPropertyGroup(String path,
                        String extension,
                        JspProperty jspProperty)
方法详细信息

getPath

public String getPath()

getExtension

public String getExtension()

getJspProperty

public JspProperty getJspProperty()


Copyright © 2013. All Rights Reserved.