1 23 package com.sun.enterprise.deployment.xml; 24 25 30 31 public interface ApplicationTagNames extends TagNames { 32 public static String APPLICATION = "application"; 33 public static String MODULE = "module"; 34 public static String EJB = "ejb"; 35 public static String WEB = "web"; 36 public static String APPLICATION_CLIENT = "java"; 37 public static String CONNECTOR = "connector"; 38 public static String ALTERNATIVE_DD = "alt-dd"; 39 public static String SECUTIRY_ROLE = "security-role"; 40 public static String ROLE_NAME = "role-name"; 41 public static String CONTEXT_ROOT = "context-root"; 42 public static String WEB_URI = "web-uri"; 43 public static String LIBRARY_DIRECTORY = "library-directory"; 44 45 } 46 47 | Popular Tags |