|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cc.framework.taglib.util.JspDirective
Defines JSP directive types used in the common controls framework
| Field Summary | |
private static JspDirective[] |
ALL
Collection of all JspDirective objects |
static JspDirective |
ENDOFPAGE
JSP directive: ENDOFPAGE |
static JspDirective |
INCLUDES
JSP directive: INCLUDES |
static JspDirective |
NONE
JSP directive: NONE |
private static long |
serialVersionUID
Serial Version UID |
private java.lang.String |
type
The internal type |
| Constructor Summary | |
private |
JspDirective(java.lang.String type)
Constructor for JspDirective |
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this type to the specified object. |
int |
hashCode()
|
static JspDirective |
parse(java.lang.String code)
Creates for the argument an Object of type JspDirective |
java.lang.String |
toString()
Returns the type |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
private static final long serialVersionUID
public static final JspDirective NONE
public static final JspDirective INCLUDES
public static final JspDirective ENDOFPAGE
private java.lang.String type
private static final JspDirective[] ALL
| Constructor Detail |
private JspDirective(java.lang.String type)
type - The type| Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
obj - The object to compare this JspDirective
object against.
true if the internal types are equal;
false otherwise.public int hashCode()
Object.hashCode()public static JspDirective parse(java.lang.String code)
code - String to parse
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||