|
|||||||||
| Home >> All >> org >> [ websody overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.websody
Class PlugInfo

java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.websody.PlugInfo
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class PlugInfo
- extends java.util.HashMap
| Nested Class Summary |
| Nested classes inherited from class java.util.HashMap |
|
| Nested classes inherited from class java.util.AbstractMap |
|
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Field Summary | |
private int |
id
|
| Fields inherited from class java.util.HashMap |
|
| Fields inherited from class java.util.AbstractMap |
|
| Constructor Summary | |
(package private) |
PlugInfo(int id)
|
| Method Summary | |
int |
getId()
|
boolean |
isTopLevelPlug()
|
void |
print(javax.servlet.jsp.JspWriter out)
|
private void |
printMap(java.util.Map map,
javax.servlet.jsp.JspWriter out)
|
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
| Field Detail |
id
private int id
| Constructor Detail |
PlugInfo
PlugInfo(int id)
| Method Detail |
getId
public int getId()
isTopLevelPlug
public boolean isTopLevelPlug()
public void print(javax.servlet.jsp.JspWriter out) throws java.io.IOException
printMap
private void printMap(java.util.Map map, javax.servlet.jsp.JspWriter out) throws java.io.IOException
|
|||||||||
| Home >> All >> org >> [ websody overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC