org.apache.myfaces.custom.captcha
Class CAPTCHAResource

java.lang.Object
  extended by javax.faces.application.Resource
      extended by org.apache.myfaces.custom.captcha.CAPTCHAResource

public class CAPTCHAResource
extends javax.faces.application.Resource


Field Summary
 
Fields inherited from class javax.faces.application.Resource
COMPONENT_RESOURCE_KEY
 
Constructor Summary
CAPTCHAResource(org.apache.myfaces.shared_tomahawk.resource.ResourceHandlerSupport support, String captchaSessionKeyName, String resourceName)
           
 
Method Summary
 InputStream getInputStream()
           
 String getRequestPath()
           
 Map<String,String> getResponseHeaders()
           
 URL getURL()
           
 boolean userAgentNeedsUpdate(javax.faces.context.FacesContext context)
           
 
Methods inherited from class javax.faces.application.Resource
getContentType, getLibraryName, getResourceName, setContentType, setLibraryName, setResourceName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CAPTCHAResource

public CAPTCHAResource(org.apache.myfaces.shared_tomahawk.resource.ResourceHandlerSupport support,
                       String captchaSessionKeyName,
                       String resourceName)
Method Detail

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in class javax.faces.application.Resource
Throws:
IOException

getRequestPath

public String getRequestPath()
Specified by:
getRequestPath in class javax.faces.application.Resource

getResponseHeaders

public Map<String,String> getResponseHeaders()
Specified by:
getResponseHeaders in class javax.faces.application.Resource

getURL

public URL getURL()
Specified by:
getURL in class javax.faces.application.Resource

userAgentNeedsUpdate

public boolean userAgentNeedsUpdate(javax.faces.context.FacesContext context)
Specified by:
userAgentNeedsUpdate in class javax.faces.application.Resource


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.