org.apache.tiles.el
Class JspExpressionFactoryFactory

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

public class JspExpressionFactoryFactory
extends Object
implements ExpressionFactoryFactory, org.apache.tiles.request.ApplicationContextAware

Uses the JSP 2.1 ExpressionFactory to be used in Tiles.

Since:
2.2.1
Version:
$Rev: 1229087 $ $Date: 2012-01-09 05:35:14 -0500 (Mon, 09 Jan 2012) $

Field Summary
protected  ServletContext servletContext
          The servlet context.
 
Constructor Summary
JspExpressionFactoryFactory()
           
 
Method Summary
 ExpressionFactory getExpressionFactory()
          Returns the expression factory to use.
 void setApplicationContext(org.apache.tiles.request.ApplicationContext 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.2.1
Constructor Detail

JspExpressionFactoryFactory

public JspExpressionFactoryFactory()
Method Detail

setApplicationContext

public void setApplicationContext(org.apache.tiles.request.ApplicationContext applicationContext)

Specified by:
setApplicationContext in interface org.apache.tiles.request.ApplicationContextAware

getExpressionFactory

public ExpressionFactory getExpressionFactory()
Returns the expression factory to use.

Specified by:
getExpressionFactory in interface ExpressionFactoryFactory
Returns:
The expression factory.


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