com.wewebu.ow.server.app
Interface OwInfoView

All Known Implementing Classes:
OwHelpDialog

public interface OwInfoView

A Info View supports links between several JSP pages. It is used to navigate to information pages like online help.

Calling getLink creates a link to another info page. When submitted it will replace the current page with the new one, where the new page is rendered inside a specific layout.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Method Summary
 String getLink(String strPath_p, String strName_p, String strClass_p)
          create a link to another JSP info page
 

Method Detail

getLink

String getLink(String strPath_p,
               String strName_p,
               String strClass_p)
               throws Exception
create a link to another JSP info page

Parameters:
strPath_p - the requested info page
strName_p - the link name to display
strClass_p - the CSS class to use
Returns:
String with HTML anchor
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.