org.hd.d.pg2k.webSvr.util
Class Breadcrumbs.Breadcrumb

java.lang.Object
  extended by org.hd.d.pg2k.webSvr.util.Breadcrumbs.Breadcrumb
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Breadcrumbs

public static final class Breadcrumbs.Breadcrumb
extends java.lang.Object
implements java.io.Serializable

One item in the breadcrumbs.

See Also:
Serialized Form

Field Summary
 java.lang.String link
          The URL (possibly relative); never zero-length but may be null.
 java.lang.String linkText
          The text of the link; never null nor zero-length.
private static long serialVersionUID
          Unique Serialisation class ID generated by http://random.hd.org/.
 
Constructor Summary
Breadcrumbs.Breadcrumb(java.lang.String text, java.lang.String url)
          Make a breadcrumb.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

linkText

public final java.lang.String linkText
The text of the link; never null nor zero-length.


link

public final java.lang.String link
The URL (possibly relative); never zero-length but may be null.


serialVersionUID

private static final long serialVersionUID
Unique Serialisation class ID generated by http://random.hd.org/.

See Also:
Constant Field Values
Constructor Detail

Breadcrumbs.Breadcrumb

public Breadcrumbs.Breadcrumb(java.lang.String text,
                              java.lang.String url)
Make a breadcrumb.

Parameters:
text - the text for the breadcrumb link; must not be null nor zero-length
url - the absolute or relative URL; can be null if not needed

DHD Multimedia Gallery V1.53.0

Copyright (c) 1996-2009, Damon Hart-Davis. All rights reserved.