|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.util.URIInfo
public class URIInfo
Represents an URI and how to use the URI.
| Field Summary | |
|---|---|
static int |
POPUP
Represents popup shall be used to show the content of the URI ( uri). |
static int |
SEND_REDIRECT
Represents send-redirect shall be used to access the URI ( uri). |
int |
type
How to use the URI. |
java.lang.String |
uri
The URI. |
| Constructor Summary | |
|---|---|
URIInfo(java.lang.String uri)
Contructor. |
|
URIInfo(java.lang.String uri,
int type)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SEND_REDIRECT
uri).
It implies the URI can be anything, such as HTML, JSP, and ZUL,
as long as it is a complete Web page.
type,
Constant Field Valuespublic static final int POPUP
uri).
It implies the content of the URI might be a fragment of HTML tags
(rather than ZUL).
type,
Constant Field Valuespublic final java.lang.String uri
public final int type
SEND_REDIRECT
or POPUP.
| Constructor Detail |
|---|
public URIInfo(java.lang.String uri,
int type)
uri - the URI. (Notice that URI is not encoded with servlet context yet)type - how to use the URI. It could be one of SEND_REDIRECT
or POPUP.public URIInfo(java.lang.String uri)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||