站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 console API Documentation 英文版文档

HttpLinkTreeAction (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档


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

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

public class HttpLinkTreeAction
extends Object
implements TreeAction

Version:
$Revision: 1.1.2.2 $

Revisions:

17. d茅cembre 2002 Sacha Labourey:

  • First implementation
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.