|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.pbemengine.engine.ng.base.webserver.TemplateResultAction
public class TemplateResultAction
Action result that renders the result of an action using FreeMarker templates
| Constructor Summary | |
|---|---|
TemplateResultAction(freemarker.template.Configuration config,
java.lang.String templateName,
java.lang.String mimeType)
|
|
| Method Summary | |
|---|---|
Content |
processResult(Action action)
Takes an action object and generate a Content object for it |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemplateResultAction(freemarker.template.Configuration config,
java.lang.String templateName,
java.lang.String mimeType)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public Content processResult(Action action)
ResultAction
processResult in interface ResultActionaction - The action that indicated this result should be invoked
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||