Class UriService


  • @Named
    public class UriService
    extends java.lang.Object
    Author:
    Yuriy Z
    • Constructor Summary

      Constructors 
      Constructor Description
      UriService()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canCall​(java.lang.String uri)  
      org.json.JSONObject loadJson​(java.lang.String uri)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UriService

        public UriService()
    • Method Detail

      • canCall

        public boolean canCall​(java.lang.String uri)
      • loadJson

        public org.json.JSONObject loadJson​(java.lang.String uri)