public static class ComponentRepository.TLDInfo
extends java.lang.Object
| Constructor and Description |
|---|
TLDInfo(java.lang.String prefix,
java.lang.String tldFileName,
java.lang.String packageName,
java.lang.String uri) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPackageName() |
java.lang.String |
getPrefix() |
java.lang.String |
getTldFileName() |
java.lang.String |
getUri() |
public TLDInfo(java.lang.String prefix,
java.lang.String tldFileName,
java.lang.String packageName,
java.lang.String uri)
tldFileName - File name of the tag library file name. The library is either searched
in the META-INF directory via class loader, or via web resource access
into WEB-INF. Example: "eclnt.tld".packageName - Package in which the component implementations are located.
Example: "org.eclnt.jsfserver.elements.impl"Copyright © CaptainCasa Gmbh. All Rights Reserved.