First cut of content expiration support

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5674 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2007-05-14 19:40:10 +00:00
parent 5564310bf2
commit bd54cd2401
21 changed files with 777 additions and 48 deletions

View File

@@ -51,6 +51,16 @@ public final class DialogManager
private DialogState currentDialogState;
private Map<String, String> paramsToApply;
/**
* Sets the parameters the next dialog will initialise with
*
* @param params The parameters
*/
public void setupParameters(Map<String, String> params)
{
this.paramsToApply = params;
}
/**
* Action handler used to setup parameters for the dialog being launched
*