|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.format.template.Template
public abstract class Template
Field Summary | |
---|---|
protected Context |
local
|
Logger |
log
|
Constructor Summary | |
---|---|
Template(Context local)
|
Method Summary | |
---|---|
Context |
getLocalContext()
|
java.lang.String |
render(Context ctx)
|
void |
render(Context ctx,
java.io.Writer writer)
This may be subclassed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Logger log
protected final Context local
Constructor Detail |
---|
public Template(Context local)
Method Detail |
---|
public final java.lang.String render(Context ctx)
public final Context getLocalContext()
public void render(Context ctx, java.io.Writer writer)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |