blade
Class Blade

java.lang.Object
  |
  +--blade.Blade

public class Blade
extends java.lang.Object

This class represents one Blade, a servlet URL that gets a small chunk of information. $Id: Blade.java,v 1.1 2003/01/20 05:59:46 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Blade

public Blade(java.lang.String n,
             java.lang.String u)
Store the name and the URL, based on the provided parameters.

Parameters:
n - the display name of the Blade
u - the String representation of the URL associated with this Blade.
Method Detail

getName

public java.lang.String getName()
Return the display name of this Blade.

Returns:
the display name of this Blade.

getExternalForm

public java.lang.String getExternalForm()
Return the external form of the URL associated with this Blade.

Returns:
the external form of the URL associated with this Blade.