org.objectweb.telosys.util.web
Class ScreenURI

java.lang.Object
  extended byorg.objectweb.telosys.util.web.GenericURI
      extended byorg.objectweb.telosys.util.web.ScreenURI

public class ScreenURI
extends GenericURI


Constructor Summary
ScreenURI(java.lang.String sScreenName)
          Contructs a ScreenMap URI definition
ScreenURI(java.lang.String sScreenName, java.lang.String sScreenType, java.lang.String sContextId)
          Contructs a ScreenMap URI definition
ScreenURI(java.lang.String sScreenName, java.lang.String sScreenType, java.lang.String sContextId, java.lang.String sContextName)
          Contructs a ScreenMap URI definition
ScreenURI(java.lang.String sScreenName, java.lang.String sScreenType, java.lang.String sContextId, java.lang.String sContextName, java.lang.String sContextAction)
          Contructs a ScreenMap URI definition
ScreenURI(java.lang.String sScreenName, java.lang.String sScreenType, java.lang.String sContextId, java.lang.String sContextName, java.lang.String sContextAction, java.lang.String sParams)
          Contructs a ScreenMap URI definition
 
Methods inherited from class org.objectweb.telosys.util.web.GenericURI
getContextURI, getContextURI, getContextURI, getFullURL, getFullURL, getFullURL, getResourcePath, setResourcePath, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScreenURI

public ScreenURI(java.lang.String sScreenName,
                 java.lang.String sScreenType,
                 java.lang.String sContextId,
                 java.lang.String sContextName,
                 java.lang.String sContextAction,
                 java.lang.String sParams)
Contructs a ScreenMap URI definition

Parameters:
sScreenName - : the ScreenMap name
sScreenType - : the ScreenMap type ( "html" or "xul", null = default type )
sContextId - : the Id of the ScreenContext associated with the ScreenMap ( null = default id )
sContextName - : the name of the ScreenContext associated with the ScreenMap ( null = same as ScreenMap name )
sContextAction - : the action to apply on the ScreenContext ( "open", "use", "none" ) ( null = default action )
sParams - : the URL parameters to add ( i.e. "param1=aaa¶m2=bbb" ) or null if none

ScreenURI

public ScreenURI(java.lang.String sScreenName,
                 java.lang.String sScreenType,
                 java.lang.String sContextId,
                 java.lang.String sContextName,
                 java.lang.String sContextAction)
Contructs a ScreenMap URI definition

Parameters:
sScreenName - : the ScreenMap name
sScreenType - : the ScreenMap type ( "html" or "xul", null = default type )
sContextId - : the Id of the ScreenContext associated with the ScreenMap ( null = default id )
sContextName - : the name of the ScreenContext associated with the ScreenMap ( null = same as ScreenMap name )
sContextAction - : the action to apply on the ScreenContext ( "open", "use", "none" ) ( null = default action )

ScreenURI

public ScreenURI(java.lang.String sScreenName,
                 java.lang.String sScreenType,
                 java.lang.String sContextId,
                 java.lang.String sContextName)
Contructs a ScreenMap URI definition

Parameters:
sScreenName - : the ScreenMap name
sScreenType - : the ScreenMap type ( "html" or "xul", null = default type )
sContextId - : the Id of the ScreenContext associated with the ScreenMap ( null = default id )
sContextName - : the name of the ScreenContext associated with the ScreenMap ( null = same as ScreenMap name )

ScreenURI

public ScreenURI(java.lang.String sScreenName,
                 java.lang.String sScreenType,
                 java.lang.String sContextId)
Contructs a ScreenMap URI definition

Parameters:
sScreenName - : the ScreenMap name
sScreenType - : the ScreenMap type ( "html" or "xul", null = default type )
sContextId - : the Id of the ScreenContext associated with the ScreenMap ( null = default id )

ScreenURI

public ScreenURI(java.lang.String sScreenName)
Contructs a ScreenMap URI definition

Parameters:
sScreenName - : the ScreenMap name