| java.lang.Object com.opensymphony.webwork.views.jsp.ui.AbstractRichtexteditorResult com.opensymphony.webwork.views.jsp.ui.RichtexteditorGetFoldersResult
RichtexteditorGetFoldersResult | public class RichtexteditorGetFoldersResult extends AbstractRichtexteditorResult (Code) | |
WebWork's result, creating the appropriate result (in xml form) and write to the
response stream corresponding the the Rich Text Editor's 'GetFolders' command.
An example of the response would be as follows:
<?xml version="1.0" encoding="utf-8" ?>
<Connector command="GetFolders" resourceType="File">
<CurrentFolder path="/Samples/Docs/" url="/UserFiles/File/Samples/Docs/" />
<Folders>
<Folder name="Documents" />
<Folder name="Files" />
<Folder name="Other Files" />
<Folder name="Related" />
</Folders>
</Connector>
author: tm_jee version: $Date: 2006-02-20 16:30:28 +0100 (Mon, 20 Feb 2006) $ $Id: RichtexteditorGetFoldersResult.java 2246 2006-02-20 15:30:28Z tmjee $ |
Method Summary | |
public void | execute(ActionInvocation invocation)
Write the response (in xml form) to the response stream corresponding to
the Rich Text Editor's 'GetFolders' command. |
execute | public void execute(ActionInvocation invocation) throws Exception(Code) | |
Write the response (in xml form) to the response stream corresponding to
the Rich Text Editor's 'GetFolders' command.
|
|
|