public class Preload extends Object implements RequestAuthenticationInfo
| Constructor and Description |
|---|
Preload(Element preload,
Uri base)
Creates a new Preload from an xml node.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
AuthType |
getAuthType() |
Uri |
getHref() |
Set<String> |
getViews() |
boolean |
isSignOwner() |
boolean |
isSignViewer() |
Preload |
substitute(Substitutions substituter) |
String |
toString()
Produces an xml representation of the Preload.
|
public Preload(Element preload, Uri base) throws SpecParserException
preload - The Preload to createSpecParserException - When the href is not specifiedpublic Uri getHref()
getHref in interface RequestAuthenticationInfopublic AuthType getAuthType()
getAuthType in interface RequestAuthenticationInfopublic boolean isSignOwner()
isSignOwner in interface RequestAuthenticationInfopublic boolean isSignViewer()
isSignViewer in interface RequestAuthenticationInfopublic Map<String,String> getAttributes()
getAttributes in interface RequestAuthenticationInfopublic Preload substitute(Substitutions substituter)
Copyright © 2007-2012. All Rights Reserved.