|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wsrp2.consumer.impl.URLGeneratorImpl
public class URLGeneratorImpl
| Constructor Summary | |
|---|---|
URLGeneratorImpl()
|
|
| Method Summary | |
|---|---|
protected String |
encode(String s,
boolean escapeXML)
|
protected String |
encodeChars(String s)
|
String |
getBlockingActionURL(String baseURL,
Map<String,String> params)
Creates a URL pointing to the consumer,triggering a performBlockingInteraction call. |
String |
getExtensionURL(String baseURL,
Map<String,String> params)
|
String |
getNamespacedToken(String token)
Creates a 'url' that the consumer can use to namespace tokens. |
String |
getRenderURL(String baseURL,
Map<String,String> params)
Creates a URL pointing to the consumer,triggering a getMarkup call. |
String |
getResourceURL(String baseURL,
Map<String,String> params)
Creates a URL pointing to the consumer,triggering the consumer to fetch a certain resource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLGeneratorImpl()
| Method Detail |
|---|
public String getBlockingActionURL(String baseURL,
Map<String,String> params)
URLGenerator
getBlockingActionURL in interface URLGenerator
public String getRenderURL(String baseURL,
Map<String,String> params)
URLGenerator
getRenderURL in interface URLGenerator
public String getResourceURL(String baseURL,
Map<String,String> params)
URLGenerator
getResourceURL in interface URLGenerator
public String getExtensionURL(String baseURL,
Map<String,String> params)
getExtensionURL in interface URLGeneratorpublic String getNamespacedToken(String token)
URLGenerator
getNamespacedToken in interface URLGenerator
protected String encode(String s,
boolean escapeXML)
protected String encodeChars(String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||