Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

getUrl
public String getUrl()

Gets URL of this menu

setUrl
public void setUrl(String url)

Sets URL of this menu

getKey
public String getKey()

Gets userview key of this menu

setKey
public void setKey(String key)

Sets userview key of this menu

getRequestParameters
public java.util.Map getRequestParameters()

...

public String getReadyJspPage()

Used by the system to retrieve the JSP file page to avoid the logic to run again. It will called the getJspPage method once to initial the value.

getReadyRenderPage
public String getReadyRenderPage()

Used by the system to retrieve the HTML template to avoid the logic to run again. It will called the getRenderPage method once to initial the value.

getUserview
public Userview getUserview()

Gets the userview which this menu is belongs to.

setUserview
public void setUserview(Userview userview)

Sets the userview which this menu is belongs to.

setRedirectUrl
public void setRedirectUrl(String redirectUrl)

Set this property to force the userview to redirect to a specific URL.

setRedirectUrl
public void setRedirectUrl(String redirectUrl, boolean redirectToParent)

Set this property to force the userview to redirect to a specific URL with option to redirect in the parent window.

setAlertMessage
public void setAlertMessage(String message)

Set this property to display an alert message/prompt.

Plugin Properties Options

...