© 2002 BEA Systems, Inc.


com.bea.portal.appflow.processor.security
Class DisplayNameSpecialCharacterProcessor

java.lang.Object
  |
  +--com.bea.portal.appflow.processor.AbstractPortalProcessor
        |
        +--com.bea.portal.appflow.processor.security.DisplayNameSpecialCharacterProcessor

public class DisplayNameSpecialCharacterProcessor
extends AbstractPortalProcessor

A portal processor that validates a display name that is entered that can not contain any of the special characters that are defined in the SecurityConstants file


Constructor Summary
DisplayNameSpecialCharacterProcessor()
           
 
Method Summary
 java.lang.Object process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, PortalRequest portalRequest, java.lang.Object requestContext)
          Process the webflow request.
 
Methods inherited from class com.bea.portal.appflow.processor.AbstractPortalProcessor
getCurrentPortletState, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayNameSpecialCharacterProcessor

public DisplayNameSpecialCharacterProcessor()
Method Detail

process

public java.lang.Object process(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response,
                                PortalRequest portalRequest,
                                java.lang.Object requestContext)
                         throws ProcessingException,
                                InvalidFormDataException
Process the webflow request.

Overrides:
process in class AbstractPortalProcessor

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved