org.silverpeas.sharing.web
Class SharingEntity

java.lang.Object
  extended by org.silverpeas.sharing.web.SharingEntity
All Implemented Interfaces:
Exposable, Serializable

public class SharingEntity
extends Object
implements Exposable

See Also:
Serialized Form

Constructor Summary
SharingEntity(URI uri, URI webApplicationRootUri, Ticket ticket)
           
 
Method Summary
 URI getURI()
          Gets the URI at which this resource is published and can be accessed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharingEntity

public SharingEntity(URI uri,
                     URI webApplicationRootUri,
                     Ticket ticket)
Method Detail

getURI

public URI getURI()
Description copied from interface: Exposable
Gets the URI at which this resource is published and can be accessed.

Specified by:
getURI in interface Exposable
Returns:
the web resource URI.


Copyright © 2016 Silverpeas. All Rights Reserved.