Package org.apache.myfaces.resource
Class ResourceLoaderUtils
- java.lang.Object
- 
- org.apache.myfaces.resource.ResourceLoaderUtils
 
- 
 public class ResourceLoaderUtils extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ResourceLoaderUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static StringformatDateHeader(long value)static intgetDepth(String path)static longgetResourceLastModified(URL url)static booleanisDirectory(String path)static LongparseDateHeader(String value)
 
- 
- 
- 
Method Detail- 
formatDateHeaderpublic static String formatDateHeader(long value) 
 - 
getResourceLastModifiedpublic static long getResourceLastModified(URL url) throws IOException - Throws:
- IOException
 
 - 
getDepthpublic static int getDepth(String path) 
 - 
isDirectorypublic static boolean isDirectory(String path) 
 
- 
 
-