Class AbstractURLActionComponent
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.wiki.webui.control.action.core.AbstractActionComponent
-
- org.exoplatform.wiki.webui.control.action.core.AbstractURLActionComponent
-
public abstract class AbstractURLActionComponent extends AbstractActionComponent
-
-
Constructor Summary
Constructors Constructor Description AbstractURLActionComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionLink()Get action link-
Methods inherited from class org.exoplatform.wiki.webui.control.action.core.AbstractActionComponent
getActionName, isAnchor
-
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, findComponentById, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
-
-
-
Method Detail
-
getActionLink
public String getActionLink() throws Exception
Description copied from class:AbstractActionComponentGet action link- Specified by:
getActionLinkin classAbstractActionComponent- Returns:
- a real action link of this component
- Throws:
Exception
-
-