|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPackageResourceGuard | |
|---|---|
| org.apache.wicket.markup.html | Base package of HTML markup. |
| org.apache.wicket.settings | |
| org.apache.wicket.settings.def | |
| Uses of IPackageResourceGuard in org.apache.wicket.markup.html |
|---|
| Classes in org.apache.wicket.markup.html that implement IPackageResourceGuard | |
|---|---|
class |
PackageResourceGuard
Default implementation of IPackageResourceGuard. |
class |
SecurePackageResourceGuard
This is a resource guard which by default denies access to all resources and thus is more secure. |
| Uses of IPackageResourceGuard in org.apache.wicket.settings |
|---|
| Methods in org.apache.wicket.settings that return IPackageResourceGuard | |
|---|---|
IPackageResourceGuard |
IResourceSettings.getPackageResourceGuard()
Gets the package resource guard. |
| Methods in org.apache.wicket.settings with parameters of type IPackageResourceGuard | |
|---|---|
void |
IResourceSettings.setPackageResourceGuard(IPackageResourceGuard packageResourceGuard)
Sets the package resource guard. |
| Uses of IPackageResourceGuard in org.apache.wicket.settings.def |
|---|
| Methods in org.apache.wicket.settings.def that return IPackageResourceGuard | |
|---|---|
IPackageResourceGuard |
ResourceSettings.getPackageResourceGuard()
|
| Methods in org.apache.wicket.settings.def with parameters of type IPackageResourceGuard | |
|---|---|
void |
ResourceSettings.setPackageResourceGuard(IPackageResourceGuard packageResourceGuard)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||