public class FreeMarkerInlineRenderBootstrap extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware
Constructor and Description |
---|
FreeMarkerInlineRenderBootstrap() |
Modifier and Type | Method and Description |
---|---|
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) |
public FreeMarkerInlineRenderBootstrap()
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
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext
in interface org.springframework.web.context.ServletContextAware
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.