org.jasig.portlet.proxy.service
Class ClasspathResourceContentService

java.lang.Object
  extended by org.jasig.portlet.proxy.service.ClasspathResourceContentService
All Implemented Interfaces:
IContentService<GenericContentRequestImpl,GenericContentResponseImpl>

@Service(value="classpathContentService")
public class ClasspathResourceContentService
extends Object
implements IContentService<GenericContentRequestImpl,GenericContentResponseImpl>

Author:
Jen Bourey, jennifer.bourey@gmail.com

Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
ClasspathResourceContentService()
           
 
Method Summary
 GenericContentResponseImpl getContent(GenericContentRequestImpl proxyRequest, javax.portlet.PortletRequest request)
           
 GenericContentRequestImpl getRequest(javax.portlet.PortletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

ClasspathResourceContentService

public ClasspathResourceContentService()
Method Detail

getRequest

public GenericContentRequestImpl getRequest(javax.portlet.PortletRequest request)
Specified by:
getRequest in interface IContentService<GenericContentRequestImpl,GenericContentResponseImpl>

getContent

public GenericContentResponseImpl getContent(GenericContentRequestImpl proxyRequest,
                                             javax.portlet.PortletRequest request)
Specified by:
getContent in interface IContentService<GenericContentRequestImpl,GenericContentResponseImpl>


Copyright © 2012 Jasig. All Rights Reserved.