. UI action evaluators for Create Web Project and Create Form actions

- permissions are check for Write access to appropriate folders
 - The Create Web Project action is now only available when the current folder context is the "Websites" folder
. NavigationBean bean name constant added

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4452 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-11-28 14:56:38 +00:00
parent 6027f1c17d
commit c8af965116
8 changed files with 115 additions and 10 deletions

View File

@@ -62,8 +62,10 @@ import org.apache.log4j.Logger;
*/
public class NavigationBean
{
/** Public JSF Bean name */
public static final String BEAN_NAME = "NavigationBean";
private static final String OUTCOME_MYALFRESCO = "myalfresco";
private static final String OUTCOME_BROWSE = "browse";
/**