|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.web.pages.ext.jsp.TagLibraryResolver
class TagLibraryResolver extends java.lang.Object
Resolves all of the available tag libraries from web.xml and all available JAR files. Kudos to the Freemarker (http://freemarker.sourceforge.net/) library for providing the inspiration for this code.
Property Summary | |
---|---|
GrailsApplication |
grailsApplication
|
javax.servlet.ServletContext |
servletContext
|
Method Summary | |
---|---|
protected java.util.List
|
getJarsFromServletContext()
|
protected java.io.InputStream
|
getTldFromServletContext(java.lang.String loc)
|
protected org.springframework.core.io.Resource
|
getWebXmlFromServletContext()
|
protected java.lang.Object
|
resolveRootLoader()
Obtains a reference to the RootLoader instance |
JspTagLib
|
resolveTagLibrary(java.lang.String uri)
Resolves a JspTagLib instance for the given URI |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
GrailsApplication grailsApplication
javax.servlet.ServletContext servletContext
Method Detail |
---|
protected java.util.List getJarsFromServletContext()
protected java.io.InputStream getTldFromServletContext(java.lang.String loc)
protected org.springframework.core.io.Resource getWebXmlFromServletContext()
protected java.lang.Object resolveRootLoader()
JspTagLib resolveTagLibrary(java.lang.String uri)
Groovy Documentation