|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.rendering.PageContextFactory
Title: RendererContextFactory Description: Generic Factory for IPageContext classes
Copyright 2004 SAP AG
| Constructor Summary | |
PageContextFactory()
|
|
| Method Summary | |
static IPageContext |
createPageContext(Object request)
get a IPageContext implementation that can handle the request. |
static IPageContext |
createPageContext(Object request,
Object response)
get a IPageContext implementation that can handle the request and response |
static void |
registerRendererContext(IContextCondition contextCondition,
Class pageContextClass)
register a new IPageContext class that is to be used if the IContextCondition is fulfilled. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PageContextFactory()
| Method Detail |
public static void registerRendererContext(IContextCondition contextCondition,
Class pageContextClass)
contextCondition - the implementation of IContextCondition that must be fulfilled for the pageContext classpageContextClass - the Class for the PageContext implementation, e.g. RendererManager.classpublic static IPageContext createPageContext(Object request)
request - a request object, e.g. a HttpServletRequest
public static IPageContext createPageContext(Object request,
Object response)
request - a request object, e.g. a HttpServletRequest
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||