FileDocCategorySizeDatePackage
HttpLinkTreeAction.javaAPI DocJBoss 4.2.12769Fri Jul 13 21:02:16 BST 2007org.jboss.console.manager.interfaces.impl

HttpLinkTreeAction

public class HttpLinkTreeAction extends Object implements org.jboss.console.manager.interfaces.TreeAction
see
author
Sacha Labourey.
version
$Revision: 57191 $

Revisions:

17. décembre 2002 Sacha Labourey:

  • First implementation

Fields Summary
protected String
target
protected String
frame
Constructors Summary
public HttpLinkTreeAction()

   
   // Static --------------------------------------------------------
   
   // Constructors --------------------------------------------------
   
      
public HttpLinkTreeAction(String target)

      this.target = target;
   
public HttpLinkTreeAction(String target, String frame)

      this.target = target;
      this.frame = frame;
   
Methods Summary
public java.lang.StringgetFrame()

      return this.frame;
   
public java.lang.StringgetTarget()

      return this.target;