|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsrp4j.consumer.driver.GenericConsumerEnvironment
org.apache.cocoon.portal.wsrp.consumer.ConsumerEnvironmentImpl
Implements the consumer environment interface.
Field Summary | |
protected WSRPAdapter |
adapter
The wsrp adapter. |
protected org.apache.wsrp4j.consumer.URLGenerator |
urlGenerator
The generator used to rewrite the urls. |
Constructor Summary | |
ConsumerEnvironmentImpl()
|
Method Summary | |
String[] |
getSupportedLocales()
|
org.apache.wsrp4j.consumer.URLGenerator |
getURLGenerator()
|
String |
getUserAuthentication()
|
void |
init(PortalService service,
WSRPAdapter adapter)
Initialize the consumer |
Methods inherited from class org.apache.wsrp4j.consumer.driver.GenericConsumerEnvironment |
getCharacterEncodingSet, getConsumerAgent, getMimeTypes, getPortletDriverRegistry, getPortletRegistry, getPortletStateChange, getProducerRegistry, getSessionHandler, getSupportedModes, getSupportedWindowStates, getTemplateComposer, getURLRewriter, getUserRegistry, setCharacterEncodingSet, setConsumerAgent, setMimeTypes, setPortletDriverRegistry, setPortletRegistry, setPortletStateChange, setProducerRegistry, setSessionHandler, setSupportedLocales, setSupportedModes, setSupportedWindowStates, setTemplateComposer, setURLRewriter, setUserAuthentication, setUserRegistry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected org.apache.wsrp4j.consumer.URLGenerator urlGenerator
protected WSRPAdapter adapter
Constructor Detail |
public ConsumerEnvironmentImpl()
Method Detail |
public void init(PortalService service, WSRPAdapter adapter) throws Exception
service
- adapter
-
Exception
public org.apache.wsrp4j.consumer.URLGenerator getURLGenerator()
public String[] getSupportedLocales()
GenericConsumerEnvironment.getSupportedLocales()
public String getUserAuthentication()
ConsumerCapabilities.getUserAuthentication()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |