|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.uif.freemarker.FreeMarkerInlineRenderBootstrap
public class FreeMarkerInlineRenderBootstrap
Register inline template processing adaptors for high-traffic KRAD templates.
Constructor Summary | |
---|---|
FreeMarkerInlineRenderBootstrap()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
Register high-traffic KRAD template adaptors. |
static freemarker.template.Configuration |
getFreeMarkerConfig()
Get the FreeMarker configuration initialized for the current KRAD application. |
static freemarker.template.ObjectWrapper |
getObjectWrapper()
Get the object wrapper for use in the component rendering phase. |
static javax.servlet.ServletContext |
getServletContext()
Get the servlet context initialized for the current KRAD application. |
static freemarker.ext.servlet.ServletContextHashModel |
getServletContextHashModel()
Get the servlet context hash model for use in the component rendering phase. |
static freemarker.ext.jsp.TaglibFactory |
getTaglibFactory()
Get the tablib factory for use in the component rendering phase. |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
void |
setServletContext(javax.servlet.ServletContext servletContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FreeMarkerInlineRenderBootstrap()
Method Detail |
---|
public static freemarker.template.Configuration getFreeMarkerConfig()
public static javax.servlet.ServletContext getServletContext()
public static freemarker.ext.jsp.TaglibFactory getTaglibFactory()
public static freemarker.template.ObjectWrapper getObjectWrapper()
public static freemarker.ext.servlet.ServletContextHashModel getServletContextHashModel()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext
in interface org.springframework.web.context.ServletContextAware
ServletContextAware.setServletContext(javax.servlet.ServletContext)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
InitializingBean.afterPropertiesSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |