Package org.apache.jasper.compiler
Class Localizer
- java.lang.Object
-
- org.apache.jasper.compiler.Localizer
-
public class Localizer extends Object
Class responsible for converting error codes to corresponding localized error messages.- Author:
- Jan Luehe
-
-
Constructor Summary
Constructors Constructor Description Localizer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getMessage(String errCode)
static String
getMessage(String errCode, Object[] args)
static String
getMessage(String errCode, String arg)
static String
getMessage(String errCode, String arg1, String arg2)
static String
getMessage(String errCode, String arg1, String arg2, String arg3)
static String
getMessage(String errCode, String arg1, String arg2, String arg3, String arg4)
-