Skip to content

Instantly share code, notes, and snippets.

@drewbrokke
Created June 10, 2014 19:23
Show Gist options
  • Save drewbrokke/9b4d3fb6bd6beb8e7170 to your computer and use it in GitHub Desktop.
Save drewbrokke/9b4d3fb6bd6beb8e7170 to your computer and use it in GitHub Desktop.
/**
* @deprecated As of 6.2.0, replaced by {@link #portletIconRefresh}
*/
@Deprecated
public void iconRefresh() throws Exception;
public void include(ServletContext servletContext, String page)
throws Exception;
public void include(String page) throws Exception;
public void journalArticle(
String articleId, long groupId, String templateId)
throws Exception;
public void journalContentSearch() throws Exception;
public void journalContentSearch(
boolean showListed, String targetPortletId, String type)
throws Exception;
public void language() throws Exception;
public void language(
String formName, String formAction, String name,
String displayStyle)
throws Exception;
public void language(
String formName, String formAction, String name,
String[] languageIds, String displayStyle)
throws Exception;
public void layoutIcon(Layout layout) throws Exception;
public void metaTags() throws Exception;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment