org.apache.jasper.compiler
Class TldLocation
java.lang.Object
org.apache.jasper.compiler.TldLocation
public class TldLocation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TldLocation
public TldLocation(java.lang.String entryName)
TldLocation
public TldLocation(java.lang.String entryName,
java.lang.String resourceUrl)
TldLocation
public TldLocation(java.lang.String entryName,
JarResource jarResource)
getName
public java.lang.String getName()
- Returns:
- The name of the tag library.
getJarResource
public JarResource getJarResource()
- Returns:
- The jar resource the tag library is contained in.
Might return null if the tag library is not contained in jar resource.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.