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

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

public class JspExpressionFactoryFactory
extends java.lang.Object
implements ExpressionFactoryFactory, TilesApplicationContextAware

Uses the JSP 2.1 ExpressionFactory to be used in Tiles.

Since:
2.1.0
Version:
$Rev: 674916 $ $Date: 2008-07-08 21:06:05 +0200 (mar, 08 lug 2008) $

Field Summary
protected  javax.servlet.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 javax.servlet.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.