Created
June 10, 2014 19:23
-
-
Save drewbrokke/9b4d3fb6bd6beb8e7170 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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