|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
com.arsdigita.bebop.portal | User interface classes for displaying portals. |
com.arsdigita.kernel | Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. |
com.arsdigita.kernel.ui | Bebop widgets that display kernel objects. |
com.arsdigita.portal | Basic portal infrastructure. |
com.arsdigita.portal.apportlet | |
com.arsdigita.ui.admin | Basic user interface components for the administrative UI. |
com.arsdigita.ui.sitemap | User interface for dynamically updating URL to application mappings. |
com.arsdigita.web | Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. |
com.arsdigita.web.ui |
Uses of Resource in com.arsdigita.bebop.portal |
Methods in com.arsdigita.bebop.portal that return Resource | |
Resource |
PortletConfigFormSection.createResource(PageState state)
|
Uses of Resource in com.arsdigita.kernel |
Methods in com.arsdigita.kernel that return Resource | |
Resource |
KernelContext.getResource()
|
Resource |
ResourceCollection.getResource()
Get the current item as an Resource domain object. |
static Resource |
Resource.createResource(ResourceType resourceType,
String title,
Resource parent)
|
static Resource |
Resource.createResource(String resourceObjectType,
String title,
Resource parent)
|
static Resource |
Resource.retrieveResource(BigDecimal id)
|
static Resource |
Resource.retrieveResource(OID oid)
|
static Resource |
Resource.retrieveResource(DataObject dobj)
|
static Resource |
Resource.getContainingResource(ACSObject obj)
|
Resource |
Resource.getParentResource()
|
Methods in com.arsdigita.kernel with parameters of type Resource | |
protected void |
KernelExcursion.setResource(Resource app)
|
void |
ResourceTypeConfig.configureResource(Resource resource)
|
static Resource |
Resource.createResource(ResourceType resourceType,
String title,
Resource parent)
|
static Resource |
Resource.createResource(String resourceObjectType,
String title,
Resource parent)
|
void |
Resource.setParentResource(Resource resource)
|
Uses of Resource in com.arsdigita.kernel.ui |
Methods in com.arsdigita.kernel.ui that return Resource | |
Resource |
BasicResourceConfigFormSection.createResource(PageState ps)
|
Resource |
BasicResourceConfigFormSection.getParent(PageState ps)
|
Resource |
ResourceConfigComponent.createResource(PageState ps)
This method is only called on ResourceConfigFormSections that have been retrieved through the getCreateFormSection method on ResourceTypeConfig. |
Resource |
ResourceConfigFormSection.createResource(PageState ps)
This method is only called on ResourceConfigFormSections that have been retrieved through the getCreateFormSection method on ResourceTypeConfig. |
Uses of Resource in com.arsdigita.portal |
Subclasses of Resource in com.arsdigita.portal | |
class |
AgentPortlet
This Portlet class is used for creating portlets to be rendered in a sub portal. |
class |
Portal
A domain class for portals. |
class |
Portlet
A Portlet is a domain class that provides a window or channel into a content source ( such as a web application, content item, remote content site). |
Methods in com.arsdigita.portal with parameters of type Resource | |
static Portal |
Portal.create(String title,
Resource parent)
Create a new portal. |
static Portal |
Portal.create(String dataobj,
String title,
Resource parent)
|
static Portlet |
Portlet.createPortlet(PortletType portletType,
Resource parent)
|
static Portlet |
Portlet.createPortlet(String portletObjectType,
Resource parent)
|
static AgentPortlet |
AgentPortlet.createAgentPortlet(Portlet p,
Resource parent,
Portal portal)
|
Uses of Resource in com.arsdigita.portal.apportlet |
Subclasses of Resource in com.arsdigita.portal.apportlet | |
class |
AppPortlet
|
Uses of Resource in com.arsdigita.ui.admin |
Subclasses of Resource in com.arsdigita.ui.admin | |
class |
Admin
Site wide admin application. |
Uses of Resource in com.arsdigita.ui.sitemap |
Subclasses of Resource in com.arsdigita.ui.sitemap | |
class |
SiteMap
Sitemap administration application. |
Uses of Resource in com.arsdigita.web |
Subclasses of Resource in com.arsdigita.web | |
class |
Application
A base class for defining a web application. |
Uses of Resource in com.arsdigita.web.ui |
Methods in com.arsdigita.web.ui that return Resource | |
Resource |
ApplicationConfigFormSection.createResource(PageState state)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |