| java.lang.Object org.netbeans.modules.visualweb.project.jsf.framework.JSFConfigUtilities
JSFConfigUtilities | public class JSFConfigUtilities (Code) | | author: Po-Ting Wu |
Method Summary | |
public static String[] | getConfigFiles(FileObject deploymentDesc) Returns relative path for all jsf configuration files in the web module. | public static SourceGroup[] | getDocBaseGroups(FileObject fileObject) Returns WebPages for the project, where the fo is located. | public static String | getResourcePath(SourceGroup[] groups, FileObject fileObject, char separator, boolean withExt) | public static boolean | validateXML(FileObject deploymentDesc) | public static boolean | verifyObjects(FileObject deploymentDesc) |
getConfigFiles | public static String[] getConfigFiles(FileObject deploymentDesc)(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.
|
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) | | |
|
|