|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.netuix.application.definition.MarkupDefinition
This class represents a persistant markup for all WebLogic Portal Framework entities.
Field Summary | |
static MarkupDefinitionId |
MARKUP_BOOK_ID
|
static MarkupDefinitionId |
MARKUP_BOOK_NO_MIN_NO_MAX_ID
|
static MarkupDefinitionId |
MARKUP_BOOK_VISITOR_TOOL_ID
|
static MarkupDefinitionId |
MARKUP_DESKTOP_ID
|
static MarkupDefinitionId |
MARKUP_JAVA_PORTLET_ID
|
static MarkupDefinitionId |
MARKUP_PAGE_ID
|
static MarkupDefinitionId |
MARKUP_SIMPLE_PORTLET_ID
|
Constructor Summary | |
MarkupDefinition(String name,
String type,
String webAppName,
String markupFile,
String beginXml,
String endXml)
Constructor to create a new MarkupDefinition object. |
Method Summary | |
boolean |
equivalent(MarkupDefinition other)
Are these two markups equivalent in name, type, beginXML, endXML, webappName, markupfile |
String |
getBeginXml()
Returns the begin xml fragment for this markup. |
String |
getEndXml()
Returns the end xml fragment for this markup. |
MarkupDefinitionId |
getMarkupDefinitionId()
Returns the MarkupDefinitionId for this markup.
|
String |
getMarkupFile()
Returns the path to the markup file for this markup. |
String |
getName()
Returns the name of this markup |
String |
getType()
Returns the type of this markup. |
String |
getWebAppName()
Returns the web application this markup is scoped to |
void |
setBeginXml(String beginXml)
Sets the begin xml fragment for this markup. |
void |
setEndXml(String endXml)
Sets the end xml fragment for this markup. |
void |
setMarkupFile(String markupFile)
Sets the markup file path for this markup. |
void |
setName(String name)
Sets the name of this markup |
void |
setType(String type)
Sets the type of this markup. |
void |
setWebAppName(String webAppName)
Scopes this markup to given web application |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final MarkupDefinitionId MARKUP_BOOK_VISITOR_TOOL_ID
public static final MarkupDefinitionId MARKUP_BOOK_NO_MIN_NO_MAX_ID
public static final MarkupDefinitionId MARKUP_BOOK_ID
public static final MarkupDefinitionId MARKUP_PAGE_ID
public static final MarkupDefinitionId MARKUP_SIMPLE_PORTLET_ID
public static final MarkupDefinitionId MARKUP_JAVA_PORTLET_ID
public static final MarkupDefinitionId MARKUP_DESKTOP_ID
Constructor Detail |
public MarkupDefinition(String name, String type, String webAppName, String markupFile, String beginXml, String endXml)
MarkupDefinition
object.
name
- name of this markuptype
- type of this markup from the following list
webAppName
- name of J2EE web application this markup is scoped tomarkupFile
- path to the markup file. This path is relative to the web application contextbeginXml
- xml fragment that begins this markupendXml
- xml fragment that ends this markupMethod Detail |
public String getName()
public void setName(String name)
name
- public String getType()
public void setType(String type)
type
- public String getWebAppName()
public void setWebAppName(String webAppName)
webAppName
- public String getMarkupFile()
public void setMarkupFile(String markupFile)
markupFile
- public String getBeginXml()
public void setBeginXml(String beginXml)
beginXml
- public String getEndXml()
public void setEndXml(String endXml)
endXml
- public MarkupDefinitionId getMarkupDefinitionId()
MarkupDefinitionId
for this markup.
Returns NULL
if this markup has not been
retrieved using the persistence API.
MarkupDefinitionId
public String toString()
public boolean equivalent(MarkupDefinition other)
other
- the other MarkupDefinition
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |