| java.lang.Object vqwiki.utils.JSPUtils
JSPUtils | public class JSPUtils (Code) | | |
logger | final public static Logger logger(Code) | | Logger
|
JSPUtils | public JSPUtils()(Code) | | |
containsSpecial | public static boolean containsSpecial(String text)(Code) | | |
convertToHTML | public static String convertToHTML(char character)(Code) | | |
createLocalRootPath | public static String createLocalRootPath(HttpServletRequest request, String virtualWiki)(Code) | | Create the root path for a specific WIKI without the server name.
This is useful for local redirection or local URL's (relative URL's to the server).
Parameters: request - The HttpServletRequest Parameters: virtualWiki - The name of the current virtual Wiki the root path for this viki |
createRootPath | public static String createRootPath(HttpServletRequest request, String virtualWiki, String server)(Code) | | Create the root path for a specific WIKI with a specific server
Parameters: request - The HttpServletRequest Parameters: virtualWiki - The name of the current virtual Wiki Parameters: server - the specific server given for the path.If it is set to "null" or an empty string, it will takethe servername from the given request. the root path for this viki |
decimalFormat | public static String decimalFormat(double number)(Code) | | |
encodeURL | public static String encodeURL(String url)(Code) | | This caused problems - encoding without a charset is not well-defined
behaviour, so we'll look for a default encoding. (coljac)
|
|
|