|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrendsite.renderer.Renderer
rendsite.renderer.Renderer_Default
public class Renderer_Default
Base renderer.
10NOV09 - EPG - First package release.
| Field Summary |
|---|
| Fields inherited from class rendsite.renderer.Renderer |
|---|
logger, pcontext, rcontext |
| Constructor Summary | |
|---|---|
Renderer_Default(RenderingContext rcontext,
PropertiesGeneralContext pcontext)
Construct a renderer. |
|
| Method Summary | |
|---|---|
void |
check(Node_File source)
Check a file. |
void |
render(Node_Directory source)
Render a directory context. |
void |
render(Node_File source)
Render a file. |
void |
renderFrame(Node_Directory source)
Render the frame itself. |
| Methods inherited from class rendsite.renderer.Renderer |
|---|
blankIfNull |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Renderer_Default(RenderingContext rcontext,
PropertiesGeneralContext pcontext)
throws things.common.ThingsException
rcontext - The rendering context. A renderer cannot change context.pcontext - general properties context.
ThingsException. - This will usually happen only if you give it a bad context.
things.common.ThingsException| Method Detail |
|---|
public void render(Node_File source)
throws things.common.ThingsException
render in class Renderersource -
things.common.ThingsException
public void check(Node_File source)
throws things.common.ThingsException
IMPORTANT! IMPORTANT! Neighbors are determined during rendering, not spidering. If the neighbor is not opened for write, but an old version exists, it will be treated as a dead file and removed during cleanup. You can make
check in class Renderersource - The file to render.
things.common.ThingsException
public void render(Node_Directory source)
throws things.common.ThingsException
render in class Renderersource - the source directory
things.common.ThingsException
public void renderFrame(Node_Directory source)
throws things.common.ThingsException
renderFrame in class Renderersource - the source directory
things.common.ThingsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||