|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.NotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.portal.server.util.Service
org.jboss.portal.server.deployment.builder.AbstractMetaDataBuilder
org.jboss.portal.server.deployment.builder.PortalBuilder
public class PortalBuilder
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
log
The logger. |
Fields inherited from class org.jboss.portal.server.deployment.builder.AbstractMetaDataBuilder |
---|
manager |
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
---|
server, SERVICE_CONTROLLER_SIG, serviceName |
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Constructor Summary | |
---|---|
PortalBuilder()
|
Method Summary | |
---|---|
void |
build(Item item)
|
protected PortalMetaData |
buildPortalMetaData(org.w3c.dom.Element portalElt)
Parse the following XML elements : portal-name, supported-modes, supported-window-states. |
protected void |
buildSupportedModes(PortalMetaData portalMD,
org.w3c.dom.Element supportedModesElt)
|
protected void |
buildSupportedWindowStates(PortalMetaData portalMD,
org.w3c.dom.Element supportedWindowStatesElt)
|
Methods inherited from class org.jboss.portal.server.deployment.builder.AbstractMetaDataBuilder |
---|
createService, destroyService, getServerManager, setServerManager |
Methods inherited from class org.jboss.portal.server.util.Service |
---|
create, destroy, getState, getStateString, start, stop |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
---|
getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, startService, stopService |
Methods inherited from class javax.management.NotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.log4j.Logger log
Constructor Detail |
---|
public PortalBuilder()
Method Detail |
---|
public void build(Item item)
protected PortalMetaData buildPortalMetaData(org.w3c.dom.Element portalElt) throws java.lang.Exception
java.lang.Exception
protected void buildSupportedModes(PortalMetaData portalMD, org.w3c.dom.Element supportedModesElt)
protected void buildSupportedWindowStates(PortalMetaData portalMD, org.w3c.dom.Element supportedWindowStatesElt)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |