|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface URLGenerator
This interface provides methods to query the consumer's urls. These methods could be used to implement consumer url rewriting.
| Method Summary | |
|---|---|
java.lang.String |
getBlockingActionURL(java.util.Map params)
Creates a URL pointing to the consumer,triggering a performBlockingInteraction call. |
java.lang.String |
getNamespacedToken(java.lang.String token)
Creates a 'url' that the consumer can use to namespace tokens. |
java.lang.String |
getRenderURL(java.util.Map params)
Creates a URL pointing to the consumer,triggering a getMarkup call. |
java.lang.String |
getResourceURL(java.util.Map params)
Creates a URL pointing to the consumer,triggering the consumer to fetch a certain resource |
| Method Detail |
|---|
java.lang.String getBlockingActionURL(java.util.Map params)
params - A map with all parameters which should be appended
to the URL.
java.lang.String getRenderURL(java.util.Map params)
params - A map with all parameters which should be appended
to the URL.
java.lang.String getResourceURL(java.util.Map params)
params - A map with all parameters which should be appended
to the URL.
java.lang.String getNamespacedToken(java.lang.String token)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||