org.apache.isis.viewer.xhtml.applib
Class AbstractRestfulClient
java.lang.Object
org.apache.isis.viewer.xhtml.applib.AbstractRestfulClient
public abstract class AbstractRestfulClient
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRestfulClient
public AbstractRestfulClient(String hostUri)
getHostUri
public String getHostUri()
get
public org.jdom.Document get(String uri)
throws RestfulClientException
- Throws:
RestfulClientException
post
public org.jdom.Document post(String uri,
String... paramArgs)
combine
protected static String combine(String... pathParts)
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.