|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SiteNode | |
com.arsdigita.kernel | Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. |
com.arsdigita.sitenode | Deprecated. Use the com.arsdigita.web package instead. |
com.arsdigita.ui.sitemap | User interface for dynamically updating URL to application mappings. |
com.arsdigita.web | Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. |
Uses of SiteNode in com.arsdigita.kernel |
Methods in com.arsdigita.kernel that return SiteNode | |
SiteNode |
SiteNodeCollection.getSiteNode()
|
SiteNode |
PackageInstance.getDefaultMountPoint()
Returns the first site node on which this package instance is mounted. |
SiteNode |
SiteNode.getParent()
Deprecated. |
static SiteNode |
SiteNode.getRootSiteNode()
Deprecated. |
static SiteNode |
SiteNode.getSiteNode(String path,
boolean readOnly)
Deprecated. Finds the site node corresponding to the largest portion of the specified path. |
static SiteNode |
SiteNode.getSiteNode(String path)
Deprecated. Finds the site node corresponding to the largest portion of the specified path. |
static SiteNode |
SiteNode.createSiteNode(String name)
Deprecated. |
static SiteNode |
SiteNode.createSiteNode(String name,
SiteNode parent)
Deprecated. |
Methods in com.arsdigita.kernel with parameters of type SiteNode | |
void |
PackageEventListener.onMount(SiteNode siteNode,
PackageInstance pkg)
Called when a package instance is mounted on a siteNode. |
void |
PackageEventListener.onUnmount(SiteNode siteNode,
PackageInstance pkg)
Called when a package instance is unmounted from a siteNode. |
void |
SiteNode.setParent(SiteNode siteNode)
Deprecated. |
static SiteNode |
SiteNode.createSiteNode(String name,
SiteNode parent)
Deprecated. |
Uses of SiteNode in com.arsdigita.sitenode |
Methods in com.arsdigita.sitenode that return SiteNode | |
SiteNode |
SiteNodeRequestContext.getSiteNode()
Deprecated. |
Methods in com.arsdigita.sitenode with parameters of type SiteNode | |
protected Stylesheet |
SiteNodePresentationManager.getComposedStylesheet(SiteNode sn,
Locale l,
String outputType)
Deprecated. Returns a Stylesheet composed of rules from the XSL stylesheet from this site node, all of its parent site nodes, and the default stylesheets for the packages mounted on this site node and the parent site nodes. |
void |
SiteNodePresentationManager.invalidateStylesheet(SiteNode sn)
Deprecated. Invalidates the stylesheet associated with this site node; will cause the composed stylesheet and the transformer to be rebuilt. |
protected Stylesheet |
BasePresentationManager.findStylesheet(SiteNode sn,
Locale l,
String outputType)
Deprecated. Returns a Stylesheet for the current request context, searching the current site node, all of its parent site nodes, and the default stylesheets for the packages mounted on this site node and the parent site nodes. |
Constructors in com.arsdigita.sitenode with parameters of type SiteNode | |
SiteNodeRequestContext(javax.servlet.http.HttpServletRequest req,
RequestContext parent,
SiteNode sn,
String pathPrefix)
Deprecated. Build a new application context given an original app context, and a destination site node. |
Uses of SiteNode in com.arsdigita.ui.sitemap |
Constructors in com.arsdigita.ui.sitemap with parameters of type SiteNode | |
SiteNodeTreeModel(SiteNode rootSiteNode)
|
Uses of SiteNode in com.arsdigita.web |
Methods in com.arsdigita.web that return SiteNode | |
SiteNode |
Application.getSiteNode()
|
Methods in com.arsdigita.web with parameters of type SiteNode | |
static Application |
Application.retrieveApplicationForSiteNode(SiteNode siteNode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |