| java.lang.Object org.apache.roller.ui.rendering.model.URLModel org.apache.roller.ui.rendering.model.PreviewURLModel
PreviewURLModel | public class PreviewURLModel extends URLModel (Code) | | Special subclass of URLModel which can change some of the urls which are
generated to make them work for previewing mode.
|
Method Summary | |
public void | init(Map initData) | public String | resource(String filePath) We need resource urls to point to our custom PreviewResourceServlet
because when previewing a theme the ResourceServlet has no way of
knowing what theme you are previewing and thus couldn't find the
resources for that theme. |
resource | public String resource(String filePath)(Code) | | We need resource urls to point to our custom PreviewResourceServlet
because when previewing a theme the ResourceServlet has no way of
knowing what theme you are previewing and thus couldn't find the
resources for that theme.
|
Methods inherited from org.apache.roller.ui.rendering.model.URLModel | public String category(String catPath)(Code)(Java Doc) public String category(String catPath, int pageNum)(Code)(Java Doc) public String collection(String dateString, String catPath)(Code)(Java Doc) public String collection(String dateString, String catPath, int pageNum)(Code)(Java Doc) public String comment(String anchor, String timeStamp)(Code)(Java Doc) public String comments(String anchor)(Code)(Java Doc) public String date(String dateString)(Code)(Java Doc) public String date(String dateString, int pageNum)(Code)(Java Doc) public String editEntry(String anchor)(Code)(Java Doc) public String entry(String anchor)(Code)(Java Doc) public String getAbsoluteSite()(Code)(Java Doc) public String getCommentAuthenticator()(Code)(Java Doc) public String getCreateEntry()(Code)(Java Doc) public String getEditSettings()(Code)(Java Doc) public FeedURLS getFeed()(Code)(Java Doc) public String getHome()(Code)(Java Doc) public String getLogin()(Code)(Java Doc) public String getLogout()(Code)(Java Doc) public String getModelName()(Code)(Java Doc) public String getRsd()(Code)(Java Doc) public String getSearch()(Code)(Java Doc) public String getSite()(Code)(Java Doc) public String home(int pageNum)(Code)(Java Doc) public String home(String customLocale)(Code)(Java Doc) public String home(String customLocale, int pageNum)(Code)(Java Doc) public void init(Map initData) throws RollerException(Code)(Java Doc) public String page(String pageLink)(Code)(Java Doc) public String page(String pageLink, String dateString, String catPath, int pageNum)(Code)(Java Doc) public String resource(String filePath)(Code)(Java Doc) public String search(String query, int pageNum)(Code)(Java Doc) public String search(String query, String catPath, int pageNum)(Code)(Java Doc) public String tag(String tag)(Code)(Java Doc) public String tag(String tag, int pageNum)(Code)(Java Doc) public String tags(List tags)(Code)(Java Doc) public String tags(List tags, int pageNum)(Code)(Java Doc) public String themeResource(String theme, String filePath)(Code)(Java Doc) public String themeResource(String theme, String filePath, boolean absolute)(Code)(Java Doc) public String trackback(String anchor)(Code)(Java Doc)
|
|
|