Ejemplo n.º 1
0
 public static Update index(java.lang.String location) {
   return ((ActionContext) Request.getCurrent().getContext())
       .createResponse(method_4, (Object) location);
 }
Ejemplo n.º 2
0
 public static URLBuilder updateGradeURL(java.lang.String grade, java.lang.String location) {
   return ((MimeContext) Request.getCurrent().getContext())
       .createURLBuilder(method_3, new Object[] {grade, location});
 }
Ejemplo n.º 3
0
 public static URLBuilder indexURL() {
   return ((MimeContext) Request.getCurrent().getContext()).createURLBuilder(method_0);
 }
Ejemplo n.º 4
0
 public static URLBuilder addURL(java.lang.String location) {
   return ((MimeContext) Request.getCurrent().getContext())
       .createURLBuilder(method_2, (Object) location);
 }
Ejemplo n.º 5
0
 public static Update index() {
   return ((ActionContext) Request.getCurrent().getContext()).createResponse(method_0);
 }