|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.creamtec.ajaxswing.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 | |
---|---|
DocumentRenderer |
createDocumentRenderer(ClientAgent agent)
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 DocumentRenderer createDocumentRenderer(ClientAgent agent) throws java.lang.Exception
AjaxSwingException
- if browser is not supported
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |