| java.lang.Object com.ecyrd.jspwiki.url.DefaultURLConstructor com.ecyrd.jspwiki.url.ShortURLConstructor com.ecyrd.jspwiki.url.ShortViewURLConstructor
ShortViewURLConstructor | public class ShortViewURLConstructor extends ShortURLConstructor (Code) | | A specific URL constructor that returns easy-to-grok URLs for
VIEW and ATTACH contexts, but goes through JSP pages otherwise.
author: jalkanen since: 2.2 |
getForwardPage | public String getForwardPage(HttpServletRequest req)(Code) | | Since we're only called from WikiServlet, where we get the VIEW requests,
we can safely return this.
|
Methods inherited from com.ecyrd.jspwiki.url.DefaultURLConstructor | final protected String doReplacement(String baseptrn, String name, boolean absolute)(Code)(Java Doc) public String getForwardPage(HttpServletRequest request)(Code)(Java Doc) public static String getURLPattern(String context, String name) throws IllegalArgumentException(Code)(Java Doc) public void initialize(WikiEngine engine, Properties properties)(Code)(Java Doc) public String makeURL(String context, String name, boolean absolute, String parameters)(Code)(Java Doc) public String parsePage(String context, HttpServletRequest request, String encoding) throws UnsupportedEncodingException(Code)(Java Doc) public static String parsePageFromURL(HttpServletRequest request, String encoding) throws UnsupportedEncodingException(Code)(Java Doc)
|
|
|