|
||||||||||
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(Environment env)
Returns the application context. |
static HttpRequestHashModel |
getRequestHashModel(Environment env)
Returns the HTTP request hash model. |
static ServletContextHashModel |
getServletContextHashModel(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 HttpRequestHashModel getRequestHashModel(Environment env)
env
- The current FreeMarker environment.
public static ServletContextHashModel getServletContextHashModel(Environment env)
env
- The current FreeMarker environment.
public static ApplicationContext getApplicationContext(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 |