This commit is contained in:
@@ -149,6 +149,10 @@ public abstract class Server<K extends Serializable, C extends Context, R extend
|
||||
return this.prepare;
|
||||
}
|
||||
|
||||
public C getContext() {
|
||||
return this.context;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
public void addServlet(S servlet, final Object attachment, AnyValue conf, K... mappings) {
|
||||
this.prepare.addServlet(servlet, attachment, conf, mappings);
|
||||
|
||||
Reference in New Issue
Block a user