Groovy Documentation

org.codehaus.groovy.grails.web.pages.ext.jsp
[Java] Class TagLibFactory

java.lang.Object
  org.codehaus.groovy.grails.web.pages.ext.jsp.TagLibFactory
All Implemented Interfaces:
InitializingBean, ServletContextAware

public class TagLibFactory

Method Summary
void afterPropertiesSet()

void setServletContext(ServletContext servletContext)

 
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()
 

Method Detail

afterPropertiesSet

public void afterPropertiesSet()


setServletContext

public void setServletContext(ServletContext servletContext)


 

Groovy Documentation