Interface IPlatformWebResource


public interface IPlatformWebResource
Simple interface representing a Web Resource Created by nbaker on 9/8/16.
  • Method Summary

    Modifier and Type
    Method
    Description
    Context associated with this resource.
    Location relative to the root of the server.
  • Method Details

    • getContext

      String getContext()
      Context associated with this resource.
      Returns:
      context
    • getLocation

      String getLocation()
      Location relative to the root of the server.
      Returns:
      location of the resource