org.juzu.request
Class ApplicationContext

java.lang.Object
  extended by org.juzu.request.ApplicationContext

public abstract class ApplicationContext
extends Object

Author:
Julien Viet

Constructor Summary
ApplicationContext()
           
 
Method Summary
abstract  ApplicationDescriptor getDescriptor()
           
abstract  Printer getPrinter()
           
abstract  void render(Template template, Printer printer, Map<String,?> attributes, Locale locale)
           
abstract  Object resolveBean(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContext

public ApplicationContext()
Method Detail

getDescriptor

public abstract ApplicationDescriptor getDescriptor()

resolveBean

public abstract Object resolveBean(String name)

getPrinter

public abstract Printer getPrinter()

render

public abstract void render(Template template,
                            Printer printer,
                            Map<String,?> attributes,
                            Locale locale)
                     throws IOException
Throws:
IOException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.