| com.opensymphony.webwork.components.AbstractRichtexteditorConnector com.opensymphony.webwork.components.MockRichtexteditorConnector
MockRichtexteditorConnector | public class MockRichtexteditorConnector extends AbstractRichtexteditorConnector (Code) | | author: tm_jee version: $Date: 2006-02-17 16:21:02 +0100 (Fri, 17 Feb 2006) $ $Id: MockRichtexteditorConnector.java 2199 2006-02-17 15:21:02Z tmjee $ |
Method Summary | |
protected String | calculateServerPath(String serverPath, String folderPath, String type) | protected CreateFolderResult | createFolder(String virtualFolderPath, String type, String newFolderName) | protected FileUploadResult | fileUpload(String virtualFolderPath, String type, String filename, String contentType, java.io.File newFile) | protected Folder[] | getFolders(String virtualFolderPath, String type) | protected FoldersAndFiles | getFoldersAndFiles(String virtualFolderPath, String type) | public void | reset() | protected void | unknownCommand(String command, String virtualFolderPath, String type, String filename, String contentType, java.io.File newFile) |
_CreateFolderResult | public CreateFolderResult _CreateFolderResult(Code) | | |
_FileUploadResult | public FileUploadResult _FileUploadResult(Code) | | |
_Folder | public Folder[] _Folder(Code) | | |
_FoldersAndFiles | public FoldersAndFiles _FoldersAndFiles(Code) | | |
isCalculateServerPathCalled | public boolean isCalculateServerPathCalled(Code) | | |
isCreateFolderCalled | public boolean isCreateFolderCalled(Code) | | |
isFileUploadCalled | public boolean isFileUploadCalled(Code) | | |
isGetFoldersAndFilesCalled | public boolean isGetFoldersAndFilesCalled(Code) | | |
isGetFoldersCalled | public boolean isGetFoldersCalled(Code) | | |
isUnknownCommandCalled | public boolean isUnknownCommandCalled(Code) | | |
reset | public void reset()(Code) | | |
Methods inherited from com.opensymphony.webwork.components.AbstractRichtexteditorConnector | public String browse() throws Exception(Code)(Java Doc) abstract protected String calculateServerPath(String serverPath, String folderPath, String type) throws Exception(Code)(Java Doc) abstract protected CreateFolderResult createFolder(String virtualFolderPath, String type, String newFolderName) throws Exception(Code)(Java Doc) abstract protected FileUploadResult fileUpload(String virtualFolderPath, String type, String filename, String contentType, java.io.File newFile) throws Exception(Code)(Java Doc) public String getCommand()(Code)(Java Doc) public String getCurrentFolder()(Code)(Java Doc) abstract protected Folder[] getFolders(String virtualFolderPath, String type) throws Exception(Code)(Java Doc) abstract protected FoldersAndFiles getFoldersAndFiles(String virtualFolderPath, String type) throws Exception(Code)(Java Doc) public java.io.File getNewFile()(Code)(Java Doc) public String getNewFileContentType()(Code)(Java Doc) public String getNewFileFileName()(Code)(Java Doc) public String getNewFolderName()(Code)(Java Doc) public String getServerPath()(Code)(Java Doc) public String getType()(Code)(Java Doc) public void setCommand(String command)(Code)(Java Doc) public void setCurrentFolder(String currentFolder)(Code)(Java Doc) public void setNewFile(java.io.File newFile)(Code)(Java Doc) public void setNewFileContentType(String newFileContentType)(Code)(Java Doc) public void setNewFileFileName(String newFileFileName)(Code)(Java Doc) public void setNewFolderName(String newFolderName)(Code)(Java Doc) public void setServerPath(String serverPath)(Code)(Java Doc) public void setServletRequest(HttpServletRequest request)(Code)(Java Doc) public void setServletResponse(HttpServletResponse response)(Code)(Java Doc) public void setType(String type)(Code)(Java Doc) abstract protected void unknownCommand(String command, String virtualFolderPath, String type, String filename, String contentType, java.io.File newFile) throws Exception(Code)(Java Doc) public String upload() throws Exception(Code)(Java Doc)
|
|
|