java.lang.Objectorg.objectweb.telosys.util.web.GenericURI
org.objectweb.telosys.util.web.ScreenURI
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 |
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)
sScreenName
- : the ScreenMap namesScreenType
- : 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 nonepublic ScreenURI(java.lang.String sScreenName, java.lang.String sScreenType, java.lang.String sContextId, java.lang.String sContextName, java.lang.String sContextAction)
sScreenName
- : the ScreenMap namesScreenType
- : 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 )public ScreenURI(java.lang.String sScreenName, java.lang.String sScreenType, java.lang.String sContextId, java.lang.String sContextName)
sScreenName
- : the ScreenMap namesScreenType
- : 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 )public ScreenURI(java.lang.String sScreenName, java.lang.String sScreenType, java.lang.String sContextId)
sScreenName
- : the ScreenMap namesScreenType
- : the ScreenMap type ( "html" or "xul", null = default type )sContextId
- : the Id of the ScreenContext associated with the ScreenMap ( null = default id )public ScreenURI(java.lang.String sScreenName)
sScreenName
- : the ScreenMap name