|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.assertion.components.AsnAssertionRenderer
public class AsnAssertionRenderer
Creates an assertion based property for response rendering.
Constructor Summary | |
---|---|
AsnAssertionRenderer()
Default constructor. |
|
AsnAssertionRenderer(AsnAssertionRenderer objectToDuplicate)
Construct by duplicating an existing object. |
Method Summary | |
---|---|
AsnAssertionRenderer |
duplicate()
Produces a deep clone of the object. |
boolean |
getIncludeOwnerName()
Gets the flag indicating whether or not the assertion owner name should be rendered. |
boolean |
getIncludeUserCapabilities()
Gets the flag indicating whether or not capabilities for the active user should be rendered. |
AsnProperty |
makeProperty(AsnContext context,
Assertion assertion)
Makes a renderable property based upon an indexed assertion. |
void |
setIncludeOwnerName(boolean include)
Sets the flag indicating whether or not the assertion owner name should be rendered. |
void |
setIncludeUserCapabilities(boolean include)
Sets the flag indicating whether or not capabilities for the active user should be rendered. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnAssertionRenderer()
public AsnAssertionRenderer(AsnAssertionRenderer objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public boolean getIncludeOwnerName()
true
if the owner name should be renderedpublic void setIncludeOwnerName(boolean include)
include
- true
if the owner name should be renderedpublic boolean getIncludeUserCapabilities()
true
if user capabilities should be renderedpublic void setIncludeUserCapabilities(boolean include)
include
- true
if user capabilities should be renderedpublic AsnAssertionRenderer duplicate()
public AsnProperty makeProperty(AsnContext context, Assertion assertion)
context
- the assertion operation contextassertion
- the assertion
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |