public class LayoutPropertyBean extends AssetPropertyBean
PropertyBean.SimpleValueHolder<T>| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESOURCE_TYPE |
| Constructor and Description |
|---|
LayoutPropertyBean() |
| Modifier and Type | Method and Description |
|---|---|
ValueHolder<java.io.Reader> |
getJspxFileContent()
returns the jspx file (Layout.jspx) content used for creation.
|
java.lang.String |
getJspxPath()
Get JSPx file path
|
ValueHolder<java.io.Reader> |
getMetadataFileContent()
returns the metadata file (Layout.css) content used for creation.
|
java.lang.String |
getSourceJspxFilePath()
returns the source jspx file path used for creation
|
java.lang.String |
getSourceMetadataFilePath()
returns the source metadata file path used for creation
|
java.lang.String |
linkPath()
Returns the link prefix for the underlying class to generate correct REST Links.
|
java.lang.String |
resourceType() |
void |
setJspxFileContent(java.io.Reader input)
sets the jspx file (Layout.jspx) content used for creation.
|
void |
setJspxFileContent(java.lang.String input)
sets the jspx file (Layout.jspx) content used for creation.
|
void |
setJspxFileContent(ValueHolder<java.io.Reader> input)
sets the jspx file (Layout.jspx) content used for creation.
|
void |
setJspxPath(java.lang.String jspxPath)
Set JSPx file path
|
void |
setMetadataFileContent(java.io.Reader input)
sets the metadata file (Layout.css) content used for creation.
|
void |
setMetadataFileContent(java.lang.String input)
sets the metadata file (Layout.css) content used for creation.
|
void |
setMetadataFileContent(ValueHolder<java.io.Reader> input)
sets the metadata file (Layout.css) content used for creation.
|
void |
setSourceJspxFilePath(java.lang.String sourceJspxFilePath)
Set the source Jspx file path (path of Layout.jspx) used for creation.
|
void |
setSourceMetadataFilePath(java.lang.String sourceMetadataFilePath)
Set the source metadata file path (path of Layout.css) used for creation.
|
addToCustomAttributes, clearCustomAttributes, getCategory, getContentDir, getCustomAttributes, getDescriptionKey, getDisplayName, getDisplayNameKey, getExcludedFrom, getExcludedPortalIds, getIconURI, getLockedBy, getLockedDate, getLogoURL, getResourceBundle, getSeeded, getTranslatedDescription, getUsesCustomSecurity, getVisible, populateLinks, removeFromCustomAttributes, setCategory, setContentDir, setCustomAttributes, setDescriptionKey, setDisplayName, setDisplayNameKey, setExcludedFrom, setExcludedPortalIds, setIconURI, setLockedBy, setLockedDate, setLogoURL, setResourceBundle, setSeeded, setTranslatedDescription, setUsesCustomSecurity, setVisiblegetCreated, getCreator, getCreatorGuid, getCurrentVersionId, getDescription, getDocumentRef, getId, getLocale, getModified, getModifier, getModifierGuid, getName, getNamespace, getNewVersionId, getPortalShortId, getReference, getSecurityId, getShortId, populateSubLinks, setCreated, setCreator, setCurrentVersionId, setDescription, setDocumentRef, setId, setLocale, setModified, setModifier, setName, setNamespace, setNewVersionId, setPortalShortId, setReference, setSecurityId, setShortIdaddLink, addLinkState, getLinkElement, getLinks, getLinkURI, getResourceType, linkStates, linkStates, setLinks, setResourceTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, setNamepublic static final java.lang.String RESOURCE_TYPE
public java.lang.String resourceType()
AssetPropertyBeanresourceType in interface oracle.webcenter.jaxrs.framework.model.LinkedInterfaceresourceType in class AssetPropertyBeanpublic java.lang.String linkPath()
linkPath in class AssetPropertyBeanpublic void setSourceMetadataFilePath(java.lang.String sourceMetadataFilePath)
sourceMetadataFilePath - path of source metadata filepublic java.lang.String getSourceMetadataFilePath()
public ValueHolder<java.io.Reader> getMetadataFileContent()
public void setMetadataFileContent(ValueHolder<java.io.Reader> input)
input - - a ValueHolder that holds the Reader which has the metadata file content.public void setMetadataFileContent(java.io.Reader input)
input - - a Reader which has the metadata file content.public void setMetadataFileContent(java.lang.String input)
input - - a String that has the content of the metadata filepublic void setSourceJspxFilePath(java.lang.String sourceJspxFilePath)
sourceJspxFilePath - path of source jspx filepublic java.lang.String getSourceJspxFilePath()
public ValueHolder<java.io.Reader> getJspxFileContent()
public void setJspxFileContent(ValueHolder<java.io.Reader> input)
input - - a ValueHolder that holds the Reader which has the jspx file content.public void setJspxFileContent(java.io.Reader input)
input - - a Reader which has the jspx file content.public void setJspxFileContent(java.lang.String input)
input - - a String that has the content of the jspx filepublic java.lang.String getJspxPath()
public void setJspxPath(java.lang.String jspxPath)