public abstract class AbstractController extends Object
| Constructor and Description |
|---|
AbstractController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsolutePath(javax.servlet.http.HttpServletRequest req) |
protected abstract String |
getControllerPath() |
String |
getDatasetPath(javax.servlet.http.HttpServletRequest req) |
protected abstract String[] |
getEndings() |
protected abstract String getControllerPath()
protected abstract String[] getEndings()
public String getDatasetPath(javax.servlet.http.HttpServletRequest req)
public String getAbsolutePath(javax.servlet.http.HttpServletRequest req)
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.