|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.netuix.laf.AbstractLookAndFeelComponent
com.bea.netuix.laf.Skeleton
public class Skeleton
Skeleton provides a read-only interface for retrieving information related to the current
Look and Feel skeleton configuration. Skeleton objects are valid only as long as the related
PortalLookAndFeel object is valid.
PortalLookAndFeel.getSkeleton()| Method Summary | |
|---|---|
List<String> |
getAvailableChromosomes()
Returns a list of all available skeleton chromosome names. |
String |
getChromosome()
Returns the current skeleton chromosome name. |
String |
getFullPath()
Returns the qualified skeleton path, including the current skeleton name. |
HtmlPathResolver |
getHtmlPathResolver()
Returns an instance of a HtmlPathResolver related to this skeleton. |
String |
getName()
Returns the component name. |
String |
getPath()
Returns the webapp-relative base skeleton path. |
RenderFormat |
getRenderFormat()
Returns an object representing the render format of this skeleton. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getName()
LookAndFeelComponent
public String getPath()
skeletonPath
attribute of the lookAndFeel control, or via the skeletonPath parameter of the
reinit method.
public String getFullPath()
public String getChromosome()
public List<String> getAvailableChromosomes()
public HtmlPathResolver getHtmlPathResolver()
HtmlPathResolver related to this skeleton. The object returned from
this method shares the same validity constraint as the Skeleton object; it is valid only as long
as the related PortalLookAndFeelpublic RenderFormat getRenderFormat()
PortalLookAndFeel.reinit() may change the format of the rendered portal page.
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||