public class whatisme extends ServerResource {
public Representation registerNumber(Representation entity) {
String postContent=null;
Form form = new Form(entity);
String queryStr = form.getQueryString();
System.out.println("queryStr : "+ queryStr);
String sUserid= form.getFirstValue("userid","").trim();
...
return getResponseEntity();
}
}
--
You received this message because you are subscribed to the Google Groups "Restlet Framework (Discuss)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to framework-discuss+unsubscribe@restlet.org.
To unsubscribe from this group and stop receiving emails from it, send an email to framework-disc...@restlet.org.
To unsubscribe from this group and stop receiving emails from it, send an email to framework-discuss+unsubscribe@restlet.org.