|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.liquidsite.app.template.TemplateBean
org.liquidsite.app.template.ContentBean
org.liquidsite.app.template.SiteBean
A site template bean. This class is used to access sites from the template data model.
| Method Summary | |
java.lang.String |
getDirectory()
Returns the site base directory. |
java.lang.String |
getHost()
Returns the site host name. |
int |
getPort()
Returns the site port number. |
java.lang.String |
getProtocol()
Returns the site protocol. |
boolean |
isAdmin()
Checks if this site is an admin site. |
protected java.lang.String |
linkTo(java.lang.String path)
Returns a link to an object in the site. |
| Methods inherited from class org.liquidsite.app.template.ContentBean |
getContent, getCreated, getDate, getId, getLock, getName, getOnline, getParent, getPath, getRevision, getUser, hasAccess, toString |
| Methods inherited from class org.liquidsite.app.template.TemplateBean |
getContext, getContextRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.String getProtocol()
public java.lang.String getHost()
public int getPort()
public java.lang.String getDirectory()
public boolean isAdmin()
protected java.lang.String linkTo(java.lang.String path)
path - the site-relative link path
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||