com.wewebu.ow.server.plug.ownew
Class OwNewDocument

java.lang.Object
  extended by com.wewebu.ow.server.ui.OwEventTarget
      extended by com.wewebu.ow.server.ui.OwDocument
          extended by com.wewebu.ow.server.app.OwMasterDocument
              extended by com.wewebu.ow.server.plug.ownew.OwNewDocument
All Implemented Interfaces:
com.wewebu.ow.server.util.OwAttributeBag, com.wewebu.ow.server.util.OwAttributeBagWriteable

public class OwNewDocument
extends com.wewebu.ow.server.app.OwMasterDocument

The new-plugin document.
The extensions are loaded an initialized on their <Extension> configuration element.

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 static String CONFIG_NODE_CLASSNAME
           
protected static String CONFIG_NODE_EXTENSION
           
protected static String CONFIG_NODE_EXTENSIONS
           
 
Fields inherited from class com.wewebu.ow.server.ui.OwDocument
m_ViewList
 
Constructor Summary
OwNewDocument()
           
 
Method Summary
 Collection getExtensions()
           
protected  void init()
           
 
Methods inherited from class com.wewebu.ow.server.app.OwMasterDocument
dispatch, getConfigNode, getConfiguration, getMasterView, getPersistentAttributeBagWriteable, getPlugin, getPluginID, getSafeSetting, onDispatch, setPlugin, setSafeSetting
 
Methods inherited from class com.wewebu.ow.server.ui.OwDocument
attachView, attributecount, clear, detachView, getAttribute, getAttribute, getAttributeNames, getSafeAttribute, hasAttribute, remove, save, setAttribute, update
 
Methods inherited from class com.wewebu.ow.server.ui.OwEventTarget
attach, detach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getFormName, getFormTarget, getID, onExternalRequest, onFormEvent, onRequest, setExternalFormTarget, updateExternalFormTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_NODE_EXTENSIONS

protected static final String CONFIG_NODE_EXTENSIONS
See Also:
Constant Field Values

CONFIG_NODE_EXTENSION

protected static final String CONFIG_NODE_EXTENSION
See Also:
Constant Field Values

CONFIG_NODE_CLASSNAME

protected static final String CONFIG_NODE_CLASSNAME
See Also:
Constant Field Values
Constructor Detail

OwNewDocument

public OwNewDocument()
Method Detail

init

protected void init()
             throws Exception
Overrides:
init in class com.wewebu.ow.server.app.OwMasterDocument
Throws:
Exception

getExtensions

public Collection getExtensions()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.