org.apache.myfaces.tobago.internal.config
Class ContentSecurityPolicy

java.lang.Object
  extended by org.apache.myfaces.tobago.internal.config.ContentSecurityPolicy

public class ContentSecurityPolicy
extends Object


Nested Class Summary
static class ContentSecurityPolicy.Mode
           
 
Constructor Summary
ContentSecurityPolicy(String mode)
           
 
Method Summary
 List<String> getDirectiveList()
           
 ContentSecurityPolicy.Mode getMode()
           
 void merge(ContentSecurityPolicy other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentSecurityPolicy

public ContentSecurityPolicy(String mode)
Method Detail

merge

public void merge(ContentSecurityPolicy other)

getDirectiveList

public List<String> getDirectiveList()

getMode

public ContentSecurityPolicy.Mode getMode()


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.