|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.emframe.dev.Plugin
com.novell.emframe.dev.PropertyBookPage
com.novell.emframe.dev.DirPropertyBookPage
Base class used to create PropertyBookPage objects. Most PropertyBookPages will want to extend
DirPropertyBookPage instead of just PropertyBookPage to take advantage of eDirectory Access Service features.
DirPropertyBookPages extends the PropertyBookPage abstract class so developers only need to overwrite the
specific methods they require. See PropertyBookPage for more information on writing PropertyBookPages.
| Field Summary | |
protected boolean |
m_mooEnabled
Whether Multiple Object Operation (Moo) is enabled for this page. |
protected MOOManager |
m_mooManager
MOOManager to use for this page. |
protected NSObject |
m_nsobj
NSObject to use for this page. |
| Fields inherited from class com.novell.emframe.dev.PropertyBookPage |
m_chapter, m_displayName, m_handledAttributeNames, m_helpfile, m_id, m_IsDirty, m_isXML, m_JSPDataObject, m_pageDoc, m_parameters, m_propertyBook, m_template |
| Constructor Summary | |
DirPropertyBookPage()
|
|
| Method Summary | |
protected boolean |
doesSupportMoo()
Returns the default implemenation read value from page xml descriptor. |
DirPropertyBook |
getDirPropertyBook()
Returns the parent DirPropertyBook object. |
void |
init(PluginContext context,
org.jdom.Document doc)
Initializes the member variables with data from an XML configuration document. |
void |
save(TaskContext context,
java.util.Properties resultStrings)
Deprecated. Use cache(PropertyPageContext context) instead |
void |
show(TaskContext context,
java.util.Properties resultStrings)
Deprecated. Use show(PropertyPageContext context) instead |
| Methods inherited from class com.novell.emframe.dev.PropertyBookPage |
apply, cache, canCommit, canCommit, commit, getChapter, getHandledAttributeNames, getHelpFilename, getId, getName, getTemplate, release, setChapter, shouldRun, show |
| Methods inherited from class com.novell.emframe.dev.Plugin |
isPluginAvailable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected boolean m_mooEnabled
protected MOOManager m_mooManager
protected NSObject m_nsobj
| Constructor Detail |
public DirPropertyBookPage()
| Method Detail |
protected boolean doesSupportMoo()
public DirPropertyBook getDirPropertyBook()
public void init(PluginContext context,
org.jdom.Document doc)
init in class PropertyBookPagecontext - PluginContext of the plug-indoc - XML Document registering this pagepublic void save(TaskContext context,
java.util.Properties resultStrings)
throws PageException
save in class PropertyBookPagecontext - TaskContext of the plug-inresultStrings - Properties object to be added to the request
PageExceptionPropertyBookPage.cache(com.novell.emframe.dev.PropertyPageContext)public void show(TaskContext context,
java.util.Properties resultStrings)
throws PageException
show in class PropertyBookPagecontext - TaskContext of the plug-inresultStrings - Properties object to be added to the request
PageExceptionshow(com.novell.emframe.dev.TaskContext, java.util.Properties)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||