|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.json.parse.JsonParserFactory
public class JsonParserFactory
An accessor for the current JsonParser.
The nested JsonParserFactory.JsonParserBuilder will only be of use to system implementors.
| Nested Class Summary | |
|---|---|
static interface |
JsonParserFactory.JsonParserBuilder
Hack to get around Generics not being implemented by erasure |
| Constructor Summary | |
|---|---|
JsonParserFactory()
|
|
| Method Summary | |
|---|---|
static JsonParser |
attach(Container container)
Internal method to allow us to get the Builder from which we will get JsonParser objects. |
static JsonParser |
get()
Accessor for the current JsonParser. |
static JsonParser |
get(ServerContext ctx)
Accessor for the current JsonParser in more complex setups. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonParserFactory()
| Method Detail |
|---|
public static JsonParser get()
public static JsonParser get(ServerContext ctx)
get() method.
ctx - The servlet context to allow us to bootstrap
public static JsonParser attach(Container container)
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||