Uses of Class
com.opensymphony.webwork.views.jsp.ui.AbstractRichtexteditorResult

Packages that use AbstractRichtexteditorResult
com.opensymphony.webwork.views.jsp.ui WebWorks's JSP UI tags. 
 

Uses of AbstractRichtexteditorResult in com.opensymphony.webwork.views.jsp.ui
 

Subclasses of AbstractRichtexteditorResult in com.opensymphony.webwork.views.jsp.ui
 class RichtexteditorCreateFolderResult
          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.
 class RichtexteditorFileUploadResult
          WebWork's result, creating the appropriate result (in javascript form) and write to the response stream corresponding to a 'FileUpload' command from the Rich Text Editor.
 class RichtexteditorGetFoldersAndFilesResult
          WebWork's result, creating the appropriate result (in xml form) and write to the response stream corresponding to the Rich Text Editor's 'GetFoldersAndFiles' command

An example of the response would be as follows:

 class RichtexteditorGetFoldersResult
          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.
 


WebWork Project Page