mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
sort config panels
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
package sonia.scm.web.plugin;
|
||||
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
@@ -67,6 +69,18 @@ public class ClasspathWebResource implements WebResource
|
||||
return ClasspathWebResource.class.getResourceAsStream(contentPath);
|
||||
}
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public String getId()
|
||||
{
|
||||
return contentPath;
|
||||
}
|
||||
|
||||
//~--- fields ---------------------------------------------------------------
|
||||
|
||||
/** Field description */
|
||||
|
||||
@@ -29,6 +29,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
package sonia.scm.web.plugin;
|
||||
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
@@ -52,4 +54,12 @@ public interface WebResource
|
||||
* @throws IOException
|
||||
*/
|
||||
public InputStream getContent() throws IOException;
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public String getId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user