|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjadex.runtime.NuggetsXMLContentCodec
public class NuggetsXMLContentCodec
The XML codec based on the nuggest framework.
Field Summary | |
---|---|
static String |
NUGGETS_XML
The language identifier. |
Constructor Summary | |
---|---|
NuggetsXMLContentCodec()
|
Method Summary | |
---|---|
Object |
decode(String val)
Decode data with the codec. |
String |
encode(Object val)
Encode data with the codec. |
boolean |
match(Properties props)
Test if the codec can be used with the provided meta information. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NUGGETS_XML
Constructor Detail |
---|
public NuggetsXMLContentCodec()
Method Detail |
---|
public boolean match(Properties props)
match
in interface IContentCodec
props
- The meta information.
public String encode(Object val)
encode
in interface IContentCodec
val
- The value.
public Object decode(String val)
decode
in interface IContentCodec
val
- The string value.
|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.