org.apache.tiles.jsp.evaluator.el
Class JspExpressionFactoryFactory

Package class diagram package JspExpressionFactoryFactory
java.lang.Object
  extended by org.apache.tiles.jsp.evaluator.el.JspExpressionFactoryFactory
All Implemented Interfaces:
TilesApplicationContextAware, ExpressionFactoryFactory

public class JspExpressionFactoryFactory
extends Object
implements ExpressionFactoryFactory, TilesApplicationContextAware

Uses the JSP 2.1 ExpressionFactory to be used in Tiles.

Since:
2.1.0
Version:
$Rev: 749983 $ $Date: 2009-03-04 13:41:31 +0100 (mer, 04 mar 2009) $

Field Summary
protected  ServletContext servletContext
          The servlet context.
 
Constructor Summary
JspExpressionFactoryFactory()
           
 
Method Summary
 javax.el.ExpressionFactory getExpressionFactory()
          
 void setApplicationContext(TilesApplicationContext applicationContext)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servletContext

protected ServletContext servletContext
The servlet context.

Since:
2.1.0
Constructor Detail

JspExpressionFactoryFactory

public JspExpressionFactoryFactory()
Method Detail

setApplicationContext

public void setApplicationContext(TilesApplicationContext applicationContext)

Specified by:
setApplicationContext in interface TilesApplicationContextAware

getExpressionFactory

public javax.el.ExpressionFactory getExpressionFactory()

Specified by:
getExpressionFactory in interface ExpressionFactoryFactory


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.