|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.karora.cooee.webcontainer.command.BrowserOpenWindowCommand
public class BrowserOpenWindowCommand
A Web Application Container-specific Command to
open a new browser window displaying a specific URI.
This action may not be performed on a client if the client has
pop-up blocking enabled.
| Constructor Summary | |
|---|---|
BrowserOpenWindowCommand(java.lang.String uri,
java.lang.String name,
java.lang.String features)
Creates a new BrowserOpenWindowCommand. |
|
BrowserOpenWindowCommand(java.lang.String uri,
java.lang.String name,
java.lang.String features,
boolean replace)
Creates a new BrowserOpenWindowCommand. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFeatures()
Returns the 'features' string which will be used to configure the new browser window. |
java.lang.String |
getName()
Returns the window name. |
java.lang.String |
getUri()
Returns the target URI. |
boolean |
isReplace()
Determines if the new URI should replace the old one in the history. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowserOpenWindowCommand(java.lang.String uri,
java.lang.String name,
java.lang.String features)
BrowserOpenWindowCommand.
uri - the target URIname - the window name (may be null)features - the 'features' string which will be used to configure the
new browser window (may be null)
public BrowserOpenWindowCommand(java.lang.String uri,
java.lang.String name,
java.lang.String features,
boolean replace)
BrowserOpenWindowCommand.
uri - the target URIname - the window name (may be null)features - the 'features' string which will be used to configure the
new browser window (may be null)replace - a flag indicating whether the new URI should replace the
previous URI in the window's history. This flag is only relevant
when using this command to replace a browser window.| Method Detail |
|---|
public java.lang.String getFeatures()
public java.lang.String getName()
public java.lang.String getUri()
public boolean isReplace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||