| java.lang.Object org.netbeans.modules.web.jsf.JSFConfigUtilities
JSFConfigUtilities | public class JSFConfigUtilities (Code) | | author: petr author: Po-Ting Wu |
getConfigFiles | public static String[] getConfigFiles(WebModule webModule)(Code) | | Returns relative path for all jsf configuration files in the web module. If there is no
configuration file, then returns String array with lenght = 0.
|
getConfigFiles | public static String[] getConfigFiles(FileObject deploymentDesc)(Code) | | |
getConfigFiles | public static String[] getConfigFiles(WebModule webModule, FileObject deploymentDesc)(Code) | | |
getDocBaseGroups | public static SourceGroup[] getDocBaseGroups(FileObject fileObject) throws java.io.IOException(Code) | | Returns WebPages for the project, where the fo is located.
|
getResourcePath | public static String getResourcePath(SourceGroup[] groups, FileObject fileObject, char separator, boolean withExt)(Code) | | |
validateXML | public static boolean validateXML(FileObject deploymentDesc)(Code) | | |
verifyObjects | public static boolean verifyObjects(FileObject deploymentDesc)(Code) | | |
|
|