public class URIInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
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.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)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.