org.jboss.console.manager.interfaces.impl
Class HttpLinkTreeAction

java.lang.Object
  extended by org.jboss.console.manager.interfaces.impl.HttpLinkTreeAction
All Implemented Interfaces:
Serializable, TreeAction

public class HttpLinkTreeAction
extends Object
implements TreeAction

Version:
$Revision: 1.4.6.1 $

Revisions:

17. d?cembre 2002 Sacha Labourey:

Author:
Sacha Labourey.
See Also:
, Serialized Form

Field Summary
protected  String frame
           
protected  String target
           
 
Constructor Summary
HttpLinkTreeAction()
           
HttpLinkTreeAction(String target)
           
HttpLinkTreeAction(String target, String frame)
           
 
Method Summary
 String getFrame()
           
 String getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected String target

frame

protected String frame
Constructor Detail

HttpLinkTreeAction

public HttpLinkTreeAction()

HttpLinkTreeAction

public HttpLinkTreeAction(String target)

HttpLinkTreeAction

public HttpLinkTreeAction(String target,
                          String frame)
Method Detail

getTarget

public String getTarget()

getFrame

public String getFrame()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.