Class ResourceUtils
- java.lang.Object
-
- org.apache.myfaces.tobago.context.ResourceUtils
-
@Deprecated public final class ResourceUtils extends Object
Deprecated.since Tobago 4.2.2
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
addPostfixToFilename(String filename, String postfix)
Deprecated.since Tobago 4.2.2static String
createString(String folder, String component, String name, String extension)
Deprecated.since Tobago 2.0.3static String
createString(String folder, String component, String name, String postfix, String extension)
Deprecated.since Tobago 2.0.3
-
-
-
Field Detail
-
FOLDER_SEPARATOR
@Deprecated public static final char FOLDER_SEPARATOR
Deprecated.since Tobago 2.0.3- See Also:
- Constant Field Values
-
SEPARATOR
@Deprecated public static final char SEPARATOR
Deprecated.since Tobago 2.0.3- See Also:
- Constant Field Values
-
DOT
@Deprecated public static final char DOT
Deprecated.since Tobago 2.0.3- See Also:
- Constant Field Values
-
GIF
@Deprecated public static final String GIF
Deprecated.since Tobago 2.0.3- See Also:
- Constant Field Values
-
PNG
public static final String PNG
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
createString
@Deprecated public static String createString(String folder, String component, String name, String postfix, String extension)
Deprecated.since Tobago 2.0.3
-
createString
@Deprecated public static String createString(String folder, String component, String name, String extension)
Deprecated.since Tobago 2.0.3
-
addPostfixToFilename
@Deprecated public static String addPostfixToFilename(String filename, String postfix)
Deprecated.since Tobago 4.2.2
-
-