com.opensymphony.webwork.views.jsp.ui
Class RichtexteditorCreateFolderResult

java.lang.Object
  extended by com.opensymphony.webwork.views.jsp.ui.AbstractRichtexteditorResult
      extended by com.opensymphony.webwork.views.jsp.ui.RichtexteditorCreateFolderResult
All Implemented Interfaces:
Result, Serializable

public class RichtexteditorCreateFolderResult
extends AbstractRichtexteditorResult

WebWork's result, creating the apropriate result (in xml form) and write it out to the response stream corresponding to a 'CreateFolder' command from the Rich Text Editor.

An example of the response would be as follows:

 <?xml version="1.0" encoding="utf-8" ?>
 <Connector command="CreateFolder" resourceType="File">
   <CurrentFolder path="/Samples/Docs/" url="/UserFiles/File/Samples/Docs/" />
   <Error number="0" />
 </Connector>
 

Version:
$Date: 2006-02-20 23:24:38 +0800 (Mon, 20 Feb 2006) $ $Id: RichtexteditorCreateFolderResult.java 2245 2006-02-20 15:24:38Z tmjee $
Author:
tm_jee
See Also:
Serialized Form

Constructor Summary
RichtexteditorCreateFolderResult()
           
 
Method Summary
 void execute(ActionInvocation invocation)
          Write the result (in xml form) to the response stream corresponding to the Rich Text Editor's 'CreateFolder' command
 
Methods inherited from class com.opensymphony.webwork.views.jsp.ui.AbstractRichtexteditorResult
buildCommonResponseXml, buildDocument, getCommand, getFolderPath, getServerPath, getType, richtexteditorCreateFolderResult, richtexteditorFileUploadResult, richtexteditorFolders, richtexteditorFoldersAndFiles, stringFromDocument, writeDocumentToStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichtexteditorCreateFolderResult

public RichtexteditorCreateFolderResult()
Method Detail

execute

public void execute(ActionInvocation invocation)
             throws Exception
Write the result (in xml form) to the response stream corresponding to the Rich Text Editor's 'CreateFolder' command

Parameters:
invocation -
Throws:
Exception

WebWork Project Page