类 org.apache.jasper.compiler.TagLibraryInfoImpl
的使用

使用 TagLibraryInfoImpl 的软件包
org.apache.jasper   
org.apache.jasper.compiler   
 

org.apache.jasperTagLibraryInfoImpl 的使用
 

返回变量类型为 TagLibraryInfoImpl 的类型的 org.apache.jasper 中的方法
 ConcurrentHashMap<String,TagLibraryInfoImpl> JspCompilationContext.getTaglibs()
          Gets the context-wide tag library cache.
 

参数类型为 TagLibraryInfoImplorg.apache.jasper 中的方法
 void JspCompilationContext.addTaglib(String uri, TagLibraryInfoImpl taglib)
          Adds the given tag library with the given URI to the context-wide tag library cache.
 

org.apache.jasper.compilerTagLibraryInfoImpl 的使用
 

参数类型为 TagLibraryInfoImplorg.apache.jasper.compiler 中的构造方法
TagLibraryInfoImpl(String prefix, String uri, TagLibraryInfoImpl delegate, PageInfo pageInfo)
          Constructor which populates a TagLibraryInfoImpl from a given TagLibraryInfoImpl, and associates the new TagLibraryInfoImpl with the given translation unit (pageInfo).
 



Copyright © 2013. All Rights Reserved.