|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Page | |
| pl.aislib.fm | |
| pl.aislib.fm.pages | |
| Uses of Page in pl.aislib.fm |
| Methods in pl.aislib.fm that return Page | |
protected Page |
Page.getPage(java.lang.String actionKey)
Gets new Page object corresponding to given actionKey. |
| Constructors in pl.aislib.fm with parameters of type Page | |
PageResponse(Page page)
Sole constructor for empty response. |
|
PageResponse(Page page,
byte[] content,
java.lang.String contentType)
Constructor for raw type response. |
|
PageResponse(Page page,
java.util.Map content)
Constructor for (key, value) type response. |
|
PageResponse(Page page,
java.util.Map content,
java.lang.String contentType)
Constructor for (key, value) type response, using specified content type for response. |
|
| Uses of Page in pl.aislib.fm.pages |
| Subclasses of Page in pl.aislib.fm.pages | |
class |
StaticPage
Static page that returns an empty map in response. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||