public abstract class BaseLayoutsItemSelectorView
extends java.lang.Object
implements com.liferay.item.selector.ItemSelectorView<com.liferay.layout.item.selector.criterion.LayoutItemSelectorCriterion>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LAYOUT_ITEM_SELECTOR_VIEW_DISPLAY_CONTEXT |
| Constructor and Description |
|---|
BaseLayoutsItemSelectorView() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<com.liferay.layout.item.selector.criterion.LayoutItemSelectorCriterion> |
getItemSelectorCriterionClass() |
abstract javax.servlet.ServletContext |
getServletContext() |
java.util.List<com.liferay.item.selector.ItemSelectorReturnType> |
getSupportedItemSelectorReturnTypes() |
abstract boolean |
isPrivateLayout() |
boolean |
isShowSearch() |
void |
renderHTML(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
com.liferay.layout.item.selector.criterion.LayoutItemSelectorCriterion layoutItemSelectorCriterion,
javax.portlet.PortletURL portletURL,
java.lang.String itemSelectedEventName,
boolean search) |
public static final java.lang.String LAYOUT_ITEM_SELECTOR_VIEW_DISPLAY_CONTEXT
public java.lang.Class<com.liferay.layout.item.selector.criterion.LayoutItemSelectorCriterion> getItemSelectorCriterionClass()
getItemSelectorCriterionClass in interface com.liferay.item.selector.ItemSelectorView<com.liferay.layout.item.selector.criterion.LayoutItemSelectorCriterion>public abstract javax.servlet.ServletContext getServletContext()
public java.util.List<com.liferay.item.selector.ItemSelectorReturnType> getSupportedItemSelectorReturnTypes()
getSupportedItemSelectorReturnTypes in interface com.liferay.item.selector.ItemSelectorView<com.liferay.layout.item.selector.criterion.LayoutItemSelectorCriterion>public abstract boolean isPrivateLayout()
public boolean isShowSearch()
isShowSearch in interface com.liferay.item.selector.ItemSelectorView<com.liferay.layout.item.selector.criterion.LayoutItemSelectorCriterion>public void renderHTML(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
com.liferay.layout.item.selector.criterion.LayoutItemSelectorCriterion layoutItemSelectorCriterion,
javax.portlet.PortletURL portletURL,
java.lang.String itemSelectedEventName,
boolean search)
throws java.io.IOException,
javax.servlet.ServletException
renderHTML in interface com.liferay.item.selector.ItemSelectorView<com.liferay.layout.item.selector.criterion.LayoutItemSelectorCriterion>java.io.IOExceptionjavax.servlet.ServletException