Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.websody
Class PlugInfo  view PlugInfo download PlugInfo.java

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.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()

print

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