org.apache.cocoon.sitemap.expression
Class PrototypeLanguageInterpreterFactory

java.lang.Object
  extended by org.apache.cocoon.sitemap.expression.PrototypeLanguageInterpreterFactory
All Implemented Interfaces:
LanguageInterpreterFactory, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class PrototypeLanguageInterpreterFactory
extends Object
implements LanguageInterpreterFactory, org.springframework.context.ApplicationContextAware


Constructor Summary
PrototypeLanguageInterpreterFactory()
           
 
Method Summary
 LanguageInterpreter getLanguageInterpreter(String language)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrototypeLanguageInterpreterFactory

public PrototypeLanguageInterpreterFactory()
Method Detail

getLanguageInterpreter

public LanguageInterpreter getLanguageInterpreter(String language)
Specified by:
getLanguageInterpreter in interface LanguageInterpreterFactory

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.