@Controller @RequestMapping(value="/api/1/profile") public class ProfileRestController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROFILE_SESSION_ATTRIBUTE |
static String |
URL_ROOT |
| Constructor and Description |
|---|
ProfileRestController() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getProfile(javax.servlet.http.HttpSession session) |
Map<String,String> |
setProfile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session) |
public static final String URL_ROOT
public static final String PROFILE_SESSION_ATTRIBUTE
Copyright © 2014 CrafterCMS. All Rights Reserved.