|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jclientpages.page.ClientPageFactory
public class ClientPageFactory
This class is responsible of JClientPage compile and instantiation
| Constructor Summary | |
|---|---|
ClientPageFactory()
|
|
| Method Summary | |
|---|---|
static ClientPage |
getInstance(java.lang.String imports,
java.lang.String body)
create the new client page |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientPageFactory()
| Method Detail |
|---|
public static ClientPage getInstance(java.lang.String imports,
java.lang.String body)
throws java.lang.RuntimeException
imports - the imports declared in the pagebody - the JClientPage body
java.lang.RuntimeException - if something goes wrong :-P... in general if there are syntax errors in the page
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||