|
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.Component
com.sapportals.htmlb.Includes
This class is not used directly. An appropriate Includes element is constructed by the IPageContext when you create a Document.
Copyright 2004 SAP AG
| Field Summary | |
static String |
UI_ID
|
static int |
VAR_BODYBEGIN
|
static int |
VAR_BODYEND
|
static int |
VAR_HEAD
|
| Constructor Summary | |
Includes()
create a new Includes component. |
|
| Method Summary | |
void |
addBodyBeginResource(ResourceType type,
String key,
Object data)
add a specific resource to the begin of the body |
void |
addBodyBeginResource(ResourceType type,
String key,
Object data,
String optionalAttributes)
add a specific resource to the begin of the body |
void |
addBodyEndResource(ResourceType type,
String key,
Object data)
add a specific resource to the end of the body |
void |
addBodyEndResource(ResourceType type,
String key,
Object data,
String optionalAttributes)
add a specific resource to the begin of the body |
void |
addHeadResource(ResourceType type,
String key,
Object data)
add a specific resource to the document head |
void |
addHeadResource(ResourceType type,
String key,
Object data,
String optionalAttributes)
add a specific resource to the document head |
List |
getBodyBeginList()
get a List of all resources for the begin of the document body |
List |
getBodyEndList()
get a List of all resources for the end of the document body |
List |
getHeadList()
get a List of all resources for the document head |
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
boolean |
hasHeadResource(ResourceType type,
String key)
checks if a given resource is within the document head |
void |
render(int selector,
IPageContext rendererContext)
render an aspect of the component using the current context. |
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, preRender, render, renderAsString, requiresForm, setId, setJsObjectNeeded, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String UI_ID
public static final int VAR_HEAD
public static final int VAR_BODYBEGIN
public static final int VAR_BODYEND
| Constructor Detail |
public Includes()
| Method Detail |
public void addHeadResource(ResourceType type,
String key,
Object data)
type - the type of the resourcekey - a key identifying the resourcedata - the Resource data
public void addHeadResource(ResourceType type,
String key,
Object data,
String optionalAttributes)
type - the type of the resourcekey - a key identifying the resourcedata - the Resource dataoptionalAttributes - optional attributes for HTML rendering
public void addBodyBeginResource(ResourceType type,
String key,
Object data)
type - the type of the resourcekey - a key identifying the resourcedata - the Resource data
public void addBodyBeginResource(ResourceType type,
String key,
Object data,
String optionalAttributes)
type - the type of the resourcekey - a key identifying the resourcedata - the Resource dataoptionalAttributes - optional attributes for HTML rendering
public void addBodyEndResource(ResourceType type,
String key,
Object data)
type - the type of the resourcekey - a key identifying the resourcedata - the Resource data
public void addBodyEndResource(ResourceType type,
String key,
Object data,
String optionalAttributes)
type - the type of the resourcekey - a key identifying the resourcedata - the Resource dataoptionalAttributes - optional attributes for HTML renderingpublic List getHeadList()
public List getBodyBeginList()
public List getBodyEndList()
public String getUI()
Component
getUI in class Component
public void render(int selector,
IPageContext rendererContext)
selector - the aspect to render.rendererContext - the context in which to render.
public boolean hasHeadResource(ResourceType type,
String key)
type - the type of the resourcekey - a key identifying the resource
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||