|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.BaseChannel
org.jasig.portal.channels.CPersonAttributes
@Deprecated public class CPersonAttributes
This channel demonstrates the method of obtaining and displaying standard uPortal person attributes. Implements IMimeResponse in order to support the inline display of jpegPhotos Note: for proper operation, one should use an idempotent baseActionURL.
| Field Summary |
|---|
| Fields inherited from class org.jasig.portal.channels.BaseChannel |
|---|
log, runtimeData, staticData |
| Constructor Summary | |
|---|---|
CPersonAttributes()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
downloadData(OutputStream out)
Deprecated. Pass the OutputStream object to the download code if it needs special handling (like outputting a Zip file). |
String |
getContentType()
Deprecated. Returns the MIME type of the content. |
Map |
getHeaders()
Deprecated. Returns a list of header values that can be set in the HttpResponse. |
InputStream |
getInputStream()
Deprecated. Returns the MIME content in the form of an input stream. |
String |
getName()
Deprecated. Returns the name of the MIME file. |
void |
renderXML(ContentHandler out)
Deprecated. Ask channel to render its content. |
void |
reportDownloadError(Exception e)
Deprecated. Let the channel know that there were problems with the download |
| Methods inherited from class org.jasig.portal.channels.BaseChannel |
|---|
getRuntimeProperties, receiveEvent, setRuntimeData, setStaticData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CPersonAttributes()
| Method Detail |
|---|
public void renderXML(ContentHandler out)
throws PortalException
IChannel
renderXML in interface IChannelrenderXML in class BaseChannelout - the SAX ContentHandler to output content to
PortalExceptionpublic String getContentType()
getContentType in interface IMimeResponse
public InputStream getInputStream()
throws IOException
getInputStream in interface IMimeResponseIOException
public void downloadData(OutputStream out)
throws IOException
downloadData in interface IMimeResponseIOExceptionpublic String getName()
getName in interface IMimeResponsepublic Map getHeaders()
getHeaders in interface IMimeResponsepublic void reportDownloadError(Exception e)
reportDownloadError in interface IMimeResponsee -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||