- Timestamp:
- 06/02/08 15:51:29 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/trunk/src/web/org/openmrs/module/web/extension/BoxExt.java
r4095 r4509 21 21 return Extension.MEDIA_TYPE.html; 22 22 } 23 24 /** 25 * @return The message code of the label of this link 26 */ 27 public abstract String getPortletUrl(); 23 28 24 29 /**