|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pajes.security.DefaultWritePermission
public final class DefaultWritePermission
The default authorisation class for all HTML tags. It is implemented as a singleton to prevent excessive instance creation.
| Method Summary | |
|---|---|
static DefaultWritePermission |
getInstance()
Gets the instance of the singleton DefaultWritePermission. |
boolean |
isPermitted(HTML object,
Browser browser)
Determines whether a piece of HTML should be returned to the requesting browser. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final DefaultWritePermission getInstance()
public final boolean isPermitted(HTML object,
Browser browser)
isPermitted in interface WritePermissionobject - the HTML object to be returned to the browser.browser - the browser to which the results are to be output.
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||