com.dotmarketing.portal.struts
Interface DotPortletActionInterface

All Known Implementing Classes:
EditContainerAction, EditContentletAction, EditFileAction, EditHTMLPageAction, EditLinkAction, EditTemplateAction

public interface DotPortletActionInterface

Author:
Maria

Method Summary
 void _copyWebAsset(ActionRequest req, ActionResponse res, PortletConfig config, ActionForm form, User user)
           
 void _editWebAsset(ActionRequest req, ActionResponse res, PortletConfig config, ActionForm form, User user)
           
 void _getVersionBackWebAsset(ActionRequest req, ActionResponse res, PortletConfig config, ActionForm form, User user)
           
 void _saveWebAsset(ActionRequest req, ActionResponse res, PortletConfig config, ActionForm form, User user)
           
 

Method Detail

_getVersionBackWebAsset

void _getVersionBackWebAsset(ActionRequest req,
                             ActionResponse res,
                             PortletConfig config,
                             ActionForm form,
                             User user)
                             throws java.lang.Exception
Throws:
java.lang.Exception

_copyWebAsset

void _copyWebAsset(ActionRequest req,
                   ActionResponse res,
                   PortletConfig config,
                   ActionForm form,
                   User user)
                   throws java.lang.Exception
Throws:
java.lang.Exception

_saveWebAsset

void _saveWebAsset(ActionRequest req,
                   ActionResponse res,
                   PortletConfig config,
                   ActionForm form,
                   User user)
                   throws java.lang.Exception
Throws:
java.lang.Exception

_editWebAsset

void _editWebAsset(ActionRequest req,
                   ActionResponse res,
                   PortletConfig config,
                   ActionForm form,
                   User user)
                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.