| vqwiki.servlets.VQWikiServlet vqwiki.servlets.WikiServlet
ACTION_ALL_TOPICS | final public static String ACTION_ALL_TOPICS(Code) | | |
ACTION_EDIT_USER | final public static String ACTION_EDIT_USER(Code) | | |
ACTION_FIRST_USE | final public static String ACTION_FIRST_USE(Code) | | |
ACTION_HISTORY | final public static String ACTION_HISTORY(Code) | | |
ACTION_LOCKLIST | final public static String ACTION_LOCKLIST(Code) | | |
ACTION_MENU_JUMP | final public static String ACTION_MENU_JUMP(Code) | | |
ACTION_ORPHANED_TOPICS | final public static String ACTION_ORPHANED_TOPICS(Code) | | |
ACTION_PREVIEW | final public static String ACTION_PREVIEW(Code) | | |
ACTION_RECENT_CHANGES | final public static String ACTION_RECENT_CHANGES(Code) | | |
ACTION_SAVE_TEMPLATE | final public static String ACTION_SAVE_TEMPLATE(Code) | | |
ACTION_SAVE_USER | final public static String ACTION_SAVE_USER(Code) | | |
ACTION_SEARCH_RESULTS | final public static String ACTION_SEARCH_RESULTS(Code) | | |
ACTION_TODO_TOPICS | final public static String ACTION_TODO_TOPICS(Code) | | |
ACTION_VIEW_ATTACHMENT | final public static String ACTION_VIEW_ATTACHMENT(Code) | | |
getCurrentContext | public static ServletContext getCurrentContext()(Code) | | Returns a reference to the current servlet context
|
markToReplaceOutsideHTML | public static String markToReplaceOutsideHTML(String haystack, String needle)(Code) | | Mark all needles in a haystack, so that they can be replaced later. Take special care on HTML,
so that no needle is replaced inside a HTML tag.
Parameters: haystack - The haystack to go through. Parameters: needle - The needle to search. The haystack with all needles (outside HTML) marked with the char \u0000 |
replaceMarked | public static String replaceMarked(String text, String needle, String replacement)(Code) | | Replace all needles inside the text with their replacements.
Parameters: text - The text or haystack, where all needles are already marked with the unicode character \u0000 Parameters: needle - The needle to search Parameters: replacement - The text, which replaces the needle String containing the text with the needle replaced by the replacement. |
|
|