© 2005 BEA Systems, Inc.

com.bea.p13n.content.admin
Class LinkBuilder.LinkInfo

java.lang.Object
  extended bycom.bea.p13n.content.admin.LinkBuilder.LinkInfo
All Implemented Interfaces:
Cloneable
Enclosing class:
LinkBuilder

public static class LinkBuilder.LinkInfo
extends Object
implements Cloneable

A data structure to store the link information.


Field Summary
 String imageHeight
          The preferred height of the image (null for none).
 String imageText
          The alternate text of the link image (null for none).
 String imageUrl
          The url of the link image (null for none).
 String imageWidth
          The preferred width of the image (null for none).
 String target
          The target of the link (null for none).
 String text
          The text of the link (should not be null).
 String url
          The url (should not be null).
 
Constructor Summary
LinkBuilder.LinkInfo()
           
 
Method Summary
 Object clone()
          Implement a public clone method.
 String toString()
          Get a string representation of this for debug purposes.
 void varSubstitute(VariableFinder vars)
          Do a replacement on this object using the specified variables.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

imageHeight

public String imageHeight
The preferred height of the image (null for none).


imageText

public String imageText
The alternate text of the link image (null for none).


imageUrl

public String imageUrl
The url of the link image (null for none).


imageWidth

public String imageWidth
The preferred width of the image (null for none).


target

public String target
The target of the link (null for none).


text

public String text
The text of the link (should not be null).


url

public String url
The url (should not be null).

Constructor Detail

LinkBuilder.LinkInfo

public LinkBuilder.LinkInfo()
Method Detail

clone

public Object clone()
Implement a public clone method.


toString

public String toString()
Get a string representation of this for debug purposes.


varSubstitute

public void varSubstitute(VariableFinder vars)
Do a replacement on this object using the specified variables.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved