Class ManageProxiesListPage
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ManageProxiesListPage
-
public class ManageProxiesListPage extends AbstractPageHandler
TODO
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManageProxiesListPage.ProxyItemWrapper-
Nested classes/interfaces inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
AbstractPageHandler.InvalidParametersException, AbstractPageHandler.Message
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAMETER_PAGE_INDEXstatic StringPARAMETER_RELATIONSHIPS_PER_PAGEstatic StringPARAMETER_SEARCH_TERMstatic StringPARAMETER_VIEW_TYPE-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
ctx, dpsDao, i18n, indDao, opsDao, unionModel, userAccountsDao, userAccountsModel, vclassDao, vreq
-
-
Constructor Summary
Constructors Constructor Description ManageProxiesListPage(VitroRequest vreq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>buildUrlsMap()ResponseValuesshowPage()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
applyMessage, getIntegerParameter, getStringParameter, getStringParameters, isFlagOnRequest, isParameterAsExpected
-
-
-
-
Field Detail
-
PARAMETER_RELATIONSHIPS_PER_PAGE
public static final String PARAMETER_RELATIONSHIPS_PER_PAGE
- See Also:
- Constant Field Values
-
PARAMETER_PAGE_INDEX
public static final String PARAMETER_PAGE_INDEX
- See Also:
- Constant Field Values
-
PARAMETER_VIEW_TYPE
public static final String PARAMETER_VIEW_TYPE
- See Also:
- Constant Field Values
-
PARAMETER_SEARCH_TERM
public static final String PARAMETER_SEARCH_TERM
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ManageProxiesListPage
public ManageProxiesListPage(VitroRequest vreq)
-
-
Method Detail
-
showPage
public ResponseValues showPage()
-
-