|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.endpoint.EndpointUtil
public class EndpointUtil
Utility methods.
| Constructor Summary | |
|---|---|
EndpointUtil()
|
|
| Method Summary | |
|---|---|
static java.util.Set<java.lang.String> |
getDefaultGraphs(javax.servlet.http.HttpServletRequest req)
Extract all default graphs specified in the request. |
static java.util.Set<java.lang.String> |
getNamedGraphs(javax.servlet.http.HttpServletRequest req)
Extract all named graphs specified in the request. |
static java.util.Set<java.lang.String> |
getNamedGraphs(javax.servlet.http.HttpServletRequest req,
java.lang.String parameterName)
Extract all named graphs using the specified parameter. |
static java.lang.String |
tryParameter(javax.servlet.http.HttpServletRequest req,
java.lang.String... names)
Try to get a parameter with a variety of names From SquirrelRDF. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EndpointUtil()
| Method Detail |
|---|
public static java.util.Set<java.lang.String> getNamedGraphs(javax.servlet.http.HttpServletRequest req)
req -
public static java.util.Set<java.lang.String> getDefaultGraphs(javax.servlet.http.HttpServletRequest req)
req -
public static java.util.Set<java.lang.String> getNamedGraphs(javax.servlet.http.HttpServletRequest req,
java.lang.String parameterName)
req - parameterName -
public static java.lang.String tryParameter(javax.servlet.http.HttpServletRequest req,
java.lang.String... names)
req - names -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||