|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ui.OwEventTarget
com.wewebu.ow.server.ui.OwView
com.wewebu.ow.server.ecm.ui.OwUISubModul<N>
com.wewebu.ow.server.ecm.ui.OwUILoginModul<N>
com.wewebu.ow.server.ecmimpl.opencmis.ui.OwCMISUILoginModule<N>
public class OwCMISUILoginModule<N extends OwCMISAuthenticatedNetwork>
Login module for basic authentication.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Field Summary | |
---|---|
static String |
INPUT_NAME
|
static String |
INPUT_PWD
|
Fields inherited from class com.wewebu.ow.server.ui.OwView |
---|
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTarget |
Fields inherited from interface com.wewebu.ow.server.ui.OwBaseView |
---|
EMPTY_STRING |
Constructor Summary | |
---|---|
OwCMISUILoginModule()
|
Method Summary | |
---|---|
protected void |
init()
|
void |
init(N theNetwork_p)
|
void |
onLogin(javax.servlet.http.HttpServletRequest request_p)
event called when user pressed login in the login submodule |
protected void |
onRender(Writer w_p)
render the view and all contained views |
boolean |
onRequest(javax.servlet.http.HttpServletRequest request_p,
javax.servlet.http.HttpServletResponse response_p)
|
void |
onReset(javax.servlet.http.HttpServletRequest request_p)
event called when user pressed reset in the login submodule |
protected void |
renderLoginForm(Writer w_p)
render the view and all contained views |
Methods inherited from class com.wewebu.ow.server.ecm.ui.OwUILoginModul |
---|
renderErrors |
Methods inherited from class com.wewebu.ow.server.ecm.ui.OwUISubModul |
---|
getNetwork |
Methods inherited from class com.wewebu.ow.server.ui.OwView |
---|
activate, addView, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getIterator, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getTitle, getViewList, isFormTargetExternal, isNamedRegion, isRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, onUpdate, render, renderHTMLFormular, renderNamedRegion, renderRegion, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributes |
Methods inherited from class com.wewebu.ow.server.ui.OwEventTarget |
---|
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, updateExternalFormTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String INPUT_NAME
public static final String INPUT_PWD
Constructor Detail |
---|
public OwCMISUILoginModule()
Method Detail |
---|
protected void onRender(Writer w_p) throws Exception
onRender
in class com.wewebu.ow.server.ui.OwView
w_p
- Writer object to write HTML to
Exception
public void init(N theNetwork_p) throws com.wewebu.ow.server.exceptions.OwException
init
in class com.wewebu.ow.server.ecm.ui.OwUISubModul<N extends OwCMISAuthenticatedNetwork>
com.wewebu.ow.server.exceptions.OwException
protected void init() throws Exception
init
in class com.wewebu.ow.server.ui.OwView
Exception
protected void renderLoginForm(Writer w_p) throws Exception
w_p
- Writer object to write HTML to
Exception
public void onLogin(javax.servlet.http.HttpServletRequest request_p) throws Exception
request_p
- a HttpServletRequest
Exception
public void onReset(javax.servlet.http.HttpServletRequest request_p) throws Exception
request_p
- a HttpServletRequest
Exception
public boolean onRequest(javax.servlet.http.HttpServletRequest request_p, javax.servlet.http.HttpServletResponse response_p) throws Exception
onRequest
in class com.wewebu.ow.server.ui.OwEventTarget
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |