comparison src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java @ 19:f0f55ab768c9

more work on HTML UI.
author casties
date Thu, 06 Sep 2012 19:02:59 +0200
parents aafa3884b2c4
children b1fb0d117877
comparison
equal deleted inserted replaced
18:aafa3884b2c4 19:f0f55ab768c9
163 } 163 }
164 164
165 public abstract String getVersion(); 165 public abstract String getVersion();
166 166
167 /** 167 /**
168 * @return the store
169 */
170 public AnnotationStore getAnnotationStore() {
171 return store;
172 }
173
174 /**
168 * returns consumer secret for consumer key. returns null if consumer key 175 * returns consumer secret for consumer key. returns null if consumer key
169 * doesn't exist. 176 * doesn't exist.
170 * 177 *
171 * @param consumerKey 178 * @param consumerKey
172 * @return 179 * @return