|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--blade.Blade
This class represents one Blade, a servlet URL that gets a small chunk of information.
$Id: Blade.java,v 1.2 2003/01/21 03:37:17 finson Exp $
Constructor Summary | |
Blade(java.lang.String n,
java.lang.String u)
Store the name and the URL, based on the provided parameters. |
Method Summary | |
java.lang.String |
getExternalForm()
Return the external form of the URL associated with this Blade. |
java.lang.String |
getName()
Return the display name of this Blade. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Blade(java.lang.String n, java.lang.String u)
n
- the display name of the Bladeu
- the String representation of the URL associated
with this Blade.Method Detail |
public java.lang.String getName()
public java.lang.String getExternalForm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |