com.wewebu.ow.server.ui
Class OwUserAgentKeyAction

java.lang.Object
  extended by com.wewebu.ow.server.ui.OwUserAgentKeyAction
All Implemented Interfaces:
OwKeyAction
Direct Known Subclasses:
OwOSFamilyKeyAction

public abstract class OwUserAgentKeyAction
extends Object
implements OwKeyAction

HTTP user agent based key action. Registers key events based on the information decoded by subclasses from the user agent string found in the a given OwAppContext.

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

Since:
4.1.1.0

Constructor Summary
OwUserAgentKeyAction()
           
 
Method Summary
 void register(OwAppContext owAppContext)
           
protected abstract  void registerKeyEvent(String userAgentHeader, OwAppContext owAppContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwUserAgentKeyAction

public OwUserAgentKeyAction()
Method Detail

register

public final void register(OwAppContext owAppContext)
Specified by:
register in interface OwKeyAction

registerKeyEvent

protected abstract void registerKeyEvent(String userAgentHeader,
                                         OwAppContext owAppContext)


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.