/webportal/src/main/java/au/org/emii/portal/util/PortalNaming.java
http://alageospatialportal.googlecode.com/ · Java · 15 lines · 4 code · 3 blank · 8 comment · 0 complexity · 3c2731bdeae316bde94564061d1da6f9 MD5 · raw file
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- package au.org.emii.portal.util;
- /**
- *
- * @author geoff
- */
- public interface PortalNaming {
- public String getPortalName();
- }