protected void |
MyLinksPeasWebController.beforeRequestProcessing(MyLinksPeasWebRequestContext context) |
|
void |
MyLinksPeasWebController.deleteCategories(MyLinksPeasWebRequestContext context) |
Removes categories from the persistence.
|
void |
MyLinksPeasWebController.deleteLinks(MyLinksPeasWebRequestContext context) |
Removes links from the persistence.
|
void |
MyLinksPeasWebController.editCategory(MyLinksPeasWebRequestContext context) |
Gets the form HTML block of a category for a modification.
|
void |
MyLinksPeasWebController.editLink(MyLinksPeasWebRequestContext context) |
Gets the form HTML block of a link for a modification.
|
void |
MyLinksPeasWebController.home(MyLinksPeasWebRequestContext context) |
Prepares the rendering of the home page.
|
void |
MyLinksPeasWebController.newCategory(MyLinksPeasWebRequestContext context) |
Gets the form HTML block of a category for a creation.
|
void |
MyLinksPeasWebController.newLink(MyLinksPeasWebRequestContext context) |
Gets the form HTML block of a link for a creation.
|
protected void |
MyLinksPeasWebController.onInstantiation(MyLinksPeasWebRequestContext context) |
|
void |
MyLinksPeasWebController.updateCategoryOnly(MyLinksPeasWebRequestContext context) |
Gets the form HTML block of a link for an update of category of several links.
|
void |
MyLinksPeasWebController.viewCategories(MyLinksPeasWebRequestContext context) |
Views the categories.
|
void |
MyLinksPeasWebController.viewComponentInstanceLinks(MyLinksPeasWebRequestContext context) |
Views the links of a component instance.
|
void |
MyLinksPeasWebController.viewLinks(MyLinksPeasWebRequestContext context) |
Views the links.
|
void |
MyLinksPeasWebController.viewResourceLinks(MyLinksPeasWebRequestContext context) |
Views the links of an object hosted by a component instance.
|