org.jasig.portal.channels.UserPreferences
Class ManageProfilesState.CEditProfile
java.lang.Object
org.jasig.portal.channels.UserPreferences.BaseState
org.jasig.portal.channels.UserPreferences.ManageProfilesState.CEditProfile
- All Implemented Interfaces:
- IChannel, IPrivileged, IPrivilegedChannel
- Enclosing class:
- ManageProfilesState
protected class ManageProfilesState.CEditProfile
- extends BaseState
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
runtimeData
ChannelRuntimeData runtimeData
context
protected ManageProfilesState context
currentMimeType
protected java.lang.String currentMimeType
profile
protected UserProfile profile
modified
protected boolean modified
mimeImagesPropsFile
protected static final java.lang.String mimeImagesPropsFile
- See Also:
- Constant Field Values
mimeImagesProps
protected java.util.Properties mimeImagesProps
ManageProfilesState.CEditProfile
public ManageProfilesState.CEditProfile(ManageProfilesState context)
setRuntimeData
public void setRuntimeData(ChannelRuntimeData rd)
throws PortalException
- Description copied from interface:
IChannel
- Passes ChannelRuntimeData to the channel.
This function is called prior to the renderXML() call.
- Specified by:
setRuntimeData
in interface IChannel
- Overrides:
setRuntimeData
in class BaseState
- Parameters:
rd
- channel runtime data
- Throws:
PortalException
- See Also:
ChannelRuntimeData
renderXML
public void renderXML(org.xml.sax.ContentHandler out)
throws PortalException
- Description copied from interface:
IChannel
- Ask channel to render its content.
- Specified by:
renderXML
in interface IChannel
- Overrides:
renderXML
in class BaseState
- Parameters:
out
- the SAX ContentHandler to output content to
- Throws:
PortalException