|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.security.internal.realm.lib.XML
public class XML
Useful class. Make xml representation for some objects used for the security
| Method Summary | |
|---|---|
static void |
appendVectorToBuffer(java.lang.String name,
java.lang.StringBuffer buffer,
java.util.Vector vector)
Append to the given buffer the hashtable elements with comma separated list |
static void |
xmlHashtable(java.lang.StringBuffer buffer,
java.util.Hashtable hashtable)
Append to the given buffer the hashtable elements. |
static void |
xmlHashtable(java.lang.StringBuffer buffer,
java.util.Hashtable hashtable,
java.lang.String indent)
Append to the given buffer the hashtable elements. |
static void |
xmlVector(java.lang.StringBuffer buffer,
java.util.Vector vector)
Append to the given buffer the hashtable elements. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void appendVectorToBuffer(java.lang.String name,
java.lang.StringBuffer buffer,
java.util.Vector vector)
name - name of the elementbuffer - the buffer on which append the Hashtablevector - the vector where are the elements
public static void xmlVector(java.lang.StringBuffer buffer,
java.util.Vector vector)
buffer - the buffer on which append the Hashtablevector - the vector where are the elements
public static void xmlHashtable(java.lang.StringBuffer buffer,
java.util.Hashtable hashtable)
buffer - the buffer on which append the Hashtablehashtable - the hashtable where are the elements
public static void xmlHashtable(java.lang.StringBuffer buffer,
java.util.Hashtable hashtable,
java.lang.String indent)
buffer - the buffer on which append the Hashtablehashtable - the hashtable where are the elementsindent - the indent to put before the lines
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||