org.opensubsystems.core.www
Class TestWebModule2

java.lang.Object
  extended by org.opensubsystems.core.www.TestWebModule2
All Implemented Interfaces:
org.opensubsystems.core.www.WebModule

public class TestWebModule2
extends java.lang.Object
implements org.opensubsystems.core.www.WebModule

Test class representing portal web module 2.

Version:
$Id: TestWebModule2.java,v 1.4 2007/01/07 06:14:26 bastafidli Exp $
Author:
Julian Legeny
Code reviewer:
Miro Halas
Code reviewed:
1.2 2006/04/20 00:16:49 jlegeny

Field Summary
static java.lang.String TEST2_WEB_MODULE_NAME
          String unique name of the module.
static java.lang.String TEST2_WEB_MODULE_TABNAME
          String unique tab name of the module.
static java.lang.String TEST2_WEB_MODULE_TOOLTIP
          String tooltip for module.
 
Constructor Summary
TestWebModule2()
           
 
Method Summary
static org.opensubsystems.core.www.WebModule getInstance()
          Get the default instance of the security bundle.
 java.lang.String getName()
          
 java.lang.String getTabName()
          
 java.lang.String getTooltip()
          
 java.lang.String getURL()
          
 void setURL(java.lang.String strURL)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST2_WEB_MODULE_NAME

public static final java.lang.String TEST2_WEB_MODULE_NAME
String unique name of the module. This string will be used as identifier for the module within the html code.

See Also:
Constant Field Values

TEST2_WEB_MODULE_TABNAME

public static final java.lang.String TEST2_WEB_MODULE_TABNAME
String unique tab name of the module. This string will be displayed on the tab with modules.

See Also:
Constant Field Values

TEST2_WEB_MODULE_TOOLTIP

public static final java.lang.String TEST2_WEB_MODULE_TOOLTIP
String tooltip for module. This string will be displayed as tooltip on the GUI.

See Also:
Constant Field Values
Constructor Detail

TestWebModule2

public TestWebModule2()
Method Detail

getInstance

public static org.opensubsystems.core.www.WebModule getInstance()
Get the default instance of the security bundle.

Returns:
SecurityDefinitionBundle - default instance

getName

public java.lang.String getName()

Specified by:
getName in interface org.opensubsystems.core.www.WebModule

getTabName

public java.lang.String getTabName()

Specified by:
getTabName in interface org.opensubsystems.core.www.WebModule

getTooltip

public java.lang.String getTooltip()

Specified by:
getTooltip in interface org.opensubsystems.core.www.WebModule

getURL

public java.lang.String getURL()

Specified by:
getURL in interface org.opensubsystems.core.www.WebModule

setURL

public void setURL(java.lang.String strURL)

Specified by:
setURL in interface org.opensubsystems.core.www.WebModule


Copyright © 2003 - 2006 OpenSubsystems s.r.o.