|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcreamtec.webcream.rendering.DocumentRendererFactory
public class DocumentRendererFactory
Abastract Factory design pattern for instantiation of DocumentRenderers Currently only HTML PositionedPageRenderer and StructuredPageRenderer are supported
| Constructor Summary | |
|---|---|
DocumentRendererFactory()
|
|
| Method Summary | |
|---|---|
HTMLPageRenderer |
getHTMLPageRenderer(AgentInitData initData)
Locates the document renderer that supports the given browser |
static DocumentRendererFactory |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentRendererFactory()
| Method Detail |
|---|
public static DocumentRendererFactory getInstance()
public HTMLPageRenderer getHTMLPageRenderer(AgentInitData initData)
throws java.lang.Exception
WebCreamException - if browser is not supported
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||