org.jboss.portal.portlet.invocation.response
Class FragmentResponse
java.lang.Object
org.jboss.portal.portlet.invocation.response.PortletInvocationResponse
org.jboss.portal.portlet.invocation.response.ContentResponse
org.jboss.portal.portlet.invocation.response.FragmentResponse
public class FragmentResponse
- extends ContentResponse
Data produced.
- Version:
- $Revision: 5602 $
- Author:
- Julien Viet
|
Constructor Summary |
FragmentResponse(ResponseProperties properties,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String contentType,
byte[] bytes,
java.lang.String chars,
java.lang.String title,
CacheControl cacheControl,
java.util.Set<org.jboss.portal.Mode> nextModes)
|
|
Method Summary |
java.util.Set<org.jboss.portal.Mode> |
getNextModes()
Returns the next modes. |
java.lang.String |
getTitle()
Return the fragment title. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FragmentResponse
public FragmentResponse(ResponseProperties properties,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.String contentType,
byte[] bytes,
java.lang.String chars,
java.lang.String title,
CacheControl cacheControl,
java.util.Set<org.jboss.portal.Mode> nextModes)
getTitle
public java.lang.String getTitle()
- Return the fragment title.
- Returns:
- the title.
getNextModes
public java.util.Set<org.jboss.portal.Mode> getNextModes()
- Returns the next modes.
- Returns:
- the next modes
Copyright © 2008. All Rights Reserved.