| org.netbeans.modules.visualweb.project.jsfloader.JsfJavaDataObject
JsfJavaDataObject | public class JsfJavaDataObject extends MultiDataObject implements JsfJavaDataObjectMarker,CookieSet.Factory(Code) | | Object that represents one JSF java data object.
author: Peter Zavadsky |
serialVersionUID | final static long serialVersionUID(Code) | | |
JsfJavaDataObject | public JsfJavaDataObject(FileObject pf, JsfJavaDataLoader loader) throws DataObjectExistsException(Code) | | |
addSaveCookie | void addSaveCookie(SaveCookie save)(Code) | | Hacking access to be able to add the save cookie, see the JsfJavaEditorSupport.
|
createCookie | public T createCookie(Class<T> klass)(Code) | | |
createNodeDelegate | protected Node createNodeDelegate()(Code) | | |
getCookie | public T getCookie(Class<T> clazz)(Code) | | Overrides behaviour to provide compound save cookie.
|
getHelpCtx | public HelpCtx getHelpCtx()(Code) | | |
getLookup | public Lookup getLookup()(Code) | | |
getPureCookie | T getPureCookie(Class<T> clazz)(Code) | | Gets the superclass cookie, without hacking save cookie.
|
handleCopy | protected DataObject handleCopy(DataFolder folder) throws IOException(Code) | | Handles copy. Handles also copy of corresponding jsf jsp file.
|
handleRename | protected FileObject handleRename(String name) throws IOException(Code) | | Capture the name the data object had, before doing the rename and update my editor title.
|
pureCopy | void pureCopy(DataFolder folder) throws IOException(Code) | | Copies only this object without touching the corresponding jsf jsp one.
Used when copying originated form corresponding file.
|
removeSaveCookie | protected void removeSaveCookie(SaveCookie save)(Code) | | Hacking access to be able to remove the save cookie, see the JsfJavaEditorSupport.
|
|
|