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