public static class IDFedLSInputResolver.PicketLinkLSInput extends Object implements LSInput
| Constructor and Description |
|---|
IDFedLSInputResolver.PicketLinkLSInput(String baseURI,
String loc,
String publicID,
String systemID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI() |
InputStream |
getByteStream() |
boolean |
getCertifiedText() |
Reader |
getCharacterStream() |
String |
getEncoding() |
String |
getPublicId() |
String |
getStringData() |
String |
getSystemId() |
void |
setBaseURI(String baseURI) |
void |
setByteStream(InputStream byteStream) |
void |
setCertifiedText(boolean certifiedText) |
void |
setCharacterStream(Reader characterStream) |
void |
setEncoding(String encoding) |
void |
setPublicId(String publicId) |
void |
setStringData(String stringData) |
void |
setSystemId(String systemId) |
String |
toString() |
public String getBaseURI()
getBaseURI in interface LSInputpublic InputStream getByteStream()
getByteStream in interface LSInputpublic boolean getCertifiedText()
getCertifiedText in interface LSInputpublic Reader getCharacterStream()
getCharacterStream in interface LSInputpublic String getEncoding()
getEncoding in interface LSInputpublic String getPublicId()
getPublicId in interface LSInputpublic String getStringData()
getStringData in interface LSInputpublic String getSystemId()
getSystemId in interface LSInputpublic void setBaseURI(String baseURI)
setBaseURI in interface LSInputpublic void setByteStream(InputStream byteStream)
setByteStream in interface LSInputpublic void setCertifiedText(boolean certifiedText)
setCertifiedText in interface LSInputpublic void setCharacterStream(Reader characterStream)
setCharacterStream in interface LSInputpublic void setEncoding(String encoding)
setEncoding in interface LSInputpublic void setPublicId(String publicId)
setPublicId in interface LSInputpublic void setStringData(String stringData)
setStringData in interface LSInputpublic void setSystemId(String systemId)
setSystemId in interface LSInputCopyright © 2012 JBoss by Red Hat. All Rights Reserved.