15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
namespace com.arsdigita.portal {
|
|
|
|
class AgentPortlet
|
|
class Portal
|
|
class Portlet
|
|
class PortletType
|
|
|
|
Portlet <|-- AgentPortlet
|
|
com.arsdigita.kernel.Resource <|-- Portal
|
|
com.arsdigita.kernel.Resource <|-- Portlet
|
|
com.arsdigita.kernel.ResourceType <|-- PortletType
|
|
|
|
Portal -- Portlet
|
|
PortletType -- com.arsdigita.web.ApplicationType
|
|
} |