public class AuditPresenter extends com.gwtplatform.mvp.client.Presenter<AuditPresenter.MyView,AuditPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuditPresenter.MyProxy |
static interface |
AuditPresenter.MyView |
| Modifier and Type | Field and Description |
|---|---|
static String |
CTX_AUDITLOGGING |
static String |
CTX_COMMANDLOGGING |
static String |
CTX_TRACELOGGING |
| Constructor and Description |
|---|
AuditPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
AuditPresenter.MyView view,
AuditPresenter.MyProxy proxy,
org.jboss.dmr.client.dispatch.DispatchAsync asyncDispatcher,
org.jboss.as.console.client.widgets.forms.ApplicationMetaData metaData,
org.jboss.as.console.client.shared.subsys.RevealStrategy revealStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileHandler(String name,
String fileName) |
void |
addLogger(String context,
String level,
String handler) |
void |
addOrRemoveLogger(String context,
boolean addOperation) |
void |
checkHandler(String context,
String name,
boolean dbAppender) |
void |
getLogger(String context) |
protected void |
onBind() |
protected void |
onReset() |
void |
removeFileHandler(String name) |
void |
removeLogger(String context) |
protected void |
revealInParent() |
bind, forceReveal, getProxy, getRevealType, getSlot, prepareFromRequest, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlotpublic static final String CTX_COMMANDLOGGING
public static final String CTX_AUDITLOGGING
public static final String CTX_TRACELOGGING
@Inject
public AuditPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
AuditPresenter.MyView view,
AuditPresenter.MyProxy proxy,
org.jboss.dmr.client.dispatch.DispatchAsync asyncDispatcher,
org.jboss.as.console.client.widgets.forms.ApplicationMetaData metaData,
org.jboss.as.console.client.shared.subsys.RevealStrategy revealStrategy)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<AuditPresenter.MyView>protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<AuditPresenter.MyView,AuditPresenter.MyProxy>public void getLogger(String context)
public void addOrRemoveLogger(String context, boolean addOperation)
public void removeFileHandler(String name)
public void removeLogger(String context)
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.