Uses of Interface
org.apache.jetspeed.services.webpage.Site

Packages that use Site
org.apache.jetspeed.services.webpage   
 

Uses of Site in org.apache.jetspeed.services.webpage
 

Classes in org.apache.jetspeed.services.webpage that implement Site
 class SecuredSite
          Holds the relevant state about a secured site.
 

Methods in org.apache.jetspeed.services.webpage that return Site
 Site JetspeedWebPageService.getSite(java.lang.String sid)
          Given a Site id, maps to base URL for that site and returns the Site object
 Site JetspeedSiteSession.getSite()
          Gets the network element object associated with this session.
 

Constructors in org.apache.jetspeed.services.webpage with parameters of type Site
JetspeedSiteSession(Site site, java.lang.String proxyBase, java.lang.String userName)
          Create a session, which maintains sessions with one website.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.