@Path(value="/article") public class ArticleHandler extends Handler
| Modifier and Type | Field and Description |
|---|---|
javax.persistence.EntityManager |
em |
String |
userId |
annotation, context| Constructor and Description |
|---|
ArticleHandler() |
| Modifier and Type | Method and Description |
|---|---|
Article |
createArticle(String title,
String content) |
Article |
getArticle(String articleId) |
public javax.persistence.EntityManager em
public String userId
Copyright © 2015. All rights reserved.