|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.registry.servlet.Utils
public class Utils
Constructor Summary | |
---|---|
Utils()
|
Method Summary | |
---|---|
static java.util.Map |
getParameters(java.lang.String queryString)
Extract the paramters from the query string. |
static SecureRegistry |
getSecureRegistry(javax.servlet.http.HttpServletRequest request)
Returns the registry associated with the current session. |
static void |
setSecureRegistry(javax.servlet.http.HttpServletRequest request,
SecureRegistry secureRegistry)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utils()
Method Detail |
---|
public static java.util.Map getParameters(java.lang.String queryString)
queryString
- query string of the URL
public static SecureRegistry getSecureRegistry(javax.servlet.http.HttpServletRequest request) throws RegistryException
request
- Servlet request
RegistryException
- : if something went wrongpublic static void setSecureRegistry(javax.servlet.http.HttpServletRequest request, SecureRegistry secureRegistry)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |