Renamed pages

This commit is contained in:
Norbi Peti 2016-07-28 12:08:24 +02:00
parent cfb77bae46
commit ea45675d56
3 changed files with 69 additions and 70 deletions

View file

@ -10,7 +10,7 @@ import io.github.norbipeti.chat.server.IOHelper;
import io.github.norbipeti.chat.server.db.DataProvider;
import io.github.norbipeti.chat.server.db.domain.User;
public class LoginPage extends Page {
public class LoginAjaxPage extends Page {
@Override
public void handlePage(HttpExchange exchange) throws IOException {

View file

@ -13,7 +13,6 @@ public class MessageAjaxPage extends Page {
@Override
public void handlePage(HttpExchange exchange) throws IOException {
// TODO Auto-generated method stub
}

View file

@ -10,7 +10,7 @@ import io.github.norbipeti.chat.server.IOHelper;
import io.github.norbipeti.chat.server.db.DataProvider;
import io.github.norbipeti.chat.server.db.domain.User;
public class RegisterPage extends Page {
public class RegisterAjaxPage extends Page {
@Override
public void handlePage(HttpExchange exchange) throws IOException {
JSONObject post = IOHelper.GetPOSTJSON(exchange);