|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ui.OwPortletApplication
public class OwPortletApplication
Main Portlet Application Class, handles Portlet API and maps to document view.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Field Summary | |
---|---|
protected OwAppContext |
m_Context
Main Document Object |
protected Class |
m_DocClass
|
protected OwView |
m_View
Main View Object |
protected Class |
m_ViewClass
|
Constructor Summary | |
---|---|
OwPortletApplication()
Creates a new instance of OwPortletApplication |
Method Summary | |
---|---|
void |
setDocumentClass(Class docClass_p)
sets the document class |
void |
setViewClass(Class viewClass_p)
sets the view class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Class m_DocClass
protected Class m_ViewClass
protected OwView m_View
protected OwAppContext m_Context
Constructor Detail |
---|
public OwPortletApplication()
Method Detail |
---|
public void setDocumentClass(Class docClass_p)
docClass_p
- Class of the documentpublic void setViewClass(Class viewClass_p)
viewClass_p
- Class of the view
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |