|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
String getLink(String strPath_p, String strName_p, String strClass_p) throws Exception
strPath_p
- the requested info pagestrName_p
- the link name to displaystrClass_p
- the CSS class to use
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |