|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectURIContext
public class URIContext
A JavaBean that encapsulates the data needed to write out a string form of a MutableURI.
| Constructor Summary | |
|---|---|
URIContext()
Constructs a URIContext. |
|
| Method Summary | |
|---|---|
void |
setUseAmpEntity(boolean useAmpEntity)
Set the flag indicating that the query of the URI should be written with the "&" entity, rather than the '&' character, to separate parameters. |
boolean |
useAmpEntity()
Indicate that the query of the URI should be written using the "&" entity, rather than the '&' character, to separate parameters. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URIContext()
URIContext.
| Method Detail |
|---|
public boolean useAmpEntity()
public void setUseAmpEntity(boolean useAmpEntity)
useAmpEntity - defines whether or not to use the "&" entity
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||