|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.el.JspExpressionFactoryFactory
public class JspExpressionFactoryFactory
Uses the JSP 2.1 ExpressionFactory
to be used in Tiles.
Field Summary | |
---|---|
protected ServletContext |
servletContext
The servlet context. |
Constructor Summary | |
---|---|
JspExpressionFactoryFactory()
|
Method Summary | |
---|---|
ExpressionFactory |
getExpressionFactory()
Returns the expression factory to use. |
void |
setApplicationContext(TilesApplicationContext applicationContext)
Sets the Tiles application context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ServletContext servletContext
Constructor Detail |
---|
public JspExpressionFactoryFactory()
Method Detail |
---|
public void setApplicationContext(TilesApplicationContext applicationContext)
setApplicationContext
in interface TilesApplicationContextAware
applicationContext
- The Tiles application context.public ExpressionFactory getExpressionFactory()
getExpressionFactory
in interface ExpressionFactoryFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |