|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.jspSample.Controller
@Deprecated public class Controller
Channel that portrays usage of the JSP channel type.
| Field Summary | |
|---|---|
static String |
RCS_ID
Deprecated. |
| Fields inherited from interface org.jasig.portal.channels.jsp.IController |
|---|
JSP_DEPLOY_PATH |
| Fields inherited from interface org.jasig.portal.ICacheable |
|---|
CHANNEL_CACHE_KEY_INSTANCE_SCOPE, CHANNEL_CACHE_KEY_SCOPE_PARAM_NAME, CHANNEL_CACHE_KEY_SYSTEM_SCOPE |
| Constructor Summary | |
|---|---|
Controller()
Deprecated. |
|
| Method Summary | |
|---|---|
ChannelCacheKey |
generateKey()
Deprecated. Returns our cache key used to determine cache status. |
Map |
getJspMap()
Deprecated. Return a map jsp pages and their keys. |
String |
getJspToRender()
Deprecated. Return the key of the jsp to render. |
boolean |
isCacheValid(Object validity)
Deprecated. Tests to see if our validity object has changed and if so then the cache is stale. |
Map |
processRuntimeData(ChannelRuntimeData drd,
HttpSession s)
Deprecated. Return our map of objects made available to the jsp. |
void |
receiveEvent(PortalEvent pe)
Deprecated. Record in our list that a new event has occurred. |
void |
setStaticData(ChannelStaticData csd)
Deprecated. Set up cache key and the map of objects that will appear on the request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String RCS_ID
| Constructor Detail |
|---|
public Controller()
| Method Detail |
|---|
public void setStaticData(ChannelStaticData csd)
setStaticData in interface IControllerIController.getJspToRender()
public Map processRuntimeData(ChannelRuntimeData drd,
HttpSession s)
processRuntimeData in interface IControllerpublic Map getJspMap()
getJspMap in interface IControllerpublic String getJspToRender()
getJspToRender in interface IControllerpublic void receiveEvent(PortalEvent pe)
receiveEvent in interface IControllerIController.receiveEvent(org.jasig.portal.PortalEvent)public ChannelCacheKey generateKey()
generateKey in interface ICacheableICacheable.generateKey()public boolean isCacheValid(Object validity)
isCacheValid in interface ICacheableICacheable.isCacheValid(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||