org.apache.isis.viewer.restfulobjects.applib.homepage
Interface HomePageResource


public interface HomePageResource


Method Summary
 javax.ws.rs.core.Response homePage()
           
 javax.ws.rs.core.Response notAuthenticated()
          Not part of the RO spec; this resource always returns 401, and is intended to be redirected to if credentials cannot be obtained.
 

Method Detail

homePage

javax.ws.rs.core.Response homePage()

notAuthenticated

javax.ws.rs.core.Response notAuthenticated()
Not part of the RO spec; this resource always returns 401, and is intended to be redirected to if credentials cannot be obtained.



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.