|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
addChild(Fragment child)
Adds an child to the fragment |
void |
createURL(PortalURL url)
Creates an URL pointing to this fragment |
java.util.Collection |
getChildFragments()
Returns a collection of all child fragments |
java.lang.String |
getId()
Returns the identifier of this fragment. |
Parameters |
getInitParameters()
Returns the initialization parameters of this fragment |
Navigation |
getNavigation()
Returns the navigational information linked with this fragment. |
Fragment |
getParent()
Returns the parent fragment. |
boolean |
isPartOfURL(PortalURL url)
Returns true if the fragment is part of the URL |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Is called to render the fragment. |
| Method Detail |
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
request - the servlet requestresponse - the servlet response
javax.servlet.ServletException
java.io.IOExceptionpublic java.lang.String getId()
public Fragment getParent()
public Parameters getInitParameters()
public java.util.Collection getChildFragments()
public void addChild(Fragment child)
child - the child fragmentpublic Navigation getNavigation()
public void createURL(PortalURL url)
url - the PortalURL object usedpublic boolean isPartOfURL(PortalURL url)
url - the PortalURL object used
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||