|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.request.velocity.render.ApplicationContextJeeConfig
public class ApplicationContextJeeConfig
Implements JeeConfig to use parameters set through
VelocityRenderer#setParameter(String, String)
.
Constructor Summary | |
---|---|
ApplicationContextJeeConfig(ApplicationContext applicationContext,
Map<String,String> params)
Constructor. |
Method Summary | |
---|---|
String |
findInitParameter(String key)
|
String |
getInitParameter(String name)
|
Enumeration<String> |
getInitParameterNames()
|
String |
getName()
|
ServletContext |
getServletContext()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationContextJeeConfig(ApplicationContext applicationContext, Map<String,String> params)
applicationContext
- The application context.params
- Configuration parameters.Method Detail |
---|
public String getInitParameter(String name)
getInitParameter
in interface org.apache.velocity.tools.view.JeeConfig
public String findInitParameter(String key)
findInitParameter
in interface org.apache.velocity.tools.view.JeeConfig
public Enumeration<String> getInitParameterNames()
getInitParameterNames
in interface org.apache.velocity.tools.view.JeeConfig
public String getName()
getName
in interface org.apache.velocity.tools.view.JeeConfig
public ServletContext getServletContext()
getServletContext
in interface org.apache.velocity.tools.view.JeeConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |