Package ubic.gemma.web.controller.util
Class ControllerUtils
java.lang.Object
ubic.gemma.web.controller.util.ControllerUtils
Created by tesarst on 09/03/17.
Utility class containing code that would otherwise have to be duplicate in multiple Controllers.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractIds
(String idString) Returns a collection ofLong
ids from strings.
-
Field Details
-
log
protected static final org.apache.commons.logging.Log log
-
-
Constructor Details
-
ControllerUtils
public ControllerUtils()
-
-
Method Details
-
extractIds
Returns a collection ofLong
ids from strings.
-