|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tiles.request.freemarker.FreemarkerRequestUtil
public final class FreemarkerRequestUtil
Utilities to work with Freemarker requests.
| Method Summary | |
|---|---|
static ApplicationContext |
getApplicationContext(freemarker.core.Environment env)
Returns the application context. |
static freemarker.ext.servlet.HttpRequestHashModel |
getRequestHashModel(freemarker.core.Environment env)
Returns the HTTP request hash model. |
static freemarker.ext.servlet.ServletContextHashModel |
getServletContextHashModel(freemarker.core.Environment env)
Returns the servlet context hash model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static freemarker.ext.servlet.HttpRequestHashModel getRequestHashModel(freemarker.core.Environment env)
env - The current FreeMarker environment.
public static freemarker.ext.servlet.ServletContextHashModel getServletContextHashModel(freemarker.core.Environment env)
env - The current FreeMarker environment.
public static ApplicationContext getApplicationContext(freemarker.core.Environment env)
ApplicationContext and using
ApplicationAccess.register(ApplicationContext).
env - The Freemarker environment.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||