|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.juzu.request.ApplicationContext
public abstract class ApplicationContext
| 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 |
|---|
public ApplicationContext()
| Method Detail |
|---|
public abstract ApplicationDescriptor getDescriptor()
public abstract Object resolveBean(String name)
public abstract Printer getPrinter()
public abstract void render(Template template,
Printer printer,
Map<String,?> attributes,
Locale locale)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||