|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.server.deployment.jboss.Deployment
org.jboss.portal.theme.deployment.jboss.LayoutFeaturesDeployment
Deploy layout strategies and rendersets contained in a WebApplication.
A Web Application can define layout strategies and render sets in their respective descriptors. Portal RenderSets are defined in a descriptor called portal-renderSet.xml in the WEB-INF/layout folder. Layout strategies are defined in a descriptor called portal-strategies.xml in the same folder. Additionally, rendersets and layout strategies can be defined as part of a layout descriptor (portal-layouts.xml). Those cases are handled by the layout deployment.
Field Summary | |
private LayoutFeaturesDeploymentFactory |
factory
. |
private static org.jboss.logging.Logger |
log
. |
private boolean |
trace
. |
Fields inherited from class org.jboss.portal.server.deployment.jboss.Deployment |
mbeanServer, pwa, url |
Constructor Summary | |
LayoutFeaturesDeployment(java.net.URL url,
PortalWebApp pwa,
javax.management.MBeanServer mbeanServer,
LayoutFeaturesDeploymentFactory factory)
|
Method Summary | |
void |
create()
Create the resources from this portal web application. |
void |
destroy()
Destroy (and remove) all the resources from this portal web application that are registered with the portal. |
Methods inherited from class org.jboss.portal.server.deployment.jboss.Deployment |
findRepositoryClassLoader, findWEBINFURL, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static org.jboss.logging.Logger log
private final LayoutFeaturesDeploymentFactory factory
private boolean trace
Constructor Detail |
public LayoutFeaturesDeployment(java.net.URL url, PortalWebApp pwa, javax.management.MBeanServer mbeanServer, LayoutFeaturesDeploymentFactory factory)
Method Detail |
public void create() throws org.jboss.deployment.DeploymentException
create
in class Deployment
org.jboss.deployment.DeploymentException
- if anything goes wrongpublic void destroy() throws org.jboss.deployment.DeploymentException
destroy
in class Deployment
org.jboss.deployment.DeploymentException
- if anything goes wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |